[wpt-sync] Sync PR 45176 - [anchor] Support flip-block/inline/start
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45176 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45176
Details from upstream follow.
Anders Hartvoll Ruud <andruud@chromium.org> wrote:
[anchor] Support flip-block/inline/start
This CL transports a TryTacticTransform in the CSSFlipRevertValue
within the flip-sets (see TryValueFlips::FlipSet), such that we can
transform the CSSValue appropriately during StyleCascade.Bug: 40279608
Change-Id: I0480098e7718507e8940b1297bf1804cfd71ee6f
Reviewed-on: https://chromium-review.googlesource.com/5378703
WPT-Export-Revision: 81bfd41076201f76f3ebbe5940047cecfaad360b
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 46 subtests
Status Summary
Firefox
OK
: 1
PASS
: 39
FAIL
: 7
Chrome
OK
: 1
PASS
: 39
FAIL
: 7
Safari
OK
: 1
PASS
: 39
FAIL
: 7
Links
Details
New Tests That Don't Pass
- /css/css-anchor-position/try-tactic-anchor.html [wpt.fyi]
- CSS Anchor Positioning: try-tactic, anchor():
FAIL
(Chrome:FAIL
, Safari:FAIL
) - flip-inline:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - flip-block:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - flip-start:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - flip-inline flip-start:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - flip-start flip-block:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Can transform a value post-var-substitution:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- CSS Anchor Positioning: try-tactic, anchor():
Comment 4•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/def055951600
https://hg.mozilla.org/mozilla-central/rev/07b5c7f9e0a9
Description
•