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

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

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This test checks that we correctly update the touch event handler count as event handlers are added and removed 1 This test checks that we correctly update the touch event handler count as event handlers are added and removed
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Test addEventListener/removeEventListener on the document. 6 Test addEventListener/removeEventListener on the document.
7 PASS window.internals.touchEventHandlerCount(document) is 0 7 PASS window.internals.touchEventHandlerCount(document) is 0
8 PASS window.internals.touchEventHandlerCount(document) is 1 8 PASS window.internals.touchEventHandlerCount(document) is 1
9 PASS window.internals.touchEventHandlerCount(document) is 2 9 PASS window.internals.touchEventHandlerCount(document) is 2
10 PASS window.internals.touchEventHandlerCount(document) is 3 10 PASS window.internals.touchEventHandlerCount(document) is 3
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 PASS window.internals.touchEventHandlerCount(document) is 2 68 PASS window.internals.touchEventHandlerCount(document) is 2
69 PASS window.internals.touchEventHandlerCount(document) is 2 69 PASS window.internals.touchEventHandlerCount(document) is 2
70 PASS window.internals.touchEventHandlerCount(document) is 3 70 PASS window.internals.touchEventHandlerCount(document) is 3
71 PASS window.internals.touchEventHandlerCount(document) is 2 71 PASS window.internals.touchEventHandlerCount(document) is 2
72 PASS window.internals.touchEventHandlerCount(document) is 2 72 PASS window.internals.touchEventHandlerCount(document) is 2
73 PASS window.internals.touchEventHandlerCount(document) is 0 73 PASS window.internals.touchEventHandlerCount(document) is 0
74 Test that nested Documents' touch handlers are properly removed from their paren t Document. 74 Test that nested Documents' touch handlers are properly removed from their paren t Document.
75 PASS window.internals.touchEventHandlerCount(document) is 0 75 PASS window.internals.touchEventHandlerCount(document) is 0
76 PASS window.internals.touchEventHandlerCount(document) is 1 76 PASS window.internals.touchEventHandlerCount(document) is 1
77 PASS window.internals.touchEventHandlerCount(document) is 0 77 PASS window.internals.touchEventHandlerCount(document) is 0
78 PASS successfullyParsed is true
78 79
80 TEST COMPLETE
81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698