tor-browser

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

floats-wrap-top-below-002r-ref.xht (758B)


      1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
      2 <title>CSS Test: Test for wrapping around floats whose top is below the top of what must wrap around them</title>
      3 <link rel="author" title="L. David Baron" href="https://dbaron.org/" />
      4 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
      5 <style type="text/css">
      6 
      7 body { width: 400px; border: medium solid; }
      8 span { display: inline-block; vertical-align: top; width: 200px; height: 50px; background: aqua; }
      9 
     10 </style>
     11 </head>
     12 <body>
     13 
     14 <div style="float: right; width: 150px; height: 25px;"></div>
     15 <span></span>
     16 <div style="height: 100px"></div>
     17 <span></span>
     18 
     19 
     20 
     21 </body></html>