Closed
Bug 1507549
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14077 - Fix serialization of computed style for 'paint-order'
Categories
(Core :: SVG, enhancement, P4)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14077 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14077
Details from upstream follow.
Fredrik Söderquist <fs@opera.com> wrote:
> Fix serialization of computed style for 'paint-order'
>
> We were always serializing as the completed (all keywords present) form,
> which is not the shortest canonical form.
>
> https://svgwg.org/svg2-draft/painting.html#PaintOrder
>
> Fold the ComputedStyleUtils helper into the PaintOrder CSSProperty
> class, since this is very specific to this property.
>
> Matches WebKit and almost Gecko (which seems to handle some "two
> keyword" cases differently.)
>
> Bug: 904898
> Change-Id: Ib796a111e601485e339fdf2739a587fb5f893b8a
> Reviewed-on: https://chromium-review.googlesource.com/1335579
> WPT-Export-Revision: dc4ae705f18903d92a07457707d5c946c049cde5
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → SVG
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=d6c80036dde16a974a9029b54d6a5f0dfcffc1b9
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Failed to get results from try push
Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=5b719abb15f9a688784207833d1fe78d2eb8dd8a
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ee38ad38e9a1
[wpt PR 14077] - Fix serialization of computed style for 'paint-order', a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/65a2135472b5
[wpt PR 14077] - Fix serialization of computed style for 'paint-order', a=testonly
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•