blob: 20cb8796667f2223748f87153a5b18b053bf1938 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../js/resources/js-test-pre.js"></script>
<script>
if (window.testRunner)
testRunner.waitUntilDone();
window.addEventListener('message', function(evt) {
shouldBeEqualToString("frames[0].document.body.textContent", "DONE\n");
if (window.testRunner)
testRunner.notifyDone();
}, false);
</script>
<iframe srcdoc="
Waiting...
<iframe seamless
srcdoc='
<script>
window.location = &quot;resources/done.html&quot;;
</script>
'>
</iframe>
"></iframe>