tor-browser

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

218473-1.html (444B)


      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
      2 <html><head><title>Testcase for bug 218473</title>
      3 <style type="text/css">
      4 .picture {
      5 float:       left; 
      6 padding-top: 50px; 
      7        border:      3px solid blue; 
      8 }
      9 .img {
     10 float:   left;
     11 width:   100px;
     12        height:  100px;
     13 }
     14 </style>
     15 </head>
     16 <body>
     17 
     18 
     19 <div class="picture"><div class="link"><div class="img"></div></div></div>
     20 
     21 
     22 </body>
     23 </html>