tor-browser

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

391979-ref.html (466B)


      1 <!DOCTYPE HTML>
      2 <html><head>
      3    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      4    <title>Testcase for bug 391979</title>
      5    <style type="text/css">
      6 
      7        html,body {
      8            color:black; background-color:white; font-size:16px; padding:0; margin:0;
      9        }
     10 
     11        div { background:green; width:20ch; height:4ch; }
     12    </style>
     13 </head>
     14 <body>
     15 <div>green</div>
     16 <div>green</div>
     17 <div>green</div>
     18 <div>green</div>
     19 </body>
     20 </html>