| OLD | NEW |
| 1 Verifies that a GestureTap triggers focus and selectionchange if and only if mou
sedown isn't prevented. | 1 Verifies that a GestureTap triggers focus and selectionchange if and only if mou
sedown isn't prevented. |
| 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 Tap on input field but consume mousedown | 6 Tap on input field but consume mousedown |
| 7 Sending GestureTapDown | 7 Sending GestureTapDown |
| 8 Sending GestureShowPress | 8 Sending GestureShowPress |
| 9 Sending GestureTap | 9 Sending GestureTap |
| 10 Received mouseover on target | 10 Received mouseover on target |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 Received selectionchange on #document anchor=BODY[2] | 27 Received selectionchange on #document anchor=BODY[2] |
| 28 PASS isFocused(target) is true | 28 PASS isFocused(target) is true |
| 29 | 29 |
| 30 Tap elsewhere to clear focus | 30 Tap elsewhere to clear focus |
| 31 Sending GestureTapDown | 31 Sending GestureTapDown |
| 32 Sending GestureShowPress | 32 Sending GestureShowPress |
| 33 Sending GestureTap | 33 Sending GestureTap |
| 34 Received mouseout on target | 34 Received mouseout on target |
| 35 PASS tapHandled is false | 35 PASS tapHandled is false |
| 36 Received selectionchange on #document anchor=#text[0] | 36 Received selectionchange on #document anchor=#text[0] |
| 37 Received selectionchange on #document anchor=#text[0] | |
| 38 PASS isFocused(target) is false | 37 PASS isFocused(target) is false |
| 39 | 38 |
| 40 PASS successfullyParsed is true | 39 PASS successfullyParsed is true |
| 41 | 40 |
| 42 TEST COMPLETE | 41 TEST COMPLETE |
| 43 | 42 |
| OLD | NEW |