tor-browser

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

forwarddelete-in-editable-h1-starts-with-hidden-select.html (350B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <script>
      6 "use strict";
      7 
      8 addEventListener("load", () => {
      9  document.execCommand("forwardDelete");
     10 });
     11 </script>
     12 </head><body><h1 contenteditable="true">
     13  <dfn>
     14    <select hidden>
     15    </select>
     16    <del tabindex=100663045" autofocus>
     17      <!-- COMMENT -->
     18    </del>
     19  </dfn>
     20 </h1></body></html>