[wpt-sync] Sync PR 47029 - Expect short-value serialization in display-valid.html
Categories
(Core :: Layout, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47029 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47029
Details from upstream follow.
Tim Nguyen <nt1m@users.noreply.github.com> wrote:
Expect short-value serialization in display-valid.html
https://drafts.csswg.org/cssom/#serializing-css-values says to prefer the shorter value and also the more backwards-compatible one.
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 108 subtests
Status Summary
Firefox
OK
: 1
PASS
: 81
FAIL
: 27
Chrome
OK
: 1
PASS
: 71
FAIL
: 37
Safari
OK
: 1
PASS
: 42
FAIL
: 66
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-display/parsing/display-valid.html [wpt.fyi]
- e.style['display'] = "run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in flow" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "flow run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "flow-root run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in flow-root" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "flex run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in flex" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "grid run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in grid" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "table run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in table" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in ruby" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "ruby run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in list-item" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "list-item run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "flow run-in list-item" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in flow list-item" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "flow list-item run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in list-item flow" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "list-item run-in flow" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "list-item flow run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "flow-root run-in list-item" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in flow-root list-item" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "flow-root list-item run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "run-in list-item flow-root" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "list-item run-in flow-root" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['display'] = "list-item flow-root run-in" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['display'] = "run-in" should set the property value:
Comment 4•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a3b8aec33c8b
https://hg.mozilla.org/mozilla-central/rev/5c5dbe440ffc
Description
•