Closed
Bug 1514705
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 14558 - SVG Geometry: computed width and height
Categories
(Core :: SVG, enhancement, P4)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 14558 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/14558
Details from upstream follow.
Eric Willigers <ericwilligers@chromium.org> wrote:
> SVG Geometry: computed width and height
>
> The properties width and height accept percentages and units.
>
> Computed values are as specified, with <length-percentage>
> values computed.
> https://drafts.csswg.org/css-sizing-3/#preferred-size-properties
> https://svgwg.org/svg2-draft/geometry.html#Sizing
>
> Each test passes with Blink and WebKit.
>
> Firefox says expected "calc(50% + 60px)" but got "calc(60px + 50%)"
> This isn't consistent with https://drafts.csswg.org/css-values/#calc-serialize
> "Sort the terms in the following order: ..."
>
> With Edge, all results are 0px.
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → SVG
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c9d614f3cdbf2cd5e2039f47f009e3f0342dbe8d
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Updated•6 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Assignee | ||
Comment 4•6 years ago
|
||
Failed to get results from try push
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1ef02edba9af
[wpt PR 14558] - SVG Geometry: computed width and height, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/762383ac5ccc
[wpt PR 14558] - Update wpt metadata, a=testonly
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e1200509b61a
[wpt PR 14558] - SVG Geometry: computed width and height, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/e13fcd393106
[wpt PR 14558] - Update wpt metadata, a=testonly
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e1200509b61a
https://hg.mozilla.org/mozilla-central/rev/e13fcd393106
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•