tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

image-embedding-svg-with-near-integral-width.html (658B)


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