Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
tables
/
mozilla
/
bugs
/
bug53690-2.html
blob: 2a72fe682fd216a05fb4d3733a4bf49bf64d00c4 [
file
] [
log
] [
blame
] [
edit
]
<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>