Sign in
webkit
/
WebKit
/
d253a04bfc972892b059430828d5a102a011ce23
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-frame-iframe-with-explicit-domain-set.html
blob: 472da1c395164404dd1bef7daa53cf513b2da2d8 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
document
.
domain
=
"127.0.0.1"
;
</script>
</head>
<body>
<p
id
=
'accessMe'
></p>
<p>
Inner iframe with explicit document.domain set.
</p>
</body>
</html>