tor-browser

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

svg-script-is-ignored.html (655B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5    <title>CSS Image Test: SVG used as an image does not execute any script</title>
      6    <link rel="author" title="Stephen Chenney" href="mailto:schenney@chromium.org">
      7    <link rel="help" href="https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element">
      8    <link rel="help" href="https://svgwg.org/svg2-draft/single-page.html#conform-referencing-modes">
      9    <link rel="match" href="svg-script-is-ignored-ref.svg">
     10    <style>
     11      * {
     12        padding: 0px;
     13        margin: 0px;
     14      }
     15    </style>
     16  </head>
     17  <body>
     18    <img src="support/scripted.svg"/>
     19  </body>
     20 </html>