Sign in
webkit
/
WebKit
/
9a73914e2e268a55beee9b8740dd4c66a53998c0
/
.
/
LayoutTests
/
http
/
tests
/
security
/
frameNavigation
/
resources
/
target-for-location.html
blob: fb7782078fe0c9a9222bfa59af7ffffc875ce457 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<script>
window
.
onload
=
function
()
{
var
msg
=
"document.referrer = "
+
document
.
referrer
;
top
.
postMessage
(
msg
,
"*"
);
}
</script>
</head>
<body>
Correct target.
</body>
</html>