Closed
Bug 1465780
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11273 - [css-paint-api] Fail a reftest early if CSS.registerProperty is not s…
Categories
(Core :: CSS Parsing and Computation, defect, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11273 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11273
Details from upstream follow.
Simon Pieters <zcorpan@gmail.com> wrote:
> [css-paint-api] Fail a reftest early if CSS.registerProperty is not s…
>
> …upported
>
> Part of #11269.
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → Layout: Web Painting
Product: Testing → Core
Assignee | ||
Updated•7 years ago
|
Component: Layout: Web Painting → CSS Parsing and Computation
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c69340d295e9c6273dee3ea125f2c0a405a14184
Assignee | ||
Comment 3•7 years ago
|
||
Ran 5 tests and 13 subtests
OK : 4
FAIL : 14
New tests that have failures or other problems:
/css/css-properties-values-api/registered-properties-inheritance.html
Registered properties are correctly inherited (or not) depending on the inherits flag.: FAIL
/css/css-properties-values-api/registered-property-computation.html
<length-percentage> values are computed correctly for divWithFontSizeInherited: FAIL
<length-percentage> values are computed correctly for divWithFontSizeSet: FAIL
<length-percentage>+ values are computed correctly for divWithFontSizeInherited: FAIL
<length-percentage>+ values are computed correctly for divWithFontSizeSet: FAIL
<length> values are computed correctly for divWithFontSizeInherited: FAIL
<length> values are computed correctly for divWithFontSizeSet: FAIL
<length>+ values are computed correctly for divWithFontSizeInherited: FAIL
<length>+ values are computed correctly for divWithFontSizeSet: FAIL
CSS.registerProperty: FAIL
font-size with a var() reference to a registered property using ems works as expected: FAIL
/css/css-properties-values-api/registered-property-initial.html
Initial values of registered properties can be referenced when no custom properties are explicitly set.: FAIL
/css/css-properties-values-api/var-reference-registered-properties.html
var() references work with registered properties: FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d1299e9f1453
[wpt PR 11273] - [css-paint-api] Fail a reftest early if CSS.registerProperty is not s…, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/8cf3834a3f25
[wpt PR 11273] - Update wpt metadata, a=testonly
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0e73052adb50
[wpt PR 11273] - [css-paint-api] Fail a reftest early if CSS.registerProperty is not s…, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/de4f279eb9f7
[wpt PR 11273] - Update wpt metadata, a=testonly
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0e73052adb50
https://hg.mozilla.org/mozilla-central/rev/de4f279eb9f7
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•