Sign in
webkit
/
WebKit
/
e186610d35755f6e0c2b8fc6bba4c07f852f9f66
/
.
/
LayoutTests
/
http
/
tests
/
security
/
frameNavigation
/
resources
/
popup-ready-to-navigate-child.html
blob: d8d38784fa059af2feb16f399437fcfeb76f885b [
file
] [
log
] [
blame
]
<script>
function
go
()
{
window
.
frames
[
0
].
location
=
"http://127.0.0.1:8000/security/frameNavigation/resources/fail.html"
;
}
opener
.
postMessage
(
"ready"
,
"*"
);
</script>