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

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: Improve focus test Created 6 years, 5 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..79535e432c5cdb60231206da2e1b364adaef9c1d
--- /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, events after removal don't bubble up, 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