OLD | NEW |
1 Verifies that pointer event parameters are correct when fired for mouse events. | 1 Verifies that pointer event parameters are correct when fired for 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 --- move mouse into target --- | 6 --- move mouse into target --- |
7 Received pointerover | 7 Received pointerover |
8 Received mouseover | 8 Received mouseover |
9 PASS lastPointerEvent is non-null. | 9 PASS lastPointerEvent is non-null. |
10 PASS lastPointerEvent.type is "pointerover" | 10 PASS lastPointerEvent.type is "pointerover" |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 PASS lastPointerEvent.offsetX is 5 | 47 PASS lastPointerEvent.offsetX is 5 |
48 PASS lastPointerEvent.offsetY is 5 | 48 PASS lastPointerEvent.offsetY is 5 |
49 PASS lastPointerEvent.pageX is 23 | 49 PASS lastPointerEvent.pageX is 23 |
50 PASS lastPointerEvent.pageY is 31 | 50 PASS lastPointerEvent.pageY is 31 |
51 PASS lastPointerEvent.screenX is 23 | 51 PASS lastPointerEvent.screenX is 23 |
52 PASS lastPointerEvent.screenY is 31 | 52 PASS lastPointerEvent.screenY is 31 |
53 PASS lastPointerEvent.x is 23 | 53 PASS lastPointerEvent.x is 23 |
54 PASS lastPointerEvent.y is 31 | 54 PASS lastPointerEvent.y is 31 |
55 PASS lastPointerEvent.button is 0 | 55 PASS lastPointerEvent.button is 0 |
56 PASS lastPointerEvent.buttons is 0 | 56 PASS lastPointerEvent.buttons is 0 |
| 57 Received pointermove |
| 58 Received mousemove |
| 59 PASS lastPointerEvent is non-null. |
| 60 PASS lastPointerEvent.type is "pointermove" |
| 61 PASS lastPointerEvent.bubbles is true |
| 62 PASS lastPointerEvent.cancelable is true |
| 63 PASS lastPointerEvent.pointerId is 0 |
| 64 PASS lastPointerEvent.pointerType is "mouse" |
| 65 PASS lastPointerEvent.isPrimary is true |
| 66 PASS lastPointerEvent.clientX is 23 |
| 67 PASS lastPointerEvent.clientY is 31 |
| 68 PASS lastPointerEvent.layerX is 23 |
| 69 PASS lastPointerEvent.layerY is 31 |
| 70 PASS lastPointerEvent.movementX is 0 |
| 71 PASS lastPointerEvent.movementY is 0 |
| 72 PASS lastPointerEvent.offsetX is 5 |
| 73 PASS lastPointerEvent.offsetY is 5 |
| 74 PASS lastPointerEvent.pageX is 23 |
| 75 PASS lastPointerEvent.pageY is 31 |
| 76 PASS lastPointerEvent.screenX is 23 |
| 77 PASS lastPointerEvent.screenY is 31 |
| 78 PASS lastPointerEvent.x is 23 |
| 79 PASS lastPointerEvent.y is 31 |
| 80 PASS lastPointerEvent.button is 0 |
| 81 PASS lastPointerEvent.buttons is 0 |
| 82 |
| 83 --- move within target --- |
| 84 Received pointermove |
| 85 Received mousemove |
| 86 PASS lastPointerEvent is non-null. |
| 87 PASS lastPointerEvent.type is "pointermove" |
| 88 PASS lastPointerEvent.bubbles is true |
| 89 PASS lastPointerEvent.cancelable is true |
| 90 PASS lastPointerEvent.pointerId is 0 |
| 91 PASS lastPointerEvent.pointerType is "mouse" |
| 92 PASS lastPointerEvent.isPrimary is true |
| 93 PASS lastPointerEvent.clientX is 25 |
| 94 PASS lastPointerEvent.clientY is 41 |
| 95 PASS lastPointerEvent.layerX is 25 |
| 96 PASS lastPointerEvent.layerY is 41 |
| 97 PASS lastPointerEvent.movementX is 0 |
| 98 PASS lastPointerEvent.movementY is 0 |
| 99 PASS lastPointerEvent.offsetX is 7 |
| 100 PASS lastPointerEvent.offsetY is 15 |
| 101 PASS lastPointerEvent.pageX is 25 |
| 102 PASS lastPointerEvent.pageY is 41 |
| 103 PASS lastPointerEvent.screenX is 25 |
| 104 PASS lastPointerEvent.screenY is 41 |
| 105 PASS lastPointerEvent.x is 25 |
| 106 PASS lastPointerEvent.y is 41 |
| 107 PASS lastPointerEvent.button is 0 |
| 108 PASS lastPointerEvent.buttons is 0 |
| 109 Received pointermove |
| 110 Received mousemove |
| 111 PASS lastPointerEvent is non-null. |
| 112 PASS lastPointerEvent.type is "pointermove" |
| 113 PASS lastPointerEvent.bubbles is true |
| 114 PASS lastPointerEvent.cancelable is true |
| 115 PASS lastPointerEvent.pointerId is 0 |
| 116 PASS lastPointerEvent.pointerType is "mouse" |
| 117 PASS lastPointerEvent.isPrimary is true |
| 118 PASS lastPointerEvent.clientX is 23 |
| 119 PASS lastPointerEvent.clientY is 31 |
| 120 PASS lastPointerEvent.layerX is 23 |
| 121 PASS lastPointerEvent.layerY is 31 |
| 122 PASS lastPointerEvent.movementX is 0 |
| 123 PASS lastPointerEvent.movementY is 0 |
| 124 PASS lastPointerEvent.offsetX is 5 |
| 125 PASS lastPointerEvent.offsetY is 5 |
| 126 PASS lastPointerEvent.pageX is 23 |
| 127 PASS lastPointerEvent.pageY is 31 |
| 128 PASS lastPointerEvent.screenX is 23 |
| 129 PASS lastPointerEvent.screenY is 31 |
| 130 PASS lastPointerEvent.x is 23 |
| 131 PASS lastPointerEvent.y is 31 |
| 132 PASS lastPointerEvent.button is 0 |
| 133 PASS lastPointerEvent.buttons is 0 |
57 | 134 |
58 --- click each button --- | 135 --- click each button --- |
59 Received pointerdown | 136 Received pointerdown |
60 Received mousedown | 137 Received mousedown |
61 PASS lastPointerEvent is non-null. | 138 PASS lastPointerEvent is non-null. |
62 PASS lastPointerEvent.type is "pointerdown" | 139 PASS lastPointerEvent.type is "pointerdown" |
63 PASS lastPointerEvent.bubbles is true | 140 PASS lastPointerEvent.bubbles is true |
64 PASS lastPointerEvent.cancelable is true | 141 PASS lastPointerEvent.cancelable is true |
65 PASS lastPointerEvent.pointerId is 0 | 142 PASS lastPointerEvent.pointerId is 0 |
66 PASS lastPointerEvent.pointerType is "mouse" | 143 PASS lastPointerEvent.pointerType is "mouse" |
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
587 PASS lastPointerEvent.screenX is 13 | 664 PASS lastPointerEvent.screenX is 13 |
588 PASS lastPointerEvent.screenY is 21 | 665 PASS lastPointerEvent.screenY is 21 |
589 PASS lastPointerEvent.x is 13 | 666 PASS lastPointerEvent.x is 13 |
590 PASS lastPointerEvent.y is 21 | 667 PASS lastPointerEvent.y is 21 |
591 PASS lastPointerEvent.button is 0 | 668 PASS lastPointerEvent.button is 0 |
592 PASS lastPointerEvent.buttons is 0 | 669 PASS lastPointerEvent.buttons is 0 |
593 PASS successfullyParsed is true | 670 PASS successfullyParsed is true |
594 | 671 |
595 TEST COMPLETE | 672 TEST COMPLETE |
596 | 673 |
OLD | NEW |