blob: 1cfa0d654a25fc1e8b2227a5d3236e22da5a3195 [file] [log] [blame]
<script>
var frameDidLoad = false;
onload = function()
{
if (window.opener)
window.opener.postMessage(frameDidLoad ? 'done' : 'blocked', '*');
}
</script>
<iframe onload="frameDidLoad = true"
src="http://127.0.0.1:8080/security/mixedContent/resources/boring.html"></iframe>