Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
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>