blob: 55a7b16b48fa366e0985a7e49d590b3701c02755 [file] [log] [blame]
<!DOCTYPE html>
<script src="../../../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...
<script>
window.onload=function() {
frames[0].document.getElementsByTagName('form')[0].submit();
}
</script>
<iframe name=tg seamless
srcdoc='<form target=tg method=GET action=resources/done.html>
<input type=submit>
</from>
'></iframe>
"></iframe>