tor-browser

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

hidden-execcommand-crash.html (331B)


      1 <!DOCTYPE html>
      2 <link rel=author href="mailto:jarhar@chromium.org">
      3 <link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1280134">
      4 
      5 <html contenteditable=true>
      6  X<div style="content-visibility:hidden">Y</div>Z
      7 <script>
      8 document.execCommand("selectall");
      9 document.execCommand("fontSize", false, 6);
     10 </script>