Sign in
webkit
/
WebKit
/
c5ce17eb76debf360766bfa07269d63d48120610
/
.
/
LayoutTests
/
http
/
tests
/
security
/
mixedContent
/
resources
/
frame-with-insecure-form.html
blob: dcd6e5d26c7f93b094dee9ce7969cafc9203ef1e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<body
onload
=
"
loaded
()
"
>
<form
action
=
"http://127.0.0.1:8080/resources/doesnotexist"
></form>
<script>
function
loaded
()
{
if
(
window
.
opener
)
window
.
opener
.
postMessage
(
'done'
,
'*'
);
}
</script>
</body>