blob: 63de0cc87f0cef0992b15c6185bb8508db94bedb [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.waitUntilDone();
function iframeLoaded() {
window.frames[0].location = "notify-done.html";
}
</script>
<iframe onload="iframeLoaded();" src="do-nothing.html"></iframe>