Index: LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html |
diff --git a/LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html b/LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html |
index ffa2fc65416ce57c513f956d35ee261d33ed6dfe..b3378f2a192e7593efe26edcdd626990279724be 100644 |
--- a/LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html |
+++ b/LayoutTests/fast/loader/resources/document-destruction-within-unload-iframe.html |
@@ -10,6 +10,7 @@ function runTest() { |
function clearUs() { |
document.write(); |
parent.done(); |
+ document.close(); |
} |
</script> |
<object data="does_not_exist"></object> |