Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / events / fire-mousedown-while-pressing-mouse-button-expected.txt
blob4db69bfa79c1c0d6f99d84f0e7d99bff5cee2a1a
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 second mouse buttons that can be clicked.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS successfullyParsed is true
9 TEST COMPLETE
10 PASS received mousedown for the middle mouse button while pressing the left mouse button.
11 PASS received mousedown for the right mouse button while pressing the left mouse button.
13 When pressing and holding the "middle mouse button"
15 PASS received mousedown for the left mouse button while pressing the middle mouse button.
16 PASS received mousedown for the right mouse button while pressing the middle mouse button.
18 When pressing and holding the "right mouse button"
20 PASS received mousedown for the left mouse button while pressing the right mouse button.
21 PASS received mousedown for the middle mouse button while pressing the right mouse button.
23 TEST COMPLETE