tor-browser

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

391412-1b.html (382B)


      1 <html><head>
      2 <title>Testcase bug 391412 � Regression in float layout causing "clear:" to be ignored</title>
      3 </head>
      4 <body>
      5 <div style="width: 400px; height: 400px; background-color: red;">
      6  <div style="float:left; width: 100%; background-color: lime;">
      7    <div style="float: right; width: 100%; margin-left:-100%; height: 400px;"></div>
      8  </div>
      9 </div>
     10 </body>
     11 </html>