Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: LayoutTests/fast/events/touch/touch-handler-count-expected.txt

Issue 225903009: Migrate touch events to EventHandlerRegistry (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix indendation problems (added by meld?) Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/events/touch/touch-handler-count.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « LayoutTests/fast/events/touch/touch-handler-count.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698