Closed
Bug 1489847
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12906 - CSS: Serialize path string using absolute commands
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12906 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12906
Details from upstream follow.
Eric Willigers <ericwilligers@chromium.org> wrote:
> CSS: Serialize path string using absolute commands
>
> The canonical serialization format for path strings uses absolute
> commands only.
>
> Discussed in https://github.com/w3c/svgwg/issues/321
>
> Previously, Blink only normalized path string to absolute commands
> when they were animated.
>
> BUG=696395
>
> Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel
> Change-Id: I773ceb40f22fc5ce1e5f7ea0b4eca6cc612e763e
>
> Reviewed-on: https://chromium-review.googlesource.com/1215150
> WPT-Export-Revision: 0aa0bf8f5f5db1134f271ea9fa80dc72b41b5750
| Assignee | ||
Comment 1•7 years ago
|
||
PR 12906 applied with additional changes from upstream: 84ec2ed74115b1c2ca72765b458f3a5d4da792dc, 9a5d71b326166e12784bdd9d161772e20f87c1fd
| Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → SVG
Product: Testing → Core
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
| Assignee | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=ba64aa33809fbb11a648561ab68017e5a05ea140
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Comment 7•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=0c1a2d10e1a73d7e6d5fa0bc774538342cc91e98
| Assignee | ||
Comment 8•7 years ago
|
||
| Assignee | ||
Comment 9•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2b01c1804e0014b518b84f61cadfab090884a4a7
| Assignee | ||
Updated•7 years ago
|
Component: SVG → CSS Parsing and Computation
| Assignee | ||
Comment 10•7 years ago
|
||
| Assignee | ||
Comment 11•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=58a4b1972964e368d84db732b08387fbf4f00980
| Assignee | ||
Comment 12•7 years ago
|
||
| Assignee | ||
Comment 13•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2b90edff3454822f475f752cc4275fde71dd3f05
| Assignee | ||
Comment 14•7 years ago
|
||
| Assignee | ||
Comment 15•7 years ago
|
||
Ran 5 tests and 48 subtests
OK : 5
PASS : 8
FAIL : 40
New tests that have failures or other problems:
/css/motion/offset-path-serialization.html
Motion Path Module Level 1: path serialization: FAIL
/css/motion/parsing/offset-parsing-valid.html
e.style['offset'] = "center bottom path(\"M 1 2 V 3 Z\")" should set the property value: FAIL
e.style['offset'] = "center center path(\"M 0 0 L 100 100 M 100 200 L 200 200 Z L 300 300 Z\") 100% 90deg / left bottom" should set the property value: FAIL
e.style['offset'] = "path( 'm 1 2 v 3.00 z')" should set the property value: FAIL
e.style['offset'] = "path('m 0 30 v 100') -7rad 8px / left top" should set the property value: FAIL
e.style['offset'] = "path('m 20 0 h 100') -7rad 8px / auto" should set the property value: FAIL
e.style['offset'] = "path(\"M 0 0 H 100\") 100px 0deg" should set the property value: FAIL
e.style['offset'] = "path(\"M 0 0 H 1\") -200% auto" should set the property value: FAIL
e.style['offset'] = "path(\"M 0 0 H 1\") -200%" should set the property value: FAIL
e.style['offset'] = "path(\"M 0 0 H 1\") auto" should set the property value: FAIL
e.style['offset'] = "path(\"M 0 0 H 1\")" should set the property value: FAIL
/svg/path/property/serialization.svg
serialization: FAIL
| Assignee | ||
Comment 16•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8f07fb596ebf00612b438ebed362994756424a0a
Comment 17•7 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cea1dbbb46c0
[wpt PR 12906] - CSS: path string computed style uses absolute commands, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/4a4348f816c5
[wpt PR 12906] - Update wpt metadata, a=testonly
Comment 18•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/cea1dbbb46c0
https://hg.mozilla.org/mozilla-central/rev/4a4348f816c5
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•