tor-browser

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

move-linebreak-to-different-column.html (685B)


      1 <!DOCTYPE html>
      2 <html class="test-wait">
      3  <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      4  <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1322739">
      5  <div id="container">
      6    <div id="mc" style="height:100px; columns:2; column-fill:auto; line-height:20px; orphans:1; widows:1;">
      7      <br><br><br><br><br><br>
      8    </div>
      9  </div>
     10  <script>
     11    requestAnimationFrame(()=> {
     12      requestAnimationFrame(()=> {
     13        mc.style.height = "80px";
     14        container.setAttribute("ontouchstart", "nonValidFunctionName()");
     15        document.documentElement.classList.remove("test-wait");
     16      });
     17    });
     18  </script>
     19 </html>