WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 182292
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
Add attachment
proposed patch, testcase, etc.
Frédéric Wang (:fredw)
Comment 1
2018-01-30 06:57:12 PST
https://trac.webkit.org/changeset/227785/
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
<
rdar://problem/99533462
>
Ahmad Saleem
Comment 5
2023-03-17 10:34:22 PDT
Also to consider -
https://chromium.googlesource.com/chromium/blink/+/f19705cd7cadd77ff1d612396f5ccd2fa4e725a0
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug