tor-browser

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

intrinsic-width-change-column-count.html (732B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://www.w3.org/TR/css-multicol-1/#pseudo-algorithm">
      4 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1037790">
      5 <link rel="match" href="../reference/ref-filled-green-100px-square.xht">
      6 <p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
      7 <div style="width:100px; background:red;">
      8  <div id="container" style="columns:3; column-gap:0; column-fill:auto; width:fit-content; height:100px; background:green;">
      9    <div style="width:25px; height:10px;"></div>
     10  </div>
     11 </div>
     12 <script>
     13  document.body.offsetTop;
     14  container.style.columns = "4";
     15 </script>