[wpt-sync] Sync PR 44801 - [reading-order-items] Add CSS property
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox125 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 44801 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/44801
Details from upstream follow.
Di Zhang <dizhangg@chromium.org> wrote:
[reading-order-items] Add CSS property
This patch adds the CSS parser for the CSS
reading-order-items
property. We include the defined values [1]:
- normal
- flex-visual
- flex-flow
- gird-rows
- grid-columns
- grid-order
The property doesn't have effect yet.
This patch has no behavior changes and is behind a runtime flag.[1] https://drafts.csswg.org/css-display-4/#reading-order-items
Change-Id: I50d3a0aa239bbed3307966f9621819231c172ec0
Bug: 40932006
Reviewed-on: https://chromium-review.googlesource.com/5314682
WPT-Export-Revision: 7b3cb865c863cce00e713c3db2752c285635a9ae
Assignee | ||
Updated•9 months ago
|
Assignee | ||
Comment 1•9 months ago
|
||
Assignee | ||
Comment 2•9 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 6 subtests
Status Summary
Firefox
OK
: 3
PASS
: 7
FAIL
: 12
Chrome
OK
: 3
PASS
: 7
FAIL
: 12
Safari
OK
: 3
PASS
: 7
FAIL
: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-display/reading-order/reading-order-items-computed.html [wpt.fyi]
- Property reading-order-items value 'normal':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property reading-order-items value 'flex-visual':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property reading-order-items value 'flex-flow':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property reading-order-items value 'grid-rows':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property reading-order-items value 'grid-columns':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property reading-order-items value 'grid-order':
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Property reading-order-items value 'normal':
- /css/css-display/reading-order/reading-order-items-valid.html [wpt.fyi]
- e.style['reading-order-items'] = "normal" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['reading-order-items'] = "flex-visual" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['reading-order-items'] = "flex-flow" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['reading-order-items'] = "grid-rows" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['reading-order-items'] = "grid-columns" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['reading-order-items'] = "grid-order" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['reading-order-items'] = "normal" should set the property value:
Comment 4•9 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8bdb5b12c101
https://hg.mozilla.org/mozilla-central/rev/6af5a07a867e
Description
•