tor-browser

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

665597-2-ref.html (416B)


      1 <!DOCTYPE HTML>
      2 <html><head>
      3    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      4    <title>Testcase for bug 665597</title>
      5    <style type="text/css">
      6 
      7 .o { width:100px; height:100px; padding:100px; background:green; }	
      8 .i { width:100px; height:200px; background:yellow; }
      9 
     10    </style>
     11 </head>
     12 <body>
     13 <div class="o" style="overflow:visible">
     14  <div class="i"></div>
     15 </div>
     16 </body>
     17 </html>