tor-browser

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

adjoining-float-nested-forced-clearance-004.html (602B)


      1 <!DOCTYPE html>
      2 <html>
      3 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html" />
      4 <link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#flow-control" title="9.5.2 Controlling flow next to floats: the 'clear' property">
      5 <p>Test passes if there is a filled green square.</p>
      6 <div style="overflow: hidden;"></div>
      7 <div style="float: left; width: 100px; height: 50px; background: green;"></div>
      8 <span>
      9  <div style="clear: both;">
     10    <div style="height: 10px;">
     11      <div style="float: left; width: 100px; height: 50px; background: green;">
     12    </div>
     13  </div>
     14 </span>