tor-browser

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

new-fc-relayout.html (904B)


      1 <!DOCTYPE html>
      2 <title>New formatting context relayout</title>
      3 <link rel="author" title="Ian Kilpatrick" href="ikilpatrick@chromium.org">
      4 <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/2452">
      5 <link rel="match" href="../../reference/ref-filled-green-100px-square-only.html">
      6 <p>Test passes if there is a filled green square.</p>
      7 <div style="width: 100px; line-height: 0;">
      8  <div style="float: right; width: 50px; height: 50px; background: green;"></div>
      9  <div style="float: right; width: 75px; height: 50px; background: green;"></div>
     10  <div style="overflow: hidden;">
     11    <div style="display: inline-block; width: 25px; height: 75px; background: green;"></div>
     12    <div style="display: inline-block; width: 25px; height: 25px; background: green;"></div>
     13  </div>
     14  <div style="position: relative; width: 25px; height: 50px; background: green; top: -100px; left: 25px;"></div>
     15 </div>