RetroZilla/layout/html/tests/table/bugs/bug53690-2.html

8 lines
224 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<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>