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

Unified 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, 7 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
Index: third_party/WebKit/LayoutTests/fast/events/pointerevents/pointer-input-element-change-documents-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointer-input-element-change-documents-expected.txt b/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointer-input-element-change-documents-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..08041f16271bdf1bc48221922cf19b12d6aad823
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/events/pointerevents/pointer-input-element-change-documents-expected.txt
@@ -0,0 +1,14 @@
+This test checks that we correctly update the pointer event handler count when an 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.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS window.internals.pointerEventHandlerCount(document) is 0
+PASS window.internals.pointerEventHandlerCount(document) is 2
+PASS window.internals.pointerEventHandlerCount(document) is 2
+PASS window.internals.pointerEventHandlerCount(document) is 2
+PASS window.internals.pointerEventHandlerCount(document) is 0
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698