16 lines
724 B
HTML
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,
|
|
&lt;svg xmlns="http://www.w3.org/2000/svg">
|
|
&lt;image href="data:image/svg+xml,
|
|
&amp;lt;svg xmlns=&amp;quot;http://www.w3.org/2000/svg&amp;quot;>
|
|
&amp;lt;rect width=&amp;quot;100&amp;quot; height=&amp;quot;100&amp;quot; fill=&amp;quot;green&amp;quot;/>
|
|
&amp;lt;/svg>
|
|
"/>
|
|
&lt;/svg>
|
|
'/>
|
|
</svg>
|
|
">
|