OLD | NEW |
1 This test verifies that we fire a mousedown event whenever pressing and holding
a mouse button A while simultaneously clicking with mouse button B, where A != B
. | 1 This test verifies that we fire a mousedown event whenever pressing and holding
a mouse button A while simultaneously clicking with mouse button B, where A != B
. |
2 For each mouse button that is pressed and held, iterates through the possible se
cond mouse buttons that can be clicked. | 2 For each mouse button that is pressed and held, iterates through the possible se
cond mouse buttons that can be clicked. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
| 7 PASS successfullyParsed is true |
| 8 |
| 9 TEST COMPLETE |
7 PASS received mousedown for the middle mouse button while pressing the left mous
e button. | 10 PASS received mousedown for the middle mouse button while pressing the left mous
e button. |
8 PASS received mousedown for the right mouse button while pressing the left mouse
button. | 11 PASS received mousedown for the right mouse button while pressing the left mouse
button. |
9 | 12 |
10 When pressing and holding the "middle mouse button" | 13 When pressing and holding the "middle mouse button" |
11 | 14 |
12 PASS received mousedown for the left mouse button while pressing the middle mous
e button. | 15 PASS received mousedown for the left mouse button while pressing the middle mous
e button. |
13 PASS received mousedown for the right mouse button while pressing the middle mou
se button. | 16 PASS received mousedown for the right mouse button while pressing the middle mou
se button. |
14 | 17 |
15 When pressing and holding the "right mouse button" | 18 When pressing and holding the "right mouse button" |
16 | 19 |
17 PASS received mousedown for the left mouse button while pressing the right mouse
button. | 20 PASS received mousedown for the left mouse button while pressing the right mouse
button. |
18 PASS received mousedown for the middle mouse button while pressing the right mou
se button. | 21 PASS received mousedown for the middle mouse button while pressing the right mou
se button. |
19 | 22 |
20 TEST COMPLETE | 23 TEST COMPLETE |
21 PASS successfullyParsed is true | |
22 | 24 |
23 TEST COMPLETE | |
24 | |
OLD | NEW |