tor-browser

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

563584-6-printing.html (392B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-paged">
      3 <title>Testcase for float breaking</title>
      4 <body style="margin: 0">
      5 <div style="float: left; width: 3.5in; height: 0.5in; background: blue"></div>
      6 <div style="float: left; width: 1in; height: 1in; background: aqua"></div>
      7 <!-- test to see where this float goes -->
      8 <div style="float: left; width: 2in; height: 1.75in; background: fuchsia"></div>