tor-browser

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

disabled-1-ref.html (233B)


      1 <!doctype html>
      2 <input id="outside" value="abc" inputmode="none">
      3 <iframe srcdoc="<!doctype html>Something inside <input value='some input' inputmode='none'>"></iframe>
      4 <script>
      5 document.getElementById("outside").select();
      6 </script>