[wpt-sync] Sync PR 50211 - Support ::scroll-button(*)
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 50211 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50211
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
Support ::scroll-button(*)
Selector matches any ::scroll-button, recently added to spec.
Bug: 388538943
Change-Id: I5253f369ee1a6a5351f8064f4e238dfbf50a87dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6185896
Commit-Queue: Rune Lillesveen \<futhark@chromium.org>
Reviewed-by: Daniil Sakhapov \<sakhapov@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1409581}
Assignee | ||
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Comment 2•1 month ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 4 tests
Status Summary
Firefox
OK
: 2
PASS
: 8
FAIL
: 39
Chrome
OK
: 2
PASS
: 42
FAIL
: 5
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-overflow/parsing/parsing/scroll-buttons-valid.html [wpt.fyi]
- "::scroll-button(up)" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(down)" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(left)" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(right)" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(block-start)" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(inline-start)" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(inline-end)" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(block-end)" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(*)" should be a valid selector:
FAIL
(Chrome:FAIL
) - "::scroll-button( up)" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(up )" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button( *)" should be a valid selector:
FAIL
(Chrome:FAIL
) - "::scroll-button(* )" should be a valid selector:
FAIL
(Chrome:FAIL
) - "::scroll-button(up):focus" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(down):focus" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(left):focus" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(right):focus" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(block-start):focus" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(inline-start):focus" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(inline-end):focus" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(block-end):focus" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(up):disabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(down):disabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(left):disabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(right):disabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(block-start):disabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(inline-start):disabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(inline-end):disabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(block-end):disabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(up):enabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(down):enabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(left):enabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(right):enabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(block-start):enabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(inline-start):enabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(inline-end):enabled" should be a valid selector:
FAIL
(Chrome:PASS
) - "::scroll-button(block-end):enabled" should be a valid selector:
FAIL
(Chrome:PASS
)
- "::scroll-button(up)" should be a valid selector:
- /css/css-overflow/scroll-buttons-003.html [wpt.fyi]:
FAIL
(Chrome:FAIL
) - /css/css-overflow/scroll-buttons-004.html [wpt.fyi]:
FAIL
(Chrome:FAIL
)
https://hg.mozilla.org/mozilla-central/rev/2eb68f60d3dc
https://hg.mozilla.org/mozilla-central/rev/92b2dce0a2cf
Description
•