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>