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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute-expected.txt

Issue 1775613004: Fix mouse-event-buttons-attribute flakiness (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
1 ===== doubleClickAction with initial state=[] ===== 4 ===== doubleClickAction with initial state=[] =====
2 1. targetDiv received mouseover buttons: 0 5 1. targetDiv received mouseover buttons: 0
3 2. targetDiv received mouseenter buttons: 0 6 2. targetDiv received mouseenter buttons: 0
4 3. targetDiv received mousemove buttons: 0 7 3. targetDiv received mousemove buttons: 0
5 4. targetDiv received mousedown buttons: 1 8 4. targetDiv received mousedown buttons: 1
6 5. targetDiv received mouseup buttons: 0 9 5. targetDiv received mouseup buttons: 0
7 6. targetDiv received click buttons: 0 10 6. targetDiv received click buttons: 0
8 7. targetDiv received mousedown buttons: 1 11 7. targetDiv received mousedown buttons: 1
9 8. targetDiv received mouseup buttons: 0 12 8. targetDiv received mouseup buttons: 0
10 9. targetDiv received click buttons: 0 13 9. targetDiv received click buttons: 0
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 16. dragImg received drag buttons: 7 202 16. dragImg received drag buttons: 7
200 17. targetDiv received dragenter buttons: 7 203 17. targetDiv received dragenter buttons: 7
201 18. dragImg received dragleave buttons: 7 204 18. dragImg received dragleave buttons: 7
202 19. targetDiv received dragover buttons: 6 205 19. targetDiv received dragover buttons: 6
203 20. dragImg received drag buttons: 6 206 20. dragImg received drag buttons: 6
204 21. targetDiv received dragleave buttons: 6 207 21. targetDiv received dragleave buttons: 6
205 22. dragImg received dragend buttons: 0 208 22. dragImg received dragend buttons: 0
206 23. targetDiv received mouseout buttons: 6 209 23. targetDiv received mouseout buttons: 6
207 24. targetDiv received mouseleave buttons: 6 210 24. targetDiv received mouseleave buttons: 6
208 211
209 PASS successfullyParsed is true
210 212
211 TEST COMPLETE
212
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/events/mouse-event-buttons-attribute.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698