[wpt-sync] Sync PR 48732 - [@container] Update the overflowing state via a snapshot client
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 48732 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/48732
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
[@container] Update the overflowing state via a snapshot client
Use the same ScrollSnapshotClient that we use for stuck query updates.
The snapshot class will be renamed in the next CL to reflect this.Bug: 367764865
Change-Id: I8cae643860039d3e0c0bb357a19d6807083c06b2
Reviewed-on: https://chromium-review.googlesource.com/5937897
WPT-Export-Revision: 362e8e55a9d458c111d3dbc2714bcebdf21b2aa8
Assignee | ||
Updated•25 days ago
|
Assignee | ||
Updated•25 days ago
|
Assignee | ||
Updated•25 days ago
|
Assignee | ||
Comment 1•25 days ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 3 subtests
Status Summary
Firefox
OK
: 2
PASS
: 6
FAIL
: 5
Chrome
OK
: 2
PASS
: 6
FAIL
: 5
Safari
OK
: 2
PASS
: 6
FAIL
: 5
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-initially-overflowing.html [wpt.fyi]
- overflow:auto, overflowing content - matches overflowing:bottom:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - overflow:scroll, overflowing content - matches overflowing:bottom:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- overflow:auto, overflowing content - matches overflowing:bottom:
- /css/css-conditional/container-queries/scroll-state/scroll-state-overflowing-change.html [wpt.fyi]
- Check that scroll-state(overflowing) matches bottom before scroll:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Check that scroll-state(overflowing) matches both top and bottom in a middle position:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Check that scroll-state(overflowing) matches both top when scrolled to the end:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Check that scroll-state(overflowing) matches bottom before scroll:
Comment 3•24 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c4823c520a2a
https://hg.mozilla.org/mozilla-central/rev/f096c6d079d0
Description
•