wpt / svg / embedded / image-embedding-svg-with-near-integral-width.html

Status: PASS | Duration: 6ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/svg/embedded/image-embedding-svg-with-near-integral-width.html

<!doctype html>
<title>Rendering of an &lt;img> embedding an SVG with a near-integral width</title>
<link rel="help" href="https://crbug.com/1392140">
<link rel="match" href="image-embedding-svg-with-near-integral-width-ref.html">
<img src="data:image/svg+xml,
  <svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'>
    <rect width='100%' height='100%' fill='red'/>
  </svg>
" style="left: 7.5px; top: 8px; position: absolute">
<img src="data:image/svg+xml,
  <svg xmlns='http://www.w3.org/2000/svg' width='99.99999' height='100'>
    <rect width='100%' height='100%' fill='green'/>
  </svg>
" style="left: 7.5px; top: 8px; position: absolute">

/svg/embedded/image-embedding-svg-with-near-integral-width-ref.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">