Sign in
webkit
/
WebKit
/
8e7a3447df20af9ec2c05f0bf890f531cfa43c41
/
.
/
LayoutTests
/
http
/
tests
/
resourceLoadStatistics
/
resources
/
report-document-referrer.html
blob: 83dec0137289c7f6dfcae380b41faa9a4c412d91 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<script>
top
.
postMessage
(
"PASS document.referrer is "
+
(
document
.
referrer
===
""
?
"[empty]"
:
document
.
referrer
),
"http://127.0.0.1:8000"
);
</script>
</body>
</html>