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