tor-browser

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

1178575-2-ref.html (665B)


      1 <!DOCTYPE HTML>
      2 <html><head>
      3    <meta charset="utf-8">
      4    <title>Testcase #2 for bug 1178575</title>
      5    <style type="text/css">
      6 
      7        html,body {
      8            color:black; background-color:white; font-size:16px; padding:0; margin:20px;
      9        }
     10 
     11        div {
     12            position: absolute;
     13            left: 0;
     14            right: 0;
     15            box-shadow: 0 0 0 10px rgba(0, 255, 0, 0.5);
     16            margin-top: 10px;
     17            height: 40px;
     18        }
     19 
     20        span {
     21          position: relative;
     22          display: block;
     23          overflow: hidden;
     24          height: 100px;
     25        }
     26 
     27    </style>
     28 </head>
     29 <body><span><div></div><span></body></html>