tor-browser

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

block-in-inline-011.html (1032B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1495515">
      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; columns:4; column-fill:auto; gap:0; height:70px; background:red;">
      7  <span>
      8    <div style="height:50px; background:green;"></div>
      9    <div id="e58" style="float:left;">
     10      <div style="float:left; width:100%;">
     11        <div style="height:100px; contain:size; background:green;"></div>
     12        <div style="height:100px; contain:size; background:green;"></div>
     13        <div style="height:100px; contain:size; background:green;"></div>
     14      </div>
     15    </div>
     16    <div style="height:20px; contain:size;">
     17      <div style="height:50px; background:green;"></div>
     18    </div>
     19  </span>
     20 </div>
     21 <script>
     22  document.body.offsetTop;
     23  e58.style.cssFloat = "none";
     24 </script>