1
0
Fork 0
firefox/testing/web-platform/tests/svg/embedded/image-embedding-nesteder-data-url.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

16 lines
724 B
HTML

<!doctype html>
<title>SVG image that uses a data: URL and then again</title>
<link rel="match" href="../struct/reftests/reference/green-100x100.html">
<img src="data:image/svg+xml,
<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>
<image href='data:image/svg+xml,
&amp;lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot;>
&amp;lt;image href=&quot;data:image/svg+xml,
&amp;amp;lt;svg xmlns=&amp;amp;quot;http://www.w3.org/2000/svg&amp;amp;quot;>
&amp;amp;lt;rect width=&amp;amp;quot;100&amp;amp;quot; height=&amp;amp;quot;100&amp;amp;quot; fill=&amp;amp;quot;green&amp;amp;quot;/>
&amp;amp;lt;/svg>
&quot;/>
&amp;lt;/svg>
'/>
</svg>
">