| Index: LayoutTests/fast/events/touch/touch-event-source-device-event-sender-expected.txt
|
| diff --git a/LayoutTests/fast/events/touch/touch-event-source-device-event-sender-expected.txt b/LayoutTests/fast/events/touch/touch-event-source-device-event-sender-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9478d0a8d0b3ab88f4f4faa9e8d35812bb90cde4
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/touch/touch-event-source-device-event-sender-expected.txt
|
| @@ -0,0 +1,24 @@
|
| +Test that touch events should have a sourceDevice and its firesTouchEvents should be true.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Sending touchstart
|
| +PASS event.sourceDevice is non-null.
|
| +PASS event.sourceDevice.firesTouchEvents is true
|
| +Sending touchmove
|
| +PASS event.sourceDevice is non-null.
|
| +PASS event.sourceDevice.firesTouchEvents is true
|
| +Sending touchend
|
| +PASS event.sourceDevice is non-null.
|
| +PASS event.sourceDevice.firesTouchEvents is true
|
| +Sending touchstart
|
| +PASS event.sourceDevice is non-null.
|
| +PASS event.sourceDevice.firesTouchEvents is true
|
| +Sending touchcancel
|
| +PASS event.sourceDevice is non-null.
|
| +PASS event.sourceDevice.firesTouchEvents is true
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|