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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/element-instance-property-listing-expected.txt

Issue 2163893003: Start sending auxclick instead of click for non-primary buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another rebase 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 CONSOLE WARNING: line 18: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/57160609 92962560 for more details. 1 CONSOLE WARNING: line 18: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/57160609 92962560 for more details.
2 This test documents all properties on all element instances. 2 This test documents all properties on all element instances.
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 [HTML NAMESPACE ELEMENT PROPERTIES] 7 [HTML NAMESPACE ELEMENT PROPERTIES]
8 namespace http://www.w3.org/1999/xhtml 8 namespace http://www.w3.org/1999/xhtml
9 <common> 9 <common>
10 property ATTRIBUTE_NODE 10 property ATTRIBUTE_NODE
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 property nodeName 106 property nodeName
107 property nodeType 107 property nodeType
108 property nodeValue 108 property nodeValue
109 property normalize 109 property normalize
110 property offsetHeight 110 property offsetHeight
111 property offsetLeft 111 property offsetLeft
112 property offsetParent 112 property offsetParent
113 property offsetTop 113 property offsetTop
114 property offsetWidth 114 property offsetWidth
115 property onabort 115 property onabort
116 property onauxclick
116 property onbeforecopy 117 property onbeforecopy
117 property onbeforecut 118 property onbeforecut
118 property onbeforepaste 119 property onbeforepaste
119 property onblur 120 property onblur
120 property oncancel 121 property oncancel
121 property oncanplay 122 property oncanplay
122 property oncanplaythrough 123 property oncanplaythrough
123 property onchange 124 property onchange
124 property onclick 125 property onclick
125 property onclose 126 property onclose
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 property nodeName 1216 property nodeName
1216 property nodeType 1217 property nodeType
1217 property nodeValue 1218 property nodeValue
1218 property normalize 1219 property normalize
1219 property offsetHeight 1220 property offsetHeight
1220 property offsetLeft 1221 property offsetLeft
1221 property offsetParent 1222 property offsetParent
1222 property offsetTop 1223 property offsetTop
1223 property offsetWidth 1224 property offsetWidth
1224 property onabort 1225 property onabort
1226 property onauxclick
1225 property onbeforecopy 1227 property onbeforecopy
1226 property onbeforecut 1228 property onbeforecut
1227 property onbeforepaste 1229 property onbeforepaste
1228 property onblur 1230 property onblur
1229 property oncancel 1231 property oncancel
1230 property oncanplay 1232 property oncanplay
1231 property oncanplaythrough 1233 property oncanplaythrough
1232 property onchange 1234 property onchange
1233 property onclick 1235 property onclick
1234 property onclose 1236 property onclose
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 svg element textPath 1461 svg element textPath
1460 svg element title 1462 svg element title
1461 property text 1463 property text
1462 svg element tspan 1464 svg element tspan
1463 svg element use 1465 svg element use
1464 svg element view 1466 svg element view
1465 PASS successfullyParsed is true 1467 PASS successfullyParsed is true
1466 1468
1467 TEST COMPLETE 1469 TEST COMPLETE
1468 1470
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698