blob: 8a69c4c2ab2e5145a0e931cc727d630a699dc66a [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.py?url=http://127.0.0.1:8080/security/mixedContent/resources/boring.html"></iframe>