tor-browser

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

563584-8b.html (543B)


      1 <!DOCTYPE HTML>
      2 <html class="reftest-paged">
      3 <title>Test for setting and handling of mIsTopOfPage on floats</title>
      4 <style>@page { size:5in 3in; margin:0.5in; }</style>
      5 <body style="margin: 0">
      6 <div style="float: left; height: 1in; width: 1in; background: fuchsia"></div>
      7 <div style="float: left">
      8  <div><div style="display:inline-block; vertical-align: top; height: 3in; width: 1in; background: aqua"></div></div>
      9  <div><div style="display:inline-block; vertical-align: top; height: 1in; width: 1in; background: yellow"></div></div>
     10 </div>