summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/embedded/image-embedding-svg-with-near-integral-width-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/svg/embedded/image-embedding-svg-with-near-integral-width-ref.html')
-rw-r--r--testing/web-platform/tests/svg/embedded/image-embedding-svg-with-near-integral-width-ref.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/web-platform/tests/svg/embedded/image-embedding-svg-with-near-integral-width-ref.html b/testing/web-platform/tests/svg/embedded/image-embedding-svg-with-near-integral-width-ref.html
new file mode 100644
index 0000000000..655d982b16
--- /dev/null
+++ b/testing/web-platform/tests/svg/embedded/image-embedding-svg-with-near-integral-width-ref.html
@@ -0,0 +1,7 @@
+<!doctype html>
+<title>Rendering of an &lt;img> embedding an SVG with a near-integral width (reference)</title>
+<img src="data:image/svg+xml,
+ <svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>
+ <rect width='100%' height='100%' fill='green'/>
+ </svg>
+" style="left: 7.5px; top: 8px; position: absolute">