Sign in
webkit
/
WebKit
/
027d9947be7394fd875bd4e203a72ecbac14d842
/
.
/
LayoutTests
/
http
/
tests
/
security
/
resources
/
cross-frame-iframe.html
blob: 3af2e2539ea5f59f570539e8a37ab8ac06b0b509 [
file
] [
log
] [
blame
]
<html>
<head>
<script>
function
fireSentinel
()
{
parent
.
postMessage
(
"LOADED"
,
"*"
);
if
(
window
.
testRunner
)
testRunner
.
globalFlag
=
true
;
}
</script>
</head>
<body
onload
=
"
fireSentinel
();
"
>
<p
id
=
'accessMe'
></p>
<p>
Inner iframe.
</p>
</body>
</html>