Sign in
webkit
/
WebKit
/
69084d7b0eae184a8076d683d5feee69bc80ce44
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-frame-iframe-with-explicit-domain-set.html
blob: 8c66410dd136201e80b4991906fd8095dd7533be [
file
] [
log
] [
blame
]
<html>
<head>
<script>
document
.
domain
=
"127.0.0.1"
;
parent
.
postMessage
(
"LOADED"
,
"*"
);
</script>
</head>
<body>
<p
id
=
'accessMe'
></p>
<p>
Inner iframe with explicit document.domain set.
</p>
</body>
</html>