OLD | NEW |
1 Verifies the effect of pointer event prevent-default on following pointer & mous
e events. | 1 Verifies the effect of pointer event prevent-default on following pointer & mous
e 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 --- test with preventDefault on none --- | 6 --- test with preventDefault on none --- |
7 - start with mouse outside target - | 7 - start with mouse outside target - |
8 - move into target & click - | 8 - move into target & click - |
9 1. target received mouseover | 9 1. target received mouseover |
10 2. target received mouseenter | 10 2. target received mouseenter |
11 3. target received mousedown | 11 3. target received mousemove |
12 4. target received mouseup | 12 4. target received mousedown |
| 13 5. target received mouseup |
13 - drag & release within target - | 14 - drag & release within target - |
14 5. target received mousedown | 15 6. target received mousedown |
15 6. target received mouseup | 16 7. target received mousemove |
| 17 8. target received mouseup |
16 - move outside target again - | 18 - move outside target again - |
17 7. target received mouseout | 19 9. target received mouseout |
18 8. target received mouseleave | 20 10. target received mouseleave |
19 | 21 |
20 --- test with preventDefault on pointerdown --- | 22 --- test with preventDefault on pointerdown --- |
21 - start with mouse outside target - | 23 - start with mouse outside target - |
22 - move into target & click - | 24 - move into target & click - |
23 1. target received mouseover | 25 1. target received mouseover |
24 2. target received mouseenter | 26 2. target received mouseenter |
25 3. target received mousedown | 27 3. target received mousemove |
26 4. target received mouseup | 28 4. target received mousedown |
| 29 5. target received mouseup |
27 - drag & release within target - | 30 - drag & release within target - |
28 5. target received mousedown | 31 6. target received mousedown |
29 6. target received mouseup | 32 7. target received mousemove |
| 33 8. target received mouseup |
30 - move outside target again - | 34 - move outside target again - |
31 7. target received mouseout | 35 9. target received mouseout |
32 8. target received mouseleave | 36 10. target received mouseleave |
33 | 37 |
34 --- test with preventDefault on pointerup --- | 38 --- test with preventDefault on pointerup --- |
35 - start with mouse outside target - | 39 - start with mouse outside target - |
36 - move into target & click - | 40 - move into target & click - |
37 1. target received mouseover | 41 1. target received mouseover |
38 2. target received mouseenter | 42 2. target received mouseenter |
39 3. target received mousedown | 43 3. target received mousemove |
40 4. target received mouseup | 44 4. target received mousedown |
| 45 5. target received mouseup |
41 - drag & release within target - | 46 - drag & release within target - |
42 5. target received mousedown | 47 6. target received mousedown |
43 6. target received mouseup | 48 7. target received mousemove |
| 49 8. target received mouseup |
44 - move outside target again - | 50 - move outside target again - |
45 7. target received mouseout | 51 9. target received mouseout |
46 8. target received mouseleave | 52 10. target received mouseleave |
47 | 53 |
48 --- test with preventDefault on pointerenter --- | 54 --- test with preventDefault on pointerenter --- |
49 - start with mouse outside target - | 55 - start with mouse outside target - |
50 - move into target & click - | 56 - move into target & click - |
51 1. target received mouseover | 57 1. target received mouseover |
52 2. target received mouseenter | 58 2. target received mouseenter |
53 3. target received mousedown | 59 3. target received mousemove |
54 4. target received mouseup | 60 4. target received mousedown |
| 61 5. target received mouseup |
55 - drag & release within target - | 62 - drag & release within target - |
56 5. target received mousedown | 63 6. target received mousedown |
57 6. target received mouseup | 64 7. target received mousemove |
| 65 8. target received mouseup |
58 - move outside target again - | 66 - move outside target again - |
59 7. target received mouseout | 67 9. target received mouseout |
60 8. target received mouseleave | 68 10. target received mouseleave |
61 | 69 |
62 --- test with preventDefault on pointerleave --- | 70 --- test with preventDefault on pointerleave --- |
63 - start with mouse outside target - | 71 - start with mouse outside target - |
64 - move into target & click - | 72 - move into target & click - |
65 1. target received mouseover | 73 1. target received mouseover |
66 2. target received mouseenter | 74 2. target received mouseenter |
67 3. target received mousedown | 75 3. target received mousemove |
68 4. target received mouseup | 76 4. target received mousedown |
| 77 5. target received mouseup |
69 - drag & release within target - | 78 - drag & release within target - |
70 5. target received mousedown | 79 6. target received mousedown |
71 6. target received mouseup | 80 7. target received mousemove |
| 81 8. target received mouseup |
72 - move outside target again - | 82 - move outside target again - |
73 7. target received mouseout | 83 9. target received mouseout |
74 8. target received mouseleave | 84 10. target received mouseleave |
75 | 85 |
76 --- test with preventDefault on pointerover --- | 86 --- test with preventDefault on pointerover --- |
77 - start with mouse outside target - | 87 - start with mouse outside target - |
78 - move into target & click - | 88 - move into target & click - |
79 1. target received mouseover | 89 1. target received mouseover |
80 2. target received mouseenter | 90 2. target received mouseenter |
81 3. target received mousedown | 91 3. target received mousemove |
82 4. target received mouseup | 92 4. target received mousedown |
| 93 5. target received mouseup |
83 - drag & release within target - | 94 - drag & release within target - |
84 5. target received mousedown | 95 6. target received mousedown |
85 6. target received mouseup | 96 7. target received mousemove |
| 97 8. target received mouseup |
86 - move outside target again - | 98 - move outside target again - |
87 7. target received mouseout | 99 9. target received mouseout |
88 8. target received mouseleave | 100 10. target received mouseleave |
89 | 101 |
90 --- test with preventDefault on pointerout --- | 102 --- test with preventDefault on pointerout --- |
91 - start with mouse outside target - | 103 - start with mouse outside target - |
92 - move into target & click - | 104 - move into target & click - |
93 1. target received mouseover | 105 1. target received mouseover |
94 2. target received mouseenter | 106 2. target received mouseenter |
95 3. target received mousedown | 107 3. target received mousemove |
96 4. target received mouseup | 108 4. target received mousedown |
| 109 5. target received mouseup |
97 - drag & release within target - | 110 - drag & release within target - |
98 5. target received mousedown | 111 6. target received mousedown |
99 6. target received mouseup | 112 7. target received mousemove |
| 113 8. target received mouseup |
100 - move outside target again - | 114 - move outside target again - |
101 7. target received mouseout | 115 9. target received mouseout |
102 8. target received mouseleave | 116 10. target received mouseleave |
| 117 |
| 118 --- test with preventDefault on pointermove --- |
| 119 - start with mouse outside target - |
| 120 - move into target & click - |
| 121 1. target received mouseover |
| 122 2. target received mouseenter |
| 123 3. target received mousemove |
| 124 4. target received mousedown |
| 125 5. target received mouseup |
| 126 - drag & release within target - |
| 127 6. target received mousedown |
| 128 7. target received mousemove |
| 129 8. target received mouseup |
| 130 - move outside target again - |
| 131 9. target received mouseout |
| 132 10. target received mouseleave |
103 | 133 |
104 PASS successfullyParsed is true | 134 PASS successfullyParsed is true |
105 | 135 |
106 TEST COMPLETE | 136 TEST COMPLETE |
107 | 137 |
OLD | NEW |