UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36
Steps to reproduce the problem:
1. Try to open a large SVG file with UTF-8 characters and a script tag at the end.
What is the expected behavior?
It loads.
What went wrong?
Spinner keeps spinning and domcontentloaded is never triggered.
Did this work before? Yes 64
Does this work in other browsers? Yes
Chrome version: 65.0.3325.162 Channel: stable
OS Version: 10.0
Flash Version:
I also uploaded three cases to github.
1. https://rawgit.com/lodrantl/chrome-svg-bug/master/long_no_script.svg
2. https://rawgit.com/lodrantl/chrome-svg-bug/master/long_script_at_begining.svg
3. https://rawgit.com/lodrantl/chrome-svg-bug/master/long_script_at_end.svg
First case is the same SVG (just one text with a lot of text tags with some UTF-8 characters) but without the script tag. Second one has a script tag as the first element and last one has the script tag as the last element.
First 2 work, the last doesn't load. Imported JS is empty. I have not found out at which length this stops working, if you remove a few text tags from SVG it works.
|
Deleted:
long_script_at_end.svg
619 KB
|
Comment 1 by schenney@chromium.org
, Mar 16 2018Status: Duplicate (was: Unconfirmed)