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

Unified Diff: LayoutTests/fast/events/touch/gesture/gesture-tap-div-removed-expected.txt

Issue 353893002: Remove mouse-related hit tests during a GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add deleted-during-dispatch test Created 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/events/touch/gesture/gesture-tap-div-removed-expected.txt
diff --git a/LayoutTests/fast/events/touch/gesture/gesture-tap-div-removed-expected.txt b/LayoutTests/fast/events/touch/gesture/gesture-tap-div-removed-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0e3acf5a9d3063007c479255a847f83b122747a2
--- /dev/null
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-div-removed-expected.txt
@@ -0,0 +1,18 @@
+Verifies that deleting the element being tapped during the event sequence doesn't cause any problems. Succeeds if the expected events are delivered to the div and we don't crash.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+Sending GestureTapDown
+Sending GestureShowPress
+Sending GestureTap
+Received mousemove on target
+Removed element
+Received mousemove on #document
+Received mousedown on target
+Received mouseup on target
+Received click on target
+

Powered by Google App Engine
This is Rietveld 408576698