tor-browser

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

green-box.html (355B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4    <title>CSS Scoping Module Level 1 - A green box reference</title>
      5    <link rel="author" title="Ryosuke Niwa" href="mailto:rniwa@webkit.org"/>
      6 </head>
      7 <body>
      8    <p>Test passes if you see a single 100px by 100px green box below.</p>
      9    <div style="width: 100px; height: 100px; background: green;"></div>
     10 </body>
     11 </html>