tor-browser

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

nested-as-nested-balanced-legend.html (411B)


      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=1308024">
      4 <div id="outer" style="columns:3; width:500px;">
      5  <legend style="columns:1;">
      6    <div style="width:100px; height:100px;"></div>
      7  </legend>
      8 </div>
      9 <script>
     10  document.body.offsetTop;
     11  outer.style.width = "501px";
     12 </script>