| OLD | NEW |
| (Empty) | |
| 1 Test that mouse events from real mouse device should have a sourceDevice and its
firesTouchEvents should be false. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 mousemove |
| 7 PASS event.sourceDevice is non-null. |
| 8 PASS event.sourceDevice.firesTouchEvents is false |
| 9 mousedown |
| 10 PASS event.sourceDevice is non-null. |
| 11 PASS event.sourceDevice.firesTouchEvents is false |
| 12 mouseup |
| 13 PASS event.sourceDevice is non-null. |
| 14 PASS event.sourceDevice.firesTouchEvents is false |
| 15 click |
| 16 PASS event.sourceDevice is non-null. |
| 17 PASS event.sourceDevice.firesTouchEvents is false |
| 18 PASS successfullyParsed is true |
| 19 |
| 20 TEST COMPLETE |
| 21 |
| OLD | NEW |