Sign in
webkit
/
WebKit
/
5cda268a4e3038fdd535865c42a3c8af7153e3fb
/
.
/
LayoutTests
/
http
/
tests
/
cookies
/
same-site
/
resources
/
post-from-popup.html
blob: cfa8991e84fd4ed9c49ae2cc0e53b3cf703d5d94 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<form
action
=
"../../resources/post-cookies-to-opener.php"
method
=
"POST"
>
<input
type
=
"submit"
name
=
"Submit"
>
</form>
<script>
document
.
forms
[
0
].
submit
();
</script>
</body>
</html>