Closed
Bug 1438276
Opened 7 years ago
Closed 7 years ago
[wpt-sync] PR 9519 - Test box-shadow serialization
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla61
| Tracking | Status | |
|---|---|---|
| firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
Details
(Whiteboard: [wptsync downstream])
Following https://github.com/w3c/csswg-drafts/issues/2305, the canonical serialization for box-shadow was changed from `inset? && <length>{2,4} && <color>?` to `<color>? && <length>{2,4} && inset?`. Convert an existing box-shadow text into a testharness.js test in order to test serialization as well.
I added `parsing-testcommon.js` as a copy of https://github.com/w3c/web-platform-tests/blob/master/css/css-transforms/parsing/resources/parsing-testcommon.js (this should probably be moved into a css/resources directory), and also renamed the file as it seems the testharness reporting does not play nicely with XHTML (it had no styling).
| Reporter | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → Layout
Product: Testing → Core
| Reporter | ||
Comment 1•7 years ago
|
||
| Reporter | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c39dc8b8240fd09f459edb08d42d4276d7c2f8de
| Reporter | ||
Comment 3•7 years ago
|
||
Ran 1 tests and 62 subtests
OK : 1
PASS : 62
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/897ebf44f505
[wpt PR 9519] - Test box-shadow serialization, a=testonly
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•