OLD | NEW |
(Empty) | |
| 1 Verifies that a GestureTap triggers focus and selectionchange if and only if mou
sedown isn't prevented. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 Tap on input field but consume mousedown |
| 7 Sending GestureTapDown |
| 8 Sending GestureShowPress |
| 9 Sending GestureTap |
| 10 Received mouseover on target |
| 11 Received mousemove on target |
| 12 Received mousedown on target |
| 13 Received mouseup on target |
| 14 Received click on target |
| 15 PASS tapHandled is true |
| 16 PASS isFocused(target) is false |
| 17 |
| 18 Tap on input field without consuming mousedown |
| 19 Sending GestureTapDown |
| 20 Sending GestureShowPress |
| 21 Sending GestureTap |
| 22 Received mousemove on target |
| 23 Received mousedown on target |
| 24 Received mouseup on target |
| 25 Received click on target |
| 26 PASS tapHandled is false |
| 27 Received selectionchange on #document anchor=BODY[2] |
| 28 PASS isFocused(target) is true |
| 29 |
| 30 Tap elsewhere to clear focus |
| 31 Sending GestureTapDown |
| 32 Sending GestureShowPress |
| 33 Sending GestureTap |
| 34 Received mouseout on target |
| 35 PASS tapHandled is false |
| 36 Received selectionchange on #document anchor=#text[0] |
| 37 Received selectionchange on #document anchor=#text[0] |
| 38 PASS isFocused(target) is false |
| 39 |
| 40 PASS successfullyParsed is true |
| 41 |
| 42 TEST COMPLETE |
| 43 |
OLD | NEW |