Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: LayoutTests/fast/events/fire-mousedown-while-pressing-mouse-button-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698