blob: 68293505d2dc0a5fc1b5de6a18e3e788ed5612a9 [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.py?url=https://127.0.0.1:8443/security/mixedContent/resources/boring.html"></iframe>