7 <form name=
"form" id=
"form" starget=_top
action=
"/n/click.cgi">
8 <input id=
"mover" type=hidden name=d value=
722001303>
10 <input type=image
src=
"resources/apple.gif">
11 <input type=hidden name=q
value=
"bar">
19 <div id=
"result">Failed.
</div>
23 var input
= document
.getElementById("mover");
25 var div
= document
.getElementById("result");
26 div
.innerHTML
= "Success! This test succeeds if the input named mover is not detached from its form when it is moved around in the DOM to come before the table."