[wpt-sync] Sync PR 19745 - [IntersectionObserver] Apply overflow clip to document.scrollingElement
Categories
(Core :: Layout, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 19745 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/19745
Details from upstream follow.
Stefan Zager <szager@chromium.org> wrote:
[IntersectionObserver] Apply overflow clip to document.scrollingElement
If the explicit root element is the document's scrollingElement, we interpret
that to mean we should apply the root scroller's overflow clip (just as we
already do with the implicit root).Hidden behind a flag for testing, and pending resolution of spec issues and
sending intent's.BUG=1015183
R=chrishtr@chromium.orgChange-Id: I6b2542dd353ea0be6b67b5922eee75445070f10a
Reviewed-on: https://chromium-review.googlesource.com/1865257
WPT-Export-Revision: 22271791363f0c8c7960a22e179b350571a670f6
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
GitHub CI Results
wpt.fyi PR Results Base Results
Ran 1 tests and 2 subtests
Firefox
OK : 1
PASS: 1
FAIL: 1
Chrome
OK : 1
PASS: 1
FAIL: 1
Safari
OK : 1
PASS: 1
FAIL: 1
New tests that's don't pass
/intersection-observer/document-scrolling-element-root.html
First rAF.: Firefox: FAIL, Chrome: FAIL, Safari: FAIL
Comment 4•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/50e3250fba80
https://hg.mozilla.org/mozilla-central/rev/8b9e1f318358
Description
•