Index: LayoutTests/fast/dom/Document/document-close-nested-iframe-load.html |
diff --git a/LayoutTests/fast/dom/Document/document-close-nested-iframe-load.html b/LayoutTests/fast/dom/Document/document-close-nested-iframe-load.html |
index 7fa2bfca9777e59218938d22724548cfe1089231..5fe1e91253e7ea1fd585ae489ebfc375b80909ac 100644 |
--- a/LayoutTests/fast/dom/Document/document-close-nested-iframe-load.html |
+++ b/LayoutTests/fast/dom/Document/document-close-nested-iframe-load.html |
@@ -1,6 +1,8 @@ |
<script> |
-if (window.testRunner) |
+if (window.testRunner) { |
testRunner.dumpAsText(); |
+ testRunner.waitUntilDone(); |
+} |
</script> |
FAIL |
-<iframe onload="document.open(); document.close(); document.write('<iframe onload=document.open();document.close();document.write(/PASS/); >')"></iframe> |
+<iframe onload="document.open(); document.close(); document.write('<iframe onload=\'document.open();document.close();document.write(/PASS/); document.close(); if(window.testRunner) testRunner.notifyDone();\' >')"></iframe> |