Index: LayoutTests/fast/events/touch/touch-action-touch-handlers.html |
diff --git a/LayoutTests/fast/events/touch/touch-action-touch-handlers.html b/LayoutTests/fast/events/touch/touch-action-touch-handlers.html |
index bf73a969d15d61707f95d2cd099012d8951f84a2..fe9b4d6ef5ffd2b6402edfc0b12b4b9916d31d3a 100644 |
--- a/LayoutTests/fast/events/touch/touch-action-touch-handlers.html |
+++ b/LayoutTests/fast/events/touch/touch-action-touch-handlers.html |
@@ -97,6 +97,7 @@ function runTests() { |
nestedDocument = iframe.contentWindow.document; |
nestedDocument.open('text/html', 'replace'); |
nestedDocument.write("<!DOCTYPE html>\n<div style='touch-action: none'></div>"); |
+ nestedDocument.close(); |
window.internals.forceCompositingUpdate(document); |
shouldBe("getTouchHandlerCount(nestedDocument)", "2"); |
shouldBe("getTouchHandlerCount(document)", "2"); |