Index: LayoutTests/fast/html/imports/resources/script-document-write.html |
diff --git a/LayoutTests/fast/html/imports/resources/script-document-write.html b/LayoutTests/fast/html/imports/resources/script-document-write.html |
index 4ac449f647ae3458921379255c9d6ffd47bbe6d7..0efc98e6578793a86477d2b3ec37735a4e5c8e5b 100644 |
--- a/LayoutTests/fast/html/imports/resources/script-document-write.html |
+++ b/LayoutTests/fast/html/imports/resources/script-document-write.html |
@@ -4,4 +4,5 @@ debug('About to call document.write()...'); |
// Should be ignored, with a console warning. |
document.write('Hello, world'); |
debug('...after calling document.write()'); |
+finishJSTest(); |
</script> |