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

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

Issue 2249663002: Fixed & refactored mouse event firing at gesture context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests, removed one overfitting Created 4 years, 4 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
OLDNEW
1 PASS successfullyParsed is true 1 PASS successfullyParsed is true
2 2
3 TEST COMPLETE 3 TEST COMPLETE
4 ===== doubleClickAction with initial state=[] ===== 4 ===== doubleClickAction with initial state=[] =====
5 1. targetDiv received mouseover buttons: 0 5 1. targetDiv received mouseover buttons: 0
6 2. targetDiv received mouseenter buttons: 0 6 2. targetDiv received mouseenter buttons: 0
7 3. targetDiv received mousemove buttons: 0 7 3. targetDiv received mousemove buttons: 0
8 4. targetDiv received mousedown buttons: 1 8 4. targetDiv received mousedown buttons: 1
9 5. targetDiv received mouseup buttons: 0 9 5. targetDiv received mouseup buttons: 0
10 6. targetDiv received click buttons: 0 10 6. targetDiv received click buttons: 0
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 4. targetDiv received mousedown buttons: 1 92 4. targetDiv received mousedown buttons: 1
93 5. targetDiv received mouseup buttons: 0 93 5. targetDiv received mouseup buttons: 0
94 6. targetDiv received click buttons: 0 94 6. targetDiv received click buttons: 0
95 7. targetDiv received mouseout buttons: 0 95 7. targetDiv received mouseout buttons: 0
96 8. targetDiv received mouseleave buttons: 0 96 8. targetDiv received mouseleave buttons: 0
97 97
98 ===== longPressAction with initial state=[] and showContextMenuOnMouseUp=false = ==== 98 ===== longPressAction with initial state=[] and showContextMenuOnMouseUp=false = ====
99 1. targetDiv received mouseover buttons: 0 99 1. targetDiv received mouseover buttons: 0
100 2. targetDiv received mouseenter buttons: 0 100 2. targetDiv received mouseenter buttons: 0
101 3. targetDiv received mousemove buttons: 0 101 3. targetDiv received mousemove buttons: 0
102 4. targetDiv received mousedown buttons: 2 102 4. targetDiv received contextmenu buttons: 0
103 5. targetDiv received contextmenu buttons: 2 103 5. targetDiv received mouseout buttons: 0
104 6. targetDiv received mouseout buttons: 0 104 6. targetDiv received mouseleave buttons: 0
105 7. targetDiv received mouseleave buttons: 0
106 105
107 ===== longPressAction with initial state=[] and showContextMenuOnMouseUp=true == === 106 ===== longPressAction with initial state=[] and showContextMenuOnMouseUp=true == ===
108 1. targetDiv received mouseover buttons: 0 107 1. targetDiv received mouseover buttons: 0
109 2. targetDiv received mouseenter buttons: 0 108 2. targetDiv received mouseenter buttons: 0
110 3. targetDiv received mousemove buttons: 0 109 3. targetDiv received mousemove buttons: 0
111 4. targetDiv received mousedown buttons: 2 110 4. targetDiv received contextmenu buttons: 0
112 5. targetDiv received contextmenu buttons: 2 111 5. targetDiv received mouseout buttons: 0
113 6. targetDiv received mouseout buttons: 0 112 6. targetDiv received mouseleave buttons: 0
114 7. targetDiv received mouseleave buttons: 0
115 113
116 ===== longTapAction with initial state=[] and showContextMenuOnMouseUp=false === == 114 ===== longTapAction with initial state=[] and showContextMenuOnMouseUp=false === ==
117 1. targetDiv received mouseover buttons: 0 115 1. targetDiv received mouseover buttons: 0
118 2. targetDiv received mouseenter buttons: 0 116 2. targetDiv received mouseenter buttons: 0
119 3. targetDiv received mousemove buttons: 0 117 3. targetDiv received mousemove buttons: 0
120 4. targetDiv received mousedown buttons: 2 118 4. targetDiv received contextmenu buttons: 0
121 5. targetDiv received contextmenu buttons: 2 119 5. targetDiv received mouseout buttons: 0
122 6. targetDiv received mouseout buttons: 0 120 6. targetDiv received mouseleave buttons: 0
123 7. targetDiv received mouseleave buttons: 0
124 121
125 ===== longTapAction with initial state=[] and showContextMenuOnMouseUp=true ==== = 122 ===== longTapAction with initial state=[] and showContextMenuOnMouseUp=true ==== =
126 1. targetDiv received mouseover buttons: 0 123 1. targetDiv received mouseover buttons: 0
127 2. targetDiv received mouseenter buttons: 0 124 2. targetDiv received mouseenter buttons: 0
128 3. targetDiv received mousemove buttons: 0 125 3. targetDiv received mousemove buttons: 0
129 4. targetDiv received mousedown buttons: 2 126 4. targetDiv received contextmenu buttons: 0
130 5. targetDiv received contextmenu buttons: 2 127 5. targetDiv received mouseout buttons: 0
131 6. targetDiv received mouseout buttons: 0 128 6. targetDiv received mouseleave buttons: 0
132 7. targetDiv received mouseleave buttons: 0
133 129
134 ===== dragDropAction with initial state=[] ===== 130 ===== dragDropAction with initial state=[] =====
135 1. dragImg received mouseover buttons: 0 131 1. dragImg received mouseover buttons: 0
136 2. dragImg received mouseenter buttons: 0 132 2. dragImg received mouseenter buttons: 0
137 3. dragImg received mousemove buttons: 0 133 3. dragImg received mousemove buttons: 0
138 4. dragImg received mousedown buttons: 1 134 4. dragImg received mousedown buttons: 1
139 5. dragImg received mouseout buttons: 1 135 5. dragImg received mouseout buttons: 1
140 6. dragImg received mouseleave buttons: 1 136 6. dragImg received mouseleave buttons: 1
141 7. targetDiv received mouseover buttons: 1 137 7. targetDiv received mouseover buttons: 1
142 8. targetDiv received mouseenter buttons: 1 138 8. targetDiv received mouseenter buttons: 1
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 17. targetDiv received dragenter buttons: 7 199 17. targetDiv received dragenter buttons: 7
204 18. dragImg received dragleave buttons: 7 200 18. dragImg received dragleave buttons: 7
205 19. targetDiv received dragover buttons: 6 201 19. targetDiv received dragover buttons: 6
206 20. dragImg received drag buttons: 6 202 20. dragImg received drag buttons: 6
207 21. targetDiv received dragleave buttons: 6 203 21. targetDiv received dragleave buttons: 6
208 22. dragImg received dragend buttons: 0 204 22. dragImg received dragend buttons: 0
209 23. targetDiv received mouseout buttons: 6 205 23. targetDiv received mouseout buttons: 6
210 24. targetDiv received mouseleave buttons: 6 206 24. targetDiv received mouseleave buttons: 6
211 207
212 208
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698