[wpt-sync] Sync PR 50410 - [carousel] Move ::scroll-marker and ::scroll-marker-group tests to WPT
Categories
(Core :: Layout: Scrolling and Overflow, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50410 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50410
Details from upstream follow.
Даниил <sakhapov@chromium.org> wrote:
[carousel] Move ::scroll-marker and ::scroll-marker-group tests to WPT
Bug: 332396355
Change-Id: I1e8ad26c8887f2a72b491d6c5aa77f29dfc4944c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6216931
Commit-Queue: Anders Hartvoll Ruud \<andruud@chromium.org>
Auto-Submit: Daniil Sakhapov \<sakhapov@chromium.org>
Reviewed-by: Rune Lillesveen \<futhark@chromium.org>
Reviewed-by: Anders Hartvoll Ruud \<andruud@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1414048}
Assignee | ||
Updated•24 days ago
|
Assignee | ||
Comment 1•24 days ago
|
||
Assignee | ||
Comment 2•24 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 8[Gecko-windows11-32-24h2-debug, Gecko-windows11-32-24h2-opt] 9[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview, Gecko-android-em-7.0-x86_64-qr-debug-geckoview, Gecko-android-em-7.0-x86_64-qr-opt-geckoview, Gecko-linux1804-64-qr-debug, Gecko-linux1804-64-qr-opt, Gecko-windows11-64-24h2-debug, Gecko-windows11-64-24h2-opt, GitHub]
Chrome
OK
: 2
PASS
: 8
FAIL
: 1
Safari
OK
: 1
FAIL
: 2
TIMEOUT
: 3
NOTRUN
: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-overflow/scroll-marker-group-keeps-active-in-view.html [wpt.fyi]:
FAIL
(Chrome:FAIL
, Safari:TIMEOUT
) - /css/css-overflow/scroll-marker-selection-picks-closest.html [wpt.fyi]
- scroll-marker 0 selected at scrollLeft = 0:
FAIL
(Chrome:PASS
, Safari:FAIL
) - scroll-marker 0 selected just before mid point of item0:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
) - scroll-marker 1 selected just after mid point of item0:
FAIL
(Chrome:PASS
, Safari:NOTRUN
) - scroll-marker 1 selected at left edge of item1:
FAIL
(Chrome:PASS
, Safari:NOTRUN
) - scroll-marker 1 selected just before mid point of item1:
FAIL
(Chrome:PASS
, Safari:NOTRUN
) - scroll-marker 2 selected just after mid point of item1:
FAIL
(Chrome:PASS
, Safari:NOTRUN
) - scroll-marker 2 selected just at left edge of item2:
FAIL
(Chrome:PASS
, Safari:NOTRUN
)
- scroll-marker 0 selected at scrollLeft = 0:
- /css/css-overflow/scroll-markers-updated-by-programmatic-scroll.html [wpt.fyi]
- The selected ::scroll-marker is updated using the eventual scroll position for a programmatic scroll:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- The selected ::scroll-marker is updated using the eventual scroll position for a programmatic scroll:
https://hg.mozilla.org/mozilla-central/rev/bfa9cb4af52b
https://hg.mozilla.org/mozilla-central/rev/83f196205d18
Description
•