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

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

Issue 391483002: Revert 177812 "Migrate touch events to EventHandlerRegistry" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 5 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 | « trunk/LayoutTests/fast/events/touch/touch-handler-count.html ('k') | trunk/Source/core/dom/Document.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/LayoutTests/fast/events/touch/touch-handler-count-expected.txt
===================================================================
--- trunk/LayoutTests/fast/events/touch/touch-handler-count-expected.txt (revision 177995)
+++ trunk/LayoutTests/fast/events/touch/touch-handler-count-expected.txt (working copy)
@@ -78,14 +78,14 @@
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 3
-PASS window.internals.touchEventHandlerCount(nestedDocument) is 4
-PASS window.internals.touchEventHandlerCount(document) is 4
+PASS window.internals.touchEventHandlerCount(document) is 2
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 | « trunk/LayoutTests/fast/events/touch/touch-handler-count.html ('k') | trunk/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698