| OLD | NEW |
| 1 Test that mouse cursors are changed correctly on mouse events. | 1 Test that mouse cursors are changed correctly on mouse events. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Bug 53341 | 6 Bug 53341 |
| 7 | 7 |
| 8 | 8 |
| 9 Mouse move | 9 Mouse move |
| 10 Cursor Info: type=Hand hotSpot=0,0 | 10 Cursor Info: type=Hand hotSpot=0,0 |
| 11 | 11 |
| 12 Mouse down | 12 Mouse down |
| 13 Cursor Info: type=Progress hotSpot=0,0 | 13 Cursor Info: type=Progress hotSpot=0,0 |
| 14 | 14 |
| 15 Mouse hold down, move | 15 Mouse hold down, move |
| 16 Cursor Info: type=Hand hotSpot=0,0 | 16 Cursor Info: type=Hand hotSpot=0,0 |
| 17 | 17 |
| 18 Mouse up | 18 Mouse up |
| 19 Cursor Info: type=Help hotSpot=0,0 | 19 Cursor Info: type=Help hotSpot=0,0 |
| 20 | 20 |
| 21 Mouse move |
| 22 Cursor Info: type=Pointer hotSpot=0,0 |
| 23 |
| 24 Mouse down |
| 25 Cursor Info: type=Pointer hotSpot=0,0 |
| 26 |
| 27 Mouse hold down, move |
| 28 Cursor Info: type=Pointer hotSpot=0,0 |
| 29 |
| 30 Mouse up |
| 31 Cursor Info: type=Pointer hotSpot=0,0 |
| 32 |
| 21 PASS successfullyParsed is true | 33 PASS successfullyParsed is true |
| 22 | 34 |
| 23 TEST COMPLETE | 35 TEST COMPLETE |
| 24 | 36 |
| OLD | NEW |