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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/pointer-input-element-change-documents-expected.txt

Issue 2916893003: Bookkeep the pointer event listeners added to page (Closed)
Patch Set: Created 3 years, 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 This test checks that we correctly update the pointer event handler count when a n Input element with default pointer handlers changes documents.
Navid Zolghadr 2017/06/01 16:26:13 Is this file needed?
eirage 2017/06/01 19:59:24 This is not needed. I forgot to remove this file.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS window.internals.pointerEventHandlerCount(document) is 0
7 PASS window.internals.pointerEventHandlerCount(document) is 2
8 PASS window.internals.pointerEventHandlerCount(document) is 2
9 PASS window.internals.pointerEventHandlerCount(document) is 2
10 PASS window.internals.pointerEventHandlerCount(document) is 0
11 PASS successfullyParsed is true
12
13 TEST COMPLETE
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698