Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
sandboxed-iframe-form-top.html
blob: c6cb6f661766fcb75d227f0feedf904a7c517f12 [
file
] [
log
] [
blame
]
<html>
<body>
<form
id
=
"theForm"
action
=
"fail.html"
method
=
"GET"
target
=
"_top"
>
<input
type
=
"submit"
value
=
"Submit"
/>
</form>
<script>
var
f
=
document
.
getElementById
(
'theForm'
);
f
.
submit
();
</script>
</body>
</html>