Sign in
webkit
/
WebKit
/
bd9ea4a5474a3d7a80a4f79c542279d7b8a087a0
/
.
/
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>