Check out my codepen demo showcasing the issue: codepen.io/acusti/pen/mJmVRy
Encountering an error when trying to load svg content in Firefox:
XML Parsing Error: unclosed token
Location:data:image/svg+xml;utf8,<svg%20viewBox='0%200%20120%20120'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><circle%20cx='45'%20cy='45'%20r='30'%20fill='#555555'></circle></svg>
Line Number 1, Column 77:
<svg viewBox='0 0 120 120' version='1.1' xmlns='http://www.w3.org/2000/svg'><circle cx='45' cy='45' r='30' fill='
----------------------------------------------------------------------------^
To reproduce this error, simply click on the data URI string in Firefox developer tools (in the CSS Rules panel while inspecting the .separator
element), where a tooltip indicates “Could not load the image”. You can also paste the Location string from the error message above into your Firefox address bar.