Closed Bug 1882200 Opened 9 months ago Closed 9 months ago

[wpt-sync] Sync PR 44801 - [reading-order-items] Add CSS property

Categories

(Core :: Layout, task, P4)

task

Tracking

()

RESOLVED FIXED
125 Branch
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

Component: web-platform-tests → Layout
Product: Testing → Core

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)
  • /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)
Pushed by wptsync@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/8bdb5b12c101 [wpt PR 44801] - [reading-order-items] Add CSS property, a=testonly https://hg.mozilla.org/integration/autoland/rev/6af5a07a867e [wpt PR 44801] - Update wpt metadata, a=testonly
Status: NEW → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
You need to log in before you can comment on or make changes to this bug.