1
0
Fork 0
firefox/testing/web-platform/tests/svg/embedded/image-embedding-svg-with-near-integral-width-ref.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

7 lines
324 B
HTML

<!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">