tor-browser

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

disabled-2-notref.html (343B)


      1 <!doctype html>
      2 <input id="outside" style="position: absolute; left: 200vw;"> <!-- intentionally out of view -->
      3 <iframe srcdoc="<!doctype html>Something inside <input value='some input' inputmode='none'>"></iframe>
      4 <script>
      5 onload = function() {
      6  document.querySelector("iframe").contentDocument.querySelector("input").select();
      7 }
      8 </script>