[wpt-sync] Sync PR 44437 - [css-anchor-position] Parsing and computing position-try-options
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44437 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44437
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
[css-anchor-position] Parsing and computing position-try-options
Part of the new auto-fallback proposal.
Bug: 40279608
Change-Id: If43e8af13a805cbd1b60cd8f44272ac431e4606c
Reviewed-on: https://chromium-review.googlesource.com/5272497
WPT-Export-Revision: 569e5ec162b3907507bcbcb9a334bd3af254062b
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 18 subtests
Status Summary
Firefox
OK
: 2
PASS
: 6
FAIL
: 21
Chrome
OK
: 2
PASS
: 6
FAIL
: 21
Safari
OK
: 2
PASS
: 6
FAIL
: 21
Links
Details
New Tests That Don't Pass
- /css/css-anchor-position/parsing/position-try-options-computed.html [wpt.fyi]
- Property position-try-options value 'none':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property position-try-options value 'flip-block':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property position-try-options value 'flip-inline':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property position-try-options value 'flip-start':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property position-try-options value 'flip-block, flip-inline':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property position-try-options value '--foo, --bar':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property position-try-options value 'flip-start flip-inline flip-block':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property position-try-options has initial value none:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property position-try-options does not inherit:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Property position-try-options value 'none':
- /css/css-anchor-position/parsing/position-try-options-parsing.html [wpt.fyi]
- e.style['position-try-options'] = "initial" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "inherit" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "unset" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "revert" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "none" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "flip-block" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "flip-start, flip-block" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "flip-start flip-inline, flip-block" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "flip-start, flip-start" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "flip-block, --foo" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "--bar, flip-block flip-start" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['position-try-options'] = "--foo, --bar, --baz" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['position-try-options'] = "initial" should set the property value:
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6057c39895f1
https://hg.mozilla.org/mozilla-central/rev/c88762a4813b
Description
•