Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / testing / mochitest / static / bug277724_iframe1.html
blobd0d881b76666f56976fd51fc13129cf10b95d089
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>
10 <textarea id="textarea">
11 </textarea>
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">
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>