tor-browser

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

462844-3.html (361B)


      1 <!DOCTYPE HTML>
      2 <title>Testcase, bug 462844</title>
      3 <div style="position: relative">
      4 <div>
      5 	<div style="height: 100px"></div>
      6 	<div style="background: aqua; height: 20px;"></div>
      7 	<div style="display:block; position: absolute; top: auto; left: 0; background: yellow;">Should be just below aqua block</div>
      8 	<div style="height: 100px"></div>
      9 </div>
     10 </div>