tor-browser

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

outline-move-oof-with-inline.html (515B)


      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=1374625">
      4 <div style="columns:2; column-fill:auto; outline-style:auto; height:100px;">
      5  <div style="position:relative;">
      6    <div id="dings" style="position:absolute; height:120px; left:10px;">
      7      <span style="border:solid;">a</span>
      8    </div>
      9  </div>
     10 </div>
     11 <script>
     12  document.body.offsetTop;
     13  dings.style.left = "11px";
     14 </script>