tor-browser

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

1035611-1-ref.html (382B)


      1 <!DOCTYPE html>
      2 <html lang="en-US">
      3 <head>
      4 <title>Testcase, bug 1035611</title>
      5 <meta charset=UTF-8>
      6 <style type="text/css">
      7 
      8 #outer {
      9   width: 500px;
     10   height: 100px;
     11   overflow:hidden;
     12   background: orange;
     13 }
     14 
     15 #inner {
     16   width: 36px;
     17   height: 100px;
     18   background: blue;
     19 }
     20 
     21 </style>
     22 </head>
     23 <body>
     24 <div id="outer">
     25  <div id="inner"></div>
     26 </div>
     27 
     28 </body>
     29 </html>