1
0
Fork 0
firefox/testing/web-platform/tests/svg/embedded/image-embedding-nested-http-url.sub.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

9 lines
417 B
HTML

<!doctype html>
<title>SVG image that uses an HTTP URL</title>
<link rel="mismatch" href="../struct/reftests/reference/green-100x100.html">
<!-- Even better would be a blank page expected match. -->
<img src="data:image/svg+xml,
<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>
<image href='{{location[scheme]}}://{{location[host]}}/svg/embedded/reference/green-rect-100x100.svg'/>
</svg>
">