tor-browser

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

1403028.html (214B)


      1 <style>:invalid { color: red; }</style>
      2 <form id="theForm"></form>
      3 <button id="button" form="theForm">
      4 <script>
      5 window.onload = function() {
      6  button.setCustomValidity("foo");
      7  document.body.remove();
      8 }
      9 </script>