Index: LayoutTests/http/tests/fouc/scroll-left-while-loading.html |
diff --git a/LayoutTests/http/tests/fouc/scroll-left-while-loading.html b/LayoutTests/http/tests/fouc/scroll-left-while-loading.html |
index b307cd56ed5850a687e33b14504f579d72404510..e909de34141b92b31d6718f649f8bea50c832f01 100644 |
--- a/LayoutTests/http/tests/fouc/scroll-left-while-loading.html |
+++ b/LayoutTests/http/tests/fouc/scroll-left-while-loading.html |
@@ -13,6 +13,7 @@ setTimeout(function(){ |
document.write("FAIL"); |
else |
document.write("PASS"); |
+ document.close(); |
if (window.testRunner) |
testRunner.notifyDone(); |
}, 0); |