tor-browser

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

spanner-in-relpos-in-abspos-multicol-in-multicol.html (574B)


      1 <!DOCTYPE html>
      2 <title>Spanner in replos in abspos multicol, inside another container that's also multicol but then ceases to be one</title>
      3 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      4 <link rel="help" href="https://issues.chromium.org/issues/436110579">
      5 <div id="troublemaker" style="columns:7;">
      6  <div style="position:absolute; columns:2;">
      7    <div style="position:relative;">
      8      <div style="column-span:all;"></div>
      9    </div>
     10  </div>
     11 </div>
     12 <script>
     13  document.body.offsetTop;
     14  troublemaker.style.columns = "auto";
     15 </script>