[wpt-sync] Sync PR 37268 - [anchor-position] Reorder @position-fallback rules by cascade layers
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox109 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37268 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37268
Details from upstream follow.
Xiaocheng Hu <xiaochengh@chromium.org> wrote:
[anchor-position] Reorder @position-fallback rules by cascade layers
Fixed: 1381617
Change-Id: Ie2f00737ffab626f533dd2938bd05b8f741e5633Reviewed-on: https://chromium-review.googlesource.com/4068802
WPT-Export-Revision: 72d5b48733a456940226683900432f2ddaaeb129
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 2 subtests
Status Summary
Firefox
OK : 1
FAIL: 2
Chrome
OK : 1
PASS: 1
FAIL: 1
Safari
OK : 1
FAIL: 2
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-anchor-position/position-fallback-cascade-layer-reorder.html [wpt.fyi]
- When in the same layer, the last rule of each name wins:
FAIL(Chrome:PASS, Safari:FAIL) - When in different layers, the rule of each name in the highest layer wins:
FAIL(Chrome:FAIL, Safari:FAIL)
- When in the same layer, the last rule of each name wins:
Comment 4•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8ad4c7538dec
https://hg.mozilla.org/mozilla-central/rev/6bfc26c02b71
Description
•