tor-browser

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

bug277724_iframe2.xhtml (838B)


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