tor-browser

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

bug277724_iframe1.html (797B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <!-- Use an unload handler to prevent bfcache from messing with us -->
      4 <body onunload="parent.childUnloaded = true;">
      5  <select id="select">
      6    <option>aaa</option>
      7    <option>bbbb</option>
      8  </select>
      9 
     10  <textarea id="textarea">
     11  </textarea>
     12 
     13  <input type="text" id="text">
     14  <input type="password" id="password">
     15  <input type="checkbox" id="checkbox">
     16  <input type="radio" id="radio">
     17  <input type="image" id="image">
     18  <input type="submit" id="submit">
     19  <input type="reset" id="reset">
     20  <input type="button" id="button input">
     21  <input type="hidden" id="hidden">
     22  <input type="file" id="file">
     23 
     24  <button type="submit" id="submit button"></button>
     25  <button type="reset" id="reset button"></button>
     26  <button type="button" id="button"></button>
     27 </body>
     28 </html>