[Webkit-unassigned] [Bug 182292] WPT tests cssom-view/scrollingElement-quirks-dynamic-*.html fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 7 01:50:45 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=182292

Frédéric Wang (:fredw) <fred.wang at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.chromium.org/p
                   |                            |/chromium/issues/detail?id=
                   |                            |665927

--- Comment #2 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
For the record, these WPT tests were added by Chromium developers in https://bugs.chromium.org/p/chromium/issues/detail?id=665927

The problem is that OverflowClip on the body depends on the one on the html element (see RenderBox::updateFromStyle()) so it makes handling dynamic update a bit more complicated. See especially https://bugs.chromium.org/p/chromium/issues/detail?id=665927#c23

In the patch for bug 182053, I'm using computedStyle() to determine the scrollingElement, which allows to always return the correct value. However, the CSS used values for overflow may still be incorrect after dynamic change which is why these tests are failing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180207/b1c6fd93/attachment.html>


More information about the webkit-unassigned mailing list