| Index: LayoutTests/fast/events/mouse-event-source-device-event-sender-expected.txt
|
| diff --git a/LayoutTests/fast/events/mouse-event-source-device-event-sender-expected.txt b/LayoutTests/fast/events/mouse-event-source-device-event-sender-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..92851ba2eeb1d6219446bc31e70bca79a69d4383
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/events/mouse-event-source-device-event-sender-expected.txt
|
| @@ -0,0 +1,18 @@
|
| +Test that mouse events from real mouse device should have a sourceDevice and its firesTouchEvents should be false.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Sending mousemove
|
| +PASS event.sourceDevice is non-null.
|
| +PASS event.sourceDevice.firesTouchEvents is false
|
| +Sending mousedown
|
| +PASS event.sourceDevice is non-null.
|
| +PASS event.sourceDevice.firesTouchEvents is false
|
| +Sending mouseup
|
| +PASS event.sourceDevice is non-null.
|
| +PASS event.sourceDevice.firesTouchEvents is false
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|