3 <!-- Use an unload handler to prevent bfcache from messing with us -->
4 <body onunload=
"parent.childUnloaded = true;">
10 <textarea id=
"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>