Sign in
webkit
/
WebKit
/
d2d4cb6d99da7a2beed719988d6d3a2b598e2715
/
.
/
LayoutTests
/
fast
/
history
/
resources
/
form-with-input-submit.html
blob: 48e1cafb63481474b0ab8de1ca342ac0867ddca6 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
Frame 1
<script>
document
.
write
(
'<form method="post" action="redirect-target.html#'
+
(
history
.
length
+
1
)
+
'">'
);
</script>
<input
id
=
"submit-button"
type
=
"submit"
>
</form>
</body>
</html>