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

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: Removing auxclick polyfill for remote devtools 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 property nodeName 105 property nodeName
106 property nodeType 106 property nodeType
107 property nodeValue 107 property nodeValue
108 property normalize 108 property normalize
109 property offsetHeight 109 property offsetHeight
110 property offsetLeft 110 property offsetLeft
111 property offsetParent 111 property offsetParent
112 property offsetTop 112 property offsetTop
113 property offsetWidth 113 property offsetWidth
114 property onabort 114 property onabort
115 property onauxclick
115 property onbeforecopy 116 property onbeforecopy
116 property onbeforecut 117 property onbeforecut
117 property onbeforepaste 118 property onbeforepaste
118 property onblur 119 property onblur
119 property oncancel 120 property oncancel
120 property oncanplay 121 property oncanplay
121 property oncanplaythrough 122 property oncanplaythrough
122 property onchange 123 property onchange
123 property onclick 124 property onclick
124 property onclose 125 property onclose
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1213 property nodeName 1214 property nodeName
1214 property nodeType 1215 property nodeType
1215 property nodeValue 1216 property nodeValue
1216 property normalize 1217 property normalize
1217 property offsetHeight 1218 property offsetHeight
1218 property offsetLeft 1219 property offsetLeft
1219 property offsetParent 1220 property offsetParent
1220 property offsetTop 1221 property offsetTop
1221 property offsetWidth 1222 property offsetWidth
1222 property onabort 1223 property onabort
1224 property onauxclick
1223 property onbeforecopy 1225 property onbeforecopy
1224 property onbeforecut 1226 property onbeforecut
1225 property onbeforepaste 1227 property onbeforepaste
1226 property onblur 1228 property onblur
1227 property oncancel 1229 property oncancel
1228 property oncanplay 1230 property oncanplay
1229 property oncanplaythrough 1231 property oncanplaythrough
1230 property onchange 1232 property onchange
1231 property onclick 1233 property onclick
1232 property onclose 1234 property onclose
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1457 svg element textPath 1459 svg element textPath
1458 svg element title 1460 svg element title
1459 property text 1461 property text
1460 svg element tspan 1462 svg element tspan
1461 svg element use 1463 svg element use
1462 svg element view 1464 svg element view
1463 PASS successfullyParsed is true 1465 PASS successfullyParsed is true
1464 1466
1465 TEST COMPLETE 1467 TEST COMPLETE
1466 1468
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698