tor-browser

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

svg-green-square-250x250-ref.html (477B)


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