haikuwebkit/LayoutTests/tables/mozilla/bugs/bug53690-2.html

8 lines
224 B
HTML

<HTML><BODY><form action="1"></form><form action="2"></form><TABLE border=1><TR><TD>
<SCRIPT language=JavaScript>
document.write('<form action="' + document.forms[1].action + '">');
</SCRIPT>
</TD><TD>X</TD></TR></TABLE>