tor-browser

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

replaced-element-015-ref.html (351B)


      1 <!DOCTYPE html>
      2 <p>Test passes if it matches the reference.</p>
      3 <div style="display: inline-grid; width: 100px;">
      4  <div id="target" style="height: 100%;">
      5    <img src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' fill='green'/></svg>"
      6         style="height: 100%">
      7  </div>
      8 </div>