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 |
+ |