[wpt-sync] Sync PR 40463 - [anchor-position] Parse and evaluator `auto` and `auto-size` keywords
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox116 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40463 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40463
Details from upstream follow.
Xiaocheng Hu <xiaochengh@chromium.org> wrote:
[anchor-position] Parse and evaluator
auto
andauto-size
keywordsThis patch adds two more anchor side keywords
auto
andauto-size
to theanchor()
function, and evaluates them by converting them into
the corresponding physical sides.This patch doesn't implement the automatic fallbacks, which will be
implemented by a follow-up patch.Spec: https://drafts.csswg.org/css-anchor-position-1/#anchor-auto
Bug: 1412864
Change-Id: I0494ab943a07ab9916b430600d4f49235c5df084
Reviewed-on: https://chromium-review.googlesource.com/4602508
WPT-Export-Revision: f6d8010126f80077934da3cef7c003ba7ba9a35a
Assignee | ||
Updated•1 years ago
|
Assignee | ||
Comment 1•1 years ago
|
||
Assignee | ||
Comment 2•1 years ago
|
||
Assignee | ||
Comment 3•1 years ago
|
||
CI Results
Ran 5 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 4
Chrome
OK
: 1
FAIL
: 4
Safari
OK
: 1
FAIL
: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-anchor-position/anchor-position-auto-001.html [wpt.fyi]
- .target 1:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .target 2:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .target 3:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - .target 4:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- .target 1:
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f9b5a44c0b43
https://hg.mozilla.org/mozilla-central/rev/92b8bcdd8030
Description
•