[wpt-sync] Sync PR 50728 - ::scroll-marker activation only scrolls associated scroller.
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50728 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50728
Details from upstream follow.
Robert Flack <flackr@chromium.org> wrote:
::scroll-marker activation only scrolls associated scroller.
When activating a scroll marker we should only scroll the associated
scrolling container, and not all ancestor scrolling elements.Bug: 391609997,391627364
Change-Id: I5800e6a33a4a544587ab11f5b5355a122c71d0cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6259655
Reviewed-by: Vladimir Levin \<vmpstr@chromium.org>
Commit-Queue: Robert Flack \<flackr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1420618}
Assignee | ||
Updated•9 days ago
|
Assignee | ||
Comment 1•9 days ago
|
||
Assignee | ||
Comment 2•9 days 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
TIMEOUT
: 2
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
New Tests That Don't Pass
- /css/css-overflow/scroll-marker-activation-scroll.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:OK
)- CSS Test: ::scroll-marker only scrolls associated scrolling container:
TIMEOUT
(Chrome:FAIL
, Safari:FAIL
)
- CSS Test: ::scroll-marker only scrolls associated scrolling container:
https://hg.mozilla.org/mozilla-central/rev/825c0f07e78c
https://hg.mozilla.org/mozilla-central/rev/135aac492b60
Description
•