Closed
Bug 1510062
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14241 - CSS: WPTs for CSS Fragmentation parsing
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14241 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14241
Details from upstream follow.
Eric Willigers <ericwilligers@chromium.org> wrote:
> CSS: WPTs for CSS Fragmentation parsing
>
> Test parsing, serialiation and computed values for properties defined
> in CSS Fragmentation Module Level 3
> https://drafts.csswg.org/css-break/
>
> Blink has expected failures for keywords relating to CSS Regions.
>
> Change-Id: Ie5a930ba2d805c7bd45aa84c293bc8ff5922da98
> Reviewed-on: https://chromium-review.googlesource.com/1351190
> WPT-Export-Revision: 9065d49073405946839a83a15eb19e94521ed91b
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c925957ea0352bdf1b51e550d67cc431f6ec23ce
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Ran 18 tests and 90 subtests
OK : 18
PASS : 57
FAIL : 33
New tests that have failures or other problems:
/css/css-break/parsing/break-after-valid.html
e.style['break-after'] = "auto" should set the property value: FAIL
e.style['break-after'] = "avoid" should set the property value: FAIL
e.style['break-after'] = "avoid-column" should set the property value: FAIL
e.style['break-after'] = "avoid-page" should set the property value: FAIL
e.style['break-after'] = "avoid-region" should set the property value: FAIL
e.style['break-after'] = "column" should set the property value: FAIL
e.style['break-after'] = "left" should set the property value: FAIL
e.style['break-after'] = "page" should set the property value: FAIL
e.style['break-after'] = "recto" should set the property value: FAIL
e.style['break-after'] = "region" should set the property value: FAIL
e.style['break-after'] = "right" should set the property value: FAIL
e.style['break-after'] = "verso" should set the property value: FAIL
/css/css-break/parsing/break-before-valid.html
e.style['break-before'] = "auto" should set the property value: FAIL
e.style['break-before'] = "avoid" should set the property value: FAIL
e.style['break-before'] = "avoid-column" should set the property value: FAIL
e.style['break-before'] = "avoid-page" should set the property value: FAIL
e.style['break-before'] = "avoid-region" should set the property value: FAIL
e.style['break-before'] = "column" should set the property value: FAIL
e.style['break-before'] = "left" should set the property value: FAIL
e.style['break-before'] = "page" should set the property value: FAIL
e.style['break-before'] = "recto" should set the property value: FAIL
e.style['break-before'] = "region" should set the property value: FAIL
e.style['break-before'] = "right" should set the property value: FAIL
e.style['break-before'] = "verso" should set the property value: FAIL
/css/css-break/parsing/break-inside-valid.html
e.style['break-inside'] = "auto" should set the property value: FAIL
e.style['break-inside'] = "avoid" should set the property value: FAIL
e.style['break-inside'] = "avoid-column" should set the property value: FAIL
e.style['break-inside'] = "avoid-page" should set the property value: FAIL
e.style['break-inside'] = "avoid-region" should set the property value: FAIL
/css/css-break/parsing/orphans-valid.html
e.style['orphans'] = "1" should set the property value: FAIL
e.style['orphans'] = "234" should set the property value: FAIL
/css/css-break/parsing/widows-valid.html
e.style['widows'] = "1" should set the property value: FAIL
e.style['widows'] = "234" should set the property value: FAIL
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=1d951ab8d3d9007727bf80167dab84a4ae5b7ddf
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a507c55880c7
[wpt PR 14241] - CSS: WPTs for CSS Fragmentation parsing, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/76ee196e863f
[wpt PR 14241] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/00d6d20e317d
[wpt PR 14241] - CSS: WPTs for CSS Fragmentation parsing, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/21cd899d20af
[wpt PR 14241] - Update wpt metadata, a=testonly
Comment 8•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/00d6d20e317d
https://hg.mozilla.org/mozilla-central/rev/21cd899d20af
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•