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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events-expected.txt

Issue 1670073004: Send node transition events for touch events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing the comment Created 4 years, 10 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/touch-pointer-events-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events-expected.txt b/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events-expected.txt
deleted file mode 100644
index 3e2f1118758b5335bd2202cc8136bd6ff64117c9..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/events/pointerevents/touch-pointer-events-expected.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-CONSOLE ERROR: line 105: Uncaught TypeError: Cannot read property 'pointerId' of undefined
-Verifies that tapping on an element fires appropriate pointer events.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
---- test PE+TE event sequences without preventDefault ---
-green received touchstart at phase=target
-lightgreen received touchstart at phase=bubbling
-grey received touchstart at phase=bubbling
-green received touchmove at phase=target
-lightgreen received touchmove at phase=bubbling
-grey received touchmove at phase=bubbling
-green received touchend at phase=target
-lightgreen received touchend at phase=bubbling
-grey received touchend at phase=bubbling
-
---- test PE+TE event sequences with PE preventDefault ---
-green received touchstart at phase=target
-lightgreen received touchstart at phase=bubbling
-grey received touchstart at phase=bubbling
-green received touchmove at phase=target
-lightgreen received touchmove at phase=bubbling
-grey received touchmove at phase=bubbling
-green received touchend at phase=target
-lightgreen received touchend at phase=bubbling
-grey received touchend at phase=bubbling
-
---- test PE params for single-touch ---
-FAIL receivedPEsAtTarget[0].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
-FAIL receivedPEsAtTarget[0].button should be 0. Threw exception TypeError: Cannot read property 'button' of undefined
-FAIL receivedPEsAtTarget[0].buttons should be 1. Threw exception TypeError: Cannot read property 'buttons' of undefined
-FAIL receivedPEsAtTarget[0].clientX should be 148. Threw exception TypeError: Cannot read property 'clientX' of undefined
-FAIL receivedPEsAtTarget[0].clientY should be 156. Threw exception TypeError: Cannot read property 'clientY' of undefined
-FAIL receivedPEsAtTarget[1].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
-FAIL receivedPEsAtTarget[1].button should be 0. Threw exception TypeError: Cannot read property 'button' of undefined
-FAIL receivedPEsAtTarget[1].buttons should be 1. Threw exception TypeError: Cannot read property 'buttons' of undefined
-FAIL receivedPEsAtTarget[1].clientX should be 168. Threw exception TypeError: Cannot read property 'clientX' of undefined
-FAIL receivedPEsAtTarget[1].clientY should be 176. Threw exception TypeError: Cannot read property 'clientY' of undefined
-FAIL receivedPEsAtTarget[2].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
-FAIL receivedPEsAtTarget[2].button should be 0. Threw exception TypeError: Cannot read property 'button' of undefined
-FAIL receivedPEsAtTarget[2].buttons should be 0. Threw exception TypeError: Cannot read property 'buttons' of undefined
-FAIL receivedPEsAtTarget.length should be 3. Was 0.
-
---- test PE isPrimary values ---
-FAIL receivedPEsAtTarget[0].isPrimary should be true. Threw exception TypeError: Cannot read property 'isPrimary' of undefined
-FAIL successfullyParsed should be true. Was false.
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698