blob: db8a3c9cf1582735a03f4ce01b810c0ee893f00f [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="https://127.0.0.1:8443/resources/redirect.php?url=http://127.0.0.1:8080/security/mixedContent/resources/boring.html"></iframe>