Closed
Bug 1516791
Opened 6 years ago
Closed 6 years ago
hixie-004.xml test does not seem to be rendered correctly.
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jh, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0
Steps to reproduce:
I modified hixie-004.xml to run out of talos so I can benchmark it.
Actual results:
I saw no jigsaw puzzles drawn.
Expected results:
Chrome renders odd looking jigsaw puzzle pieces.
Comment 1•6 years ago
|
||
I can reproduce this bug in Firefox 64 and 66 Nightly.
status-firefox64:
--- → affected
status-firefox65:
--- → affected
status-firefox66:
--- → affected
Component: Untriaged → Layout
Product: Firefox → Core
Comment 2•6 years ago
|
||
Here is a screenshot comparing the results of Firefox, Chrome, and Edge side-by-side.
Comment 3•6 years ago
|
||
That's chrome's broken image icon. The page creates images with src="images/smallcats.gif", which is obviously not present on the attached test-case.
As far as I can tell there's no spec that says whether we should display the broken image icons for svg <image>. What am I missing?
Flags: needinfo?(jh)
Reporter | ||
Comment 4•6 years ago
|
||
Thank you for explanation, I did not notice this needs additional file.
For background information, I run across this while working on performance analysis of GCC built firefox
http://hubicka.blogspot.com/2018/12/even-more-fun-with-building-and.html
I do not know much about svg and simply did not noticed that extra file is needed.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Flags: needinfo?(jh)
Resolution: --- → INVALID
Comment 5•6 years ago
|
||
Thanks for confirming Jan. BTW that's some really cool work you're doing there :)
You need to log in
before you can comment on or make changes to this bug.
Description
•