tor-browser

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

overflow-img-svg-ref.html (362B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>Verifies overflow applies to img elements rendering svg</title>
      4 <link rel="help" href="https://drafts.csswg.org/css-overflow/#propdef-overflow">
      5 <link rel="author" title="Khushal Sagar" href="mailto:khushalsagar@chromium.org">
      6 <body>
      7 <img src="../css-images/support/blue-green-red-yellow-50x100.svg"></img>
      8 </body>