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

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

Issue 429793004: Re-add extra hit-tests on GestureTap (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix patch 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
index 79535e432c5cdb60231206da2e1b364adaef9c1d..b7c8e9b6e737bceb6b26258d3033ff48450b52f5 100644
--- a/LayoutTests/fast/events/touch/gesture/gesture-tap-div-removed-expected.txt
+++ b/LayoutTests/fast/events/touch/gesture/gesture-tap-div-removed-expected.txt
@@ -1,4 +1,4 @@
-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.
+Verifies that deleting the element being tapped during the event sequence doesn't cause any problems. Succeeds if the expected events are delivered, events after removal go to the new node at the point of tap, and we don't crash.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -12,7 +12,7 @@ Sending GestureTap
Received mousemove on target
Removed element
Received mousemove on #document
-Received mousedown on target
-Received mouseup on target
-Received click on target
+Received mousedown on #document
+Received mouseup on #document
+Received click on #document

Powered by Google App Engine
This is Rietveld 408576698