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

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

Issue 2220043002: Added PointerEvent.hasPointerCapture API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a missing element interface. 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 property getClientRects 72 property getClientRects
73 property getDestinationInsertionPoints 73 property getDestinationInsertionPoints
74 property getElementsByClassName 74 property getElementsByClassName
75 property getElementsByTagName 75 property getElementsByTagName
76 property getElementsByTagNameNS 76 property getElementsByTagNameNS
77 property getRootNode 77 property getRootNode
78 property hasAttribute 78 property hasAttribute
79 property hasAttributeNS 79 property hasAttributeNS
80 property hasAttributes 80 property hasAttributes
81 property hasChildNodes 81 property hasChildNodes
82 property hasPointerCapture
82 property hidden 83 property hidden
83 property id 84 property id
84 property innerHTML 85 property innerHTML
85 property innerText 86 property innerText
86 property insertAdjacentElement 87 property insertAdjacentElement
87 property insertAdjacentHTML 88 property insertAdjacentHTML
88 property insertAdjacentText 89 property insertAdjacentText
89 property insertBefore 90 property insertBefore
90 property isConnected 91 property isConnected
91 property isContentEditable 92 property isContentEditable
(...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 property getClientRects 1181 property getClientRects
1181 property getDestinationInsertionPoints 1182 property getDestinationInsertionPoints
1182 property getElementsByClassName 1183 property getElementsByClassName
1183 property getElementsByTagName 1184 property getElementsByTagName
1184 property getElementsByTagNameNS 1185 property getElementsByTagNameNS
1185 property getRootNode 1186 property getRootNode
1186 property hasAttribute 1187 property hasAttribute
1187 property hasAttributeNS 1188 property hasAttributeNS
1188 property hasAttributes 1189 property hasAttributes
1189 property hasChildNodes 1190 property hasChildNodes
1191 property hasPointerCapture
1190 property hidden 1192 property hidden
1191 property id 1193 property id
1192 property innerHTML 1194 property innerHTML
1193 property innerText 1195 property innerText
1194 property insertAdjacentElement 1196 property insertAdjacentElement
1195 property insertAdjacentHTML 1197 property insertAdjacentHTML
1196 property insertAdjacentText 1198 property insertAdjacentText
1197 property insertBefore 1199 property insertBefore
1198 property isConnected 1200 property isConnected
1199 property isContentEditable 1201 property isContentEditable
(...skipping 257 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