blob: 40b2cecedfe2ffd8275e0842534a89df6678cf43 [file]
<!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].frames[0].document.body.textContent", "DONE\n");
if (window.testRunner)
testRunner.notifyDone();
}, false);
</script>
<iframe srcdoc="
Waiting...
<iframe seamless
srcdoc='
<script>
window.location.replace(&quot;resources/done.html&quot;);
</script>
'>
</iframe>
"></iframe>