tor-browser

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

844178-ref.html (519B)


      1 <!DOCTYPE HTML>
      2 <html><head>
      3    <meta charset="utf-8">
      4    <title>Testcase for bug 844178</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 body {
     12  position: fixed;
     13  right: 5px;
     14  top: 100px;
     15  width: 100px;
     16  height: 10px;
     17  margin:0;
     18  padding:0;
     19 }
     20 
     21 :root { overflow:scroll; }
     22 
     23 span {
     24    background:lime;
     25    display:inline-block;
     26    width:100px;
     27 }
     28 
     29 </style>
     30 </head>
     31 <body><span>Hello</span></body>
     32 </html>