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

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

Issue 1602443006: Set the correct buttons for long press action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 ===== doubleClickAction with initial state=[] ===== 1 ===== doubleClickAction with initial state=[] =====
2 1. targetDiv received mouseover buttons: 0 2 1. targetDiv received mouseover buttons: 0
3 2. targetDiv received mouseenter buttons: 0 3 2. targetDiv received mouseenter buttons: 0
4 3. targetDiv received mousemove buttons: 0 4 3. targetDiv received mousemove buttons: 0
5 4. targetDiv received mousedown buttons: 1 5 4. targetDiv received mousedown buttons: 1
6 5. targetDiv received mouseup buttons: 0 6 5. targetDiv received mouseup buttons: 0
7 6. targetDiv received click buttons: 0 7 6. targetDiv received click buttons: 0
8 7. targetDiv received mousedown buttons: 1 8 7. targetDiv received mousedown buttons: 1
9 8. targetDiv received mouseup buttons: 0 9 8. targetDiv received mouseup buttons: 0
10 9. targetDiv received click buttons: 0 10 9. targetDiv received click buttons: 0
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 3. targetDiv received mousemove buttons: 0 98 3. targetDiv received mousemove buttons: 0
99 4. targetDiv received mousedown buttons: 2 99 4. targetDiv received mousedown buttons: 2
100 5. targetDiv received contextmenu buttons: 2 100 5. targetDiv received contextmenu buttons: 2
101 6. targetDiv received mouseout buttons: 0 101 6. targetDiv received mouseout buttons: 0
102 7. targetDiv received mouseleave buttons: 0 102 7. targetDiv received mouseleave buttons: 0
103 103
104 ===== longPressAction with initial state=[] and showContextMenuOnMouseUp=true == === 104 ===== longPressAction with initial state=[] and showContextMenuOnMouseUp=true == ===
105 1. targetDiv received mouseover buttons: 0 105 1. targetDiv received mouseover buttons: 0
106 2. targetDiv received mouseenter buttons: 0 106 2. targetDiv received mouseenter buttons: 0
107 3. targetDiv received mousemove buttons: 0 107 3. targetDiv received mousemove buttons: 0
108 4. targetDiv received mousedown buttons: 0 108 4. targetDiv received mousedown buttons: 2
109 5. targetDiv received contextmenu buttons: 0 109 5. targetDiv received contextmenu buttons: 2
110 6. targetDiv received mouseout buttons: 0 110 6. targetDiv received mouseout buttons: 0
111 7. targetDiv received mouseleave buttons: 0 111 7. targetDiv received mouseleave buttons: 0
112 112
113 ===== longTapAction with initial state=[] and showContextMenuOnMouseUp=false === == 113 ===== longTapAction with initial state=[] and showContextMenuOnMouseUp=false === ==
114 1. targetDiv received mouseover buttons: 0 114 1. targetDiv received mouseover buttons: 0
115 2. targetDiv received mouseenter buttons: 0 115 2. targetDiv received mouseenter buttons: 0
116 3. targetDiv received mousemove buttons: 0 116 3. targetDiv received mousemove buttons: 0
117 4. targetDiv received mousedown buttons: 2 117 4. targetDiv received mousedown buttons: 2
118 5. targetDiv received contextmenu buttons: 2 118 5. targetDiv received contextmenu buttons: 2
119 6. targetDiv received mouseout buttons: 0 119 6. targetDiv received mouseout buttons: 0
120 7. targetDiv received mouseleave buttons: 0 120 7. targetDiv received mouseleave buttons: 0
121 121
122 ===== longTapAction with initial state=[] and showContextMenuOnMouseUp=true ==== = 122 ===== longTapAction with initial state=[] and showContextMenuOnMouseUp=true ==== =
123 1. targetDiv received mouseover buttons: 0 123 1. targetDiv received mouseover buttons: 0
124 2. targetDiv received mouseenter buttons: 0 124 2. targetDiv received mouseenter buttons: 0
125 3. targetDiv received mousemove buttons: 0 125 3. targetDiv received mousemove buttons: 0
126 4. targetDiv received mousedown buttons: 0 126 4. targetDiv received mousedown buttons: 2
127 5. targetDiv received contextmenu buttons: 0 127 5. targetDiv received contextmenu buttons: 2
128 6. targetDiv received mouseout buttons: 0 128 6. targetDiv received mouseout buttons: 0
129 7. targetDiv received mouseleave buttons: 0 129 7. targetDiv received mouseleave buttons: 0
130 130
131 ===== dragDropAction with initial state=[] ===== 131 ===== dragDropAction with initial state=[] =====
132 1. dragImg received mouseover buttons: 0 132 1. dragImg received mouseover buttons: 0
133 2. dragImg received mouseenter buttons: 0 133 2. dragImg received mouseenter buttons: 0
134 3. dragImg received mousemove buttons: 0 134 3. dragImg received mousemove buttons: 0
135 4. dragImg received mousedown buttons: 1 135 4. dragImg received mousedown buttons: 1
136 5. dragImg received mouseout buttons: 1 136 5. dragImg received mouseout buttons: 1
137 6. dragImg received mouseleave buttons: 1 137 6. dragImg received mouseleave buttons: 1
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 20. dragImg received drag buttons: 6 203 20. dragImg received drag buttons: 6
204 21. targetDiv received dragleave buttons: 6 204 21. targetDiv received dragleave buttons: 6
205 22. dragImg received dragend buttons: 0 205 22. dragImg received dragend buttons: 0
206 23. targetDiv received mouseout buttons: 6 206 23. targetDiv received mouseout buttons: 6
207 24. targetDiv received mouseleave buttons: 6 207 24. targetDiv received mouseleave buttons: 6
208 208
209 PASS successfullyParsed is true 209 PASS successfullyParsed is true
210 210
211 TEST COMPLETE 211 TEST COMPLETE
212 212
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698