[wpt-sync] Sync PR 50489 - [Gap Decorations]: Parse `row-rule-break` property
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 50489 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/50489
Details from upstream follow.
Sam Davis Omekara <samomekarajr@microsoft.com> wrote:
[Gap Decorations]: Parse
row-rule-break
propertyThis CL introduces parsing for the
row-rule-break
property which
controls the behavior of breaking gap decorations within gaps into
segments, see: https://drafts.csswg.org/css-gaps-1/#break.Bug: 357648037
Change-Id: I5b40caa660bcdee91d9e6718e270a965bd1dd16cReviewed-on: https://chromium-review.googlesource.com/6217445
WPT-Export-Revision: 0ce4d29493dc68228a2622a0fbc368ec1259f6d4
Assignee | ||
Comment 1•20 days ago
|
||
Assignee | ||
Updated•20 days ago
|
Assignee | ||
Comment 2•20 days ago
|
||
Assignee | ||
Comment 3•20 days ago
|
||
Assignee | ||
Comment 4•20 days 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
: 4
FAIL
: 12
Chrome
OK
: 3
PASS
: 4
FAIL
: 12
Safari
OK
: 3
PASS
: 4
FAIL
: 12
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /css/css-gaps/tentative/parsing/rule-break-computed.html [wpt.fyi]
- Property column-rule-break value 'none':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-break value 'spanning-item':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property column-rule-break value 'intersection':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property row-rule-break value 'none':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property row-rule-break value 'spanning-item':
FAIL
(Chrome:FAIL
, Safari:FAIL
) - Property row-rule-break value 'intersection':
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Property column-rule-break value 'none':
- /css/css-gaps/tentative/parsing/rule-break-valid.html [wpt.fyi]
- e.style['column-rule-break'] = "none" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-break'] = "spanning-item" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['column-rule-break'] = "intersection" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['row-rule-break'] = "none" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['row-rule-break'] = "spanning-item" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - e.style['row-rule-break'] = "intersection" should set the property value:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- e.style['column-rule-break'] = "none" should set the property value:
Comment 6•18 days ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1f062c3fc3be
https://hg.mozilla.org/mozilla-central/rev/d6169846e992
Description
•