3 <div><a href=
"rdar://4504805&4577323&4643028&5659812">Should not crash.
</a></div>
4 <form name=
"f" method=
"GET" action=
"#a"></form>
5 <div id=
"anchors"><a name=
"a"></a></div>
7 if (window
.testRunner
) {
8 testRunner
.dumpAsText();
9 testRunner
.waitUntilDone();
13 setTimeout("doIt()", 0);
14 setTimeout("stopped = true;", 100);
17 if (window
.testRunner
)
18 testRunner
.notifyDone();
21 document
.forms
.f
.submit();
23 setTimeout("doIt("+x
+")",10);
24 document
.forms
.f
.action
="#"+x
;
25 document
.getElementById("anchors").innerHTML
+=
26 "<img width=100 height=100><a name=\""+x
+"\"></a>";