WPT tests cssom-view/scrollingElement-quirks-dynamic-*.html fail
https://bugs.webkit.org/show_bug.cgi?id=182292
Summary WPT tests cssom-view/scrollingElement-quirks-dynamic-*.html fail
Frédéric Wang (:fredw)
Reported 2018-01-30 06:53:02 PST
These were imported in bug 170713 and marked as failing. Current patches for bug 182230 and bug 182053 do not help. I'm opening this for the record.
Attachments
Frédéric Wang (:fredw)
Comment 1 2018-01-30 06:57:12 PST
Frédéric Wang (:fredw)
Comment 2 2018-02-07 01:50:45 PST
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.
Ahmad Saleem
Comment 3 2022-09-03 14:24:05 PDT
Safari Technology Preview 152 still fail these two tests and is the only browser to fail them: https://wpt.fyi/results/css/cssom-view?label=master&label=experimental&aligned&view=subtest&q=scrollingElement-quirks-dynamic- Just wanted to share updated status. Thanks!
Radar WebKit Bug Importer
Comment 4 2022-09-03 17:04:04 PDT
Note You need to log in before you can comment on or make changes to this bug.