tor-browser

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

336147-1.html (283B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>Bug 336147</title>
      5 </head>
      6 <body>
      7  <form action="http://foo.com/" method="post">
      8    <input value="abc" type="button" id="fooButton">
      9  </form>
     10  <script>
     11    document.getElementById('fooButton').innerHTML = 'xyz';
     12  </script>
     13 </body>
     14 </html>