[wpt-sync] Sync PR 41276 - Fenced frames: add WPT for scrollIntoView() bubbling.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox118 fixed)
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41276 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41276
Details from upstream follow.
Liam Brady <lbrady@google.com> wrote:
Fenced frames: add WPT for scrollIntoView() bubbling.
This CL adds an external WPT to ensure that calling scrollIntoView()
inside a fenced frame does not cause its embedder to scroll as well.This is needed for our spec work. We currently have the
ScrollIntoViewFencedFrameBrowserTest
browser test, but we need to
create a version that can be added to our spec.Change-Id: Ic970b7f517ef76084e984afcca475e808c86b51e
Reviewed-on: https://chromium-review.googlesource.com/4739596
WPT-Export-Revision: 5236cad40fb1eb3561f29e2e091203f5c1b4d805
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /fenced-frame/scroll-into-view.https.html [wpt.fyi]
- scrollIntoView() inside a fenced frame should not scroll ancestors:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- scrollIntoView() inside a fenced frame should not scroll ancestors:
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e4b8285702ea
https://hg.mozilla.org/mozilla-central/rev/2d35464cb2bc
Description
•