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

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

Issue 742353004: Implement computedRole and computedName (behind a flag) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update webexposed/element-instance-property-listing.html and add some SVG test cases Created 6 years 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
« no previous file with comments | « LayoutTests/accessibility/computed-role-expected.txt ('k') | Source/core/dom/AXObjectCache.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This test documents all properties on all element instances. 1 This test documents all properties on all element instances.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 [HTML NAMESPACE ELEMENT PROPERTIES] 6 [HTML NAMESPACE ELEMENT PROPERTIES]
7 namespace http://www.w3.org/1999/xhtml 7 namespace http://www.w3.org/1999/xhtml
8 <common> 8 <common>
9 property accessKey 9 property accessKey
10 property attributes 10 property attributes
11 property baseURI 11 property baseURI
12 property childElementCount 12 property childElementCount
13 property childNodes 13 property childNodes
14 property children 14 property children
15 property classList 15 property classList
16 property className 16 property className
17 property clientHeight 17 property clientHeight
18 property clientLeft 18 property clientLeft
19 property clientTop 19 property clientTop
20 property clientWidth 20 property clientWidth
21 property computedName
22 property computedRole
21 property contentEditable 23 property contentEditable
22 property contextMenu 24 property contextMenu
23 property dataset 25 property dataset
24 property dir 26 property dir
25 property draggable 27 property draggable
26 property firstChild 28 property firstChild
27 property firstElementChild 29 property firstElementChild
28 property hidden 30 property hidden
29 property id 31 property id
30 property innerHTML 32 property innerHTML
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 property baseURI 908 property baseURI
907 property childElementCount 909 property childElementCount
908 property childNodes 910 property childNodes
909 property children 911 property children
910 property classList 912 property classList
911 property className 913 property className
912 property clientHeight 914 property clientHeight
913 property clientLeft 915 property clientLeft
914 property clientTop 916 property clientTop
915 property clientWidth 917 property clientWidth
918 property computedName
919 property computedRole
916 property contentEditable 920 property contentEditable
917 property contextMenu 921 property contextMenu
918 property dataset 922 property dataset
919 property dir 923 property dir
920 property draggable 924 property draggable
921 property firstChild 925 property firstChild
922 property firstElementChild 926 property firstElementChild
923 property hidden 927 property hidden
924 property id 928 property id
925 property innerHTML 929 property innerHTML
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 svg element textPath 1145 svg element textPath
1142 svg element title 1146 svg element title
1143 property text 1147 property text
1144 svg element tspan 1148 svg element tspan
1145 svg element use 1149 svg element use
1146 svg element view 1150 svg element view
1147 PASS successfullyParsed is true 1151 PASS successfullyParsed is true
1148 1152
1149 TEST COMPLETE 1153 TEST COMPLETE
1150 1154
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/computed-role-expected.txt ('k') | Source/core/dom/AXObjectCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698