[wpt-sync] Sync PR 48894 - [@container] Renaming from state to scroll-state
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48894 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48894
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
[@container] Renaming from state to scroll-state
Fixed pseudo element invalidation that incorrectly checked for stuck
query selection instead of scroll-state in general.Bug: 40268059
Change-Id: I5d2d610546128c9c5e1de13c471a0f7e1770cd78
Reviewed-on: https://chromium-review.googlesource.com/5975667
WPT-Export-Revision: 4c59e9878b87da5778c8c6b18e32f71d4d846c67
Assignee | ||
Updated•3 days ago
|
Assignee | ||
Comment 1•2 days ago
|
||
Assignee | ||
Comment 2•2 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 2 subtests
Status Summary
Firefox
OK
: 3
PASS
: 3
FAIL
: 3
Chrome
OK
: 3
PASS
: 5
FAIL
: 1
Safari
OK
: 3
PASS
: 3
FAIL
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-pseudo.html [wpt.fyi]
- ::before/::after matching after content starts overflowing #scroller:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- ::before/::after matching after content starts overflowing #scroller:
- /css/css-conditional/container-queries/scroll-state/scroll-state-snapped-pseudo.html [wpt.fyi]
- ::before/::after depending on snapped query:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- ::before/::after depending on snapped query:
- /css/css-conditional/container-queries/scroll-state/scroll-state-stuck-pseudo.html [wpt.fyi]
- ::before/::after depending on stuck query:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- ::before/::after depending on stuck query:
Description
•