tor-browser

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

383035-1.html (293B)


      1 <html><head>
      2 <title>Testcase bug - Black vertical line showing with iframe when you shouldn't see that</title>
      3 <style>
      4 body {
      5  overflow:hidden;
      6 }
      7 div#main {
      8  width: 997px;
      9  margin: 0px auto;
     10 }
     11 </style>
     12 </head>
     13 <body>
     14 <div id="main">
     15 <iframe frameborder="0"></iframe>
     16 </div>
     17 </body>
     18 </html>