tor-browser

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

svg-scale-ref.html (460B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>CSS Reftest Reference</title>
      5    <link rel="author" title="Rebecca Hauck" href="mailto:rhauck@adobe.com">
      6    <meta name="flags" content="svg">
      7    <style type="text/css">
      8    svg {
      9        width: 200px;
     10        height: 200px;
     11    }
     12    </style>
     13 </head>
     14 <body>
     15    <p>The test passes if you see a green square and no red.</p>
     16    <svg>
     17        <rect width="100%" height="100%" fill="green"/>
     18    </svg>
     19 </body>
     20 </html>