Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/embedded/image-embedding-svg-with-near-integral-width.html - WPT Dashboard Interop Dashboard
<!doctype html>
<title>Rendering of an <img> embedding an SVG with a near-integral width</title>
<link rel="match" href="image-embedding-svg-with-near-integral-width-ref.html">
<img src="data:image/svg+xml,
<rect width='100%' height='100%' fill='red'/>
</svg>
" style="left: 7.5px; top: 8px; position: absolute">
<img src="data:image/svg+xml,
<rect width='100%' height='100%' fill='green'/>
</svg>
" style="left: 7.5px; top: 8px; position: absolute">