Closed
Bug 1514329
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 14523 - Use StyleColor for the stop-color property
Categories
(Core :: SVG, enhancement, P4)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14523 into mozilla-central (this bug is closed when the sync is complete). PR: https://github.com/web-platform-tests/wpt/pull/14523 Details from upstream follow. Fredrik Söderquist <fs@opera.com> wrote: > Use StyleColor for the stop-color property > > This changes the ComputedStyle storage for the stop-color property to be > a StyleColor rather than a plain color. This fixes explicit inheritance > for the property ('currentcolor' computes to itself). > It also means we'll properly pick up changes to 'color'. > > Bug: 914728 > Change-Id: I3c78a3615220b9149d1ea5102a6e5863526a6d51 > Reviewed-on: https://chromium-review.googlesource.com/1377437 > WPT-Export-Revision: 7afe30947f5738d243554382ce659b787be9592f
Assignee | ||
Updated•4 years ago
|
Component: web-platform-tests → SVG
Product: Testing → Core
Assignee | ||
Comment 1•4 years ago
|
||
Pushed to try https://treeherder.mozilla.org/#/jobs?repo=try&revision=032f5e09f4649f9961e978a8e64be165033f9fec
Assignee | ||
Comment 2•4 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2220e7c37baf636a6a3b2269b85ff51add1bb931
Assignee | ||
Comment 3•4 years ago
|
||
Ran 3 tests and 11 subtests OK : 2 PASS : 11 FAIL : 1 New tests that have failures or other problems: /svg/pservers/scripted/stop-color-inheritance-currentcolor.svg "currentcolor" is inherited as a keyword: FAIL
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/mozilla-inbound/rev/4c026d2d70bb [wpt PR 14523] - Use StyleColor for the stop-color property, a=testonly https://hg.mozilla.org/integration/mozilla-inbound/rev/42f5aecff24a [wpt PR 14523] - Update wpt metadata, a=testonly
![]() |
||
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4c026d2d70bb
https://hg.mozilla.org/mozilla-central/rev/42f5aecff24a
Status: NEW → RESOLVED
Closed: 4 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
•