tor-browser

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

new-fc-beside-float-with-margin-rtl.html (649B)


      1 <!DOCTYPE html>
      2 <link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#bfc-next-to-float" title="9.5 Floats">
      3 <meta name="assert" content="The new formatting context's margin-right does not push it down to the next area.">
      4 <link rel="match" href="../../reference/ref-filled-green-100px-square.xht">
      5 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      6 <div style="width: 100px; height: 100px; background: red; direction: rtl;">
      7  <div style="float: left; width: 50px; height: 100px; background: green;"></div>
      8  <div style="overflow: hidden; height: 100px; margin-left: -20px; background: green;"></div>
      9 </div>