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