tor-browser

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

overflow-clip-001-crash.html (344B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Scott Violet" href="mailto:sky@chromium.org">
      3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1134184">
      4 <style>
      5  * { overflow-x: clip }
      6 </style>
      7 <p id="child">child</p>
      8 <script>
      9  window.getSelection().selectAllChildren(
     10      document.getElementById("child"));
     11 </script>