[wpt-sync] Sync PR 44864 - [css-anchor-position] Parser support for @position-try rules
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox125 fixed)
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44864 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44864
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
[css-anchor-position] Parser support for @position-try rules
Adding parsing support for @position-try without removing support for
@position-fallback. @position-fallback rule are still being applied for
now.Bug: 40279608
Change-Id: If81a0707287ee317fa4f8080afc459c157fad4e0
Reviewed-on: https://chromium-review.googlesource.com/5331723
WPT-Export-Revision: cd94f22b047c406f9f0f386dee6cfd90dcf170f8
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 1•1 years ago
|
||
Assignee | ||
Comment 2•1 years ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 12 subtests
Status Summary
Firefox
OK
: 1
PASS
: 4
FAIL
: 8
Chrome
OK
: 1
PASS
: 4
FAIL
: 8
Safari
OK
: 1
PASS
: 4
FAIL
: 8
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-anchor-position/at-position-try-parse.html [wpt.fyi]
- @position-try --foo { } should be a valid rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - @position-try --foo { top: 1px; } should be a valid rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - @position-try --foo { backround-color: green; } should be a valid rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - @position-try --foo { @keyframes bar {} } should be a valid rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - @position-try --foo { @font-face {} } should be a valid rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - @position-try --foo { @media print {} } should be a valid rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - @position-try --foo { & {} } should be a valid rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - @position-try --foo { arbitrary garbage } should be a valid rule:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- @position-try --foo { } should be a valid rule:
https://hg.mozilla.org/mozilla-central/rev/adb7e30f4f82
https://hg.mozilla.org/mozilla-central/rev/aa409ad46e78
Description
•