Index: LayoutTests/fast/events/touch/touch-handler-count-expected.txt |
diff --git a/LayoutTests/fast/events/touch/touch-handler-count-expected.txt b/LayoutTests/fast/events/touch/touch-handler-count-expected.txt |
index a298288c0c6382833471f1de64c3272921c0f6f5..4d3dc76d55dc5593b077a59d258bc57691967b0f 100644 |
--- a/LayoutTests/fast/events/touch/touch-handler-count-expected.txt |
+++ b/LayoutTests/fast/events/touch/touch-handler-count-expected.txt |
@@ -78,14 +78,14 @@ PASS window.internals.touchEventHandlerCount(document) is 2 |
PASS window.internals.touchEventHandlerCount(document) is 0 |
Test that nested Documents' touch handlers are properly tracked in their parent Document. |
PASS window.internals.touchEventHandlerCount(document) is 1 |
+PASS window.internals.touchEventHandlerCount(nestedDocument) is 4 |
+PASS window.internals.touchEventHandlerCount(document) is 4 |
PASS window.internals.touchEventHandlerCount(nestedDocument) is 3 |
-PASS window.internals.touchEventHandlerCount(document) is 2 |
+PASS window.internals.touchEventHandlerCount(document) is 3 |
+PASS window.internals.touchEventHandlerCount(nestedDocument) is 4 |
+PASS window.internals.touchEventHandlerCount(document) is 4 |
PASS window.internals.touchEventHandlerCount(nestedDocument) is 2 |
PASS window.internals.touchEventHandlerCount(document) is 2 |
-PASS window.internals.touchEventHandlerCount(nestedDocument) is 3 |
-PASS window.internals.touchEventHandlerCount(document) is 2 |
-PASS window.internals.touchEventHandlerCount(nestedDocument) is 1 |
-PASS window.internals.touchEventHandlerCount(document) is 2 |
PASS window.internals.touchEventHandlerCount(document) is 1 |
PASS successfullyParsed is true |