tor-browser

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

svg-translate-ex-unit-ref.html (597B)


      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 ahem">
      7    <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      8    <style type="text/css">
      9    svg {
     10        width: 300px;
     11        height: 300px;
     12        line-height: 1;
     13        font: 50px Ahem;
     14    }
     15    </style>
     16 </head>
     17 <body>
     18    <p>The test passes if there is a green square and no red.</p>
     19    <svg>
     20        <rect x="40" y="40" width="100" height="100" fill="green"/>
     21    </svg>
     22 </body>
     23 </html>