hixie-004.xml SVG test doesnt render anything on the screen (Unexpected value NaN parsing height attribute)
Categories
(Core :: SVG, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | affected |
People
(Reporter: mayankleoboy1, Unassigned)
Details
Attachments
(2 files)
Use nightly
open https://bugzilla.mozilla.org/attachment.cgi?id=9033648
Nothing is drawn in the box.
Chrome draws some SVG's in the box
This reproduces with or without WR
| Reporter | ||
Comment 1•7 years ago
|
||
Content Security Policy: The page’s settings observed the loading of a resource at https://bugzilla.mozilla.org/images/smallcats.gif (“img-src”). A CSP report is being sent.
Unexpected value NaN parsing x attribute. attachment.cgi:58:11
Unexpected value NaN parsing y attribute. attachment.cgi:59:11
Unexpected value NaN parsing height attribute. attachment.cgi:60:11
Unexpected value NaN parsing width attribute. attachment.cgi:61:11
Unexpected value translate(50, 50) rotate(undefined) translate(-50, -50) parsing transform attribute. attachment.cgi:63:11
Content Security Policy: The page’s settings observed the loading of a resource at https://bugzilla.mozilla.org/images/smallcats.gif (“img-src”). A CSP report is being sent.
Unexpected value NaN parsing x attribute. attachment.cgi:58:11
Unexpected value NaN parsing y attribute. attachment.cgi:59:11
Unexpected value NaN parsing height attribute. attachment.cgi:60:11
Unexpected value NaN parsing width attribute. attachment.cgi:61:11
Unexpected value translate(50, 50) rotate(undefined) translate(-50, -50) parsing transform attribute. attachment.cgi:63:11
Content Security Policy: The page’s settings observed the loading of a resource at https://bugzilla.mozilla.org/images/smallcats.gif (“img-src”). A CSP report is being sent.
Unexpected value NaN parsing x attribute. attachment.cgi:58:11
Unexpected value NaN parsing y attribute. attachment.cgi:59:11
Unexpected value NaN parsing height attribute. attachment.cgi:60:11
Unexpected value NaN parsing width attribute. attachment.cgi:61:11
Unexpected value translate(50, 50) rotate(undefined) translate(-50, -50) parsing transform attribute. attachment.cgi:63:11
Content Security Policy: The page’s settings observed the loading of a resource at https://bugzilla.mozilla.org/images/smallcats.gif (“img-src”). A CSP report is being sent.
Unexpected value NaN parsing x attribute. attachment.cgi:58:11
Unexpected value NaN parsing y attribute. attachment.cgi:59:11
Unexpected value NaN parsing height attribute. attachment.cgi:60:11
Unexpected value NaN parsing width attribute. attachment.cgi:61:11
Unexpected value translate(50, 50) rotate(undefined) translate(-50, -50) parsing transform attribute. attachment.cgi:63:11
Content Security Policy: The page’s settings observed the loading of a resource at https://bugzilla.mozilla.org/images/smallcats.gif (“img-src”). A CSP report is being sent.
Unexpected value NaN parsing x attribute. attachment.cgi:58:11
Unexpected value NaN parsing y attribute.
| Reporter | ||
Updated•7 years ago
|
Comment 2•7 years ago
|
||
Well, chrome only draws the broken image icon, right?
| Reporter | ||
Comment 3•7 years ago
|
||
Edge draws empty icon-placeholders
Chrome draws "something"
Nightly draws nothing
This bug was filed when I tried to test bug 1517039
Comment 4•7 years ago
|
||
See bug 1516791 comment 3. I believe this is a duplicate of that bug (which is invalid; this behavior is apparently unspecced, and we happen to draw nothing whereas chrome/edge draw broken image icons).
None of this is actually exercising what the testcase is meant to test, which is an actual image load (which requires that the referenced image actually be present).
Description
•