Closed
Bug 1508014
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 14105 - Fix parsing of negative values for 'r', 'rx', 'ry' and 'stroke-width'
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 14105 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14105
Details from upstream follow.
Fredrik Söderquist <fs@opera.com> wrote:
> Fix parsing of negative values for 'r', 'rx', 'ry' and 'stroke-width'
>
> For all of these properties[1][2][3][4], a negative value is considered
> illegal and should fail in the parser. (The value range is already
> corectly specified for instance for animation, and also for the
> corresponing presentation attributes.)
>
> [1] https://svgwg.org/svg2-draft/geometry.html#R
> [2] https://svgwg.org/svg2-draft/geometry.html#RX
> [3] https://svgwg.org/svg2-draft/geometry.html#RY
> [4] https://svgwg.org/svg2-draft/painting.html#StrokeWidthProperty
>
> Bug: 902346
> Change-Id: I4b073288b97151d7a9df4b1c2ce99341dca9c8ee
> Reviewed-on: https://chromium-review.googlesource.com/1304561
> WPT-Export-Revision: 0f900dd3ab9d638afa587db2671d59660c279215
Assignee | ||
Updated•7 years ago
|
Component: web-platform-tests → SVG
Product: Testing → Core
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a6852d4053413c4a1ff95533556ef8d3127cb546
Assignee | ||
Comment 3•7 years ago
|
||
Failed to get results from try push
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f380f6a8f5c0
[wpt PR 14105] - Fix parsing of negative values for 'r', 'rx', 'ry' and 'stroke-width', a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fd69b29dc52d
[wpt PR 14105] - Fix parsing of negative values for 'r', 'rx', 'ry' and 'stroke-width', a=testonly
Comment 6•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
•