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/accessibility/computed-name-expected.txt

Issue 1435113003: Make use of new AX name calc in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix issue with ariaTextAlternative Created 5 years, 1 month 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 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 1 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
2 2
3 3
4 PASS name is "alert name" 4 PASS name is "alert name"
5 PASS name is "alertdialog name" 5 PASS name is "alertdialog name"
6 PASS name is "application name" 6 PASS name is "application name"
7 PASS name is "article name" 7 PASS name is "article name"
8 PASS implicitRoleElement.computedName is "implicit article name" 8 PASS implicitRoleElement.computedName is "implicit article name"
9 PASS name is "banner name" 9 PASS name is "banner name"
10 PASS implicitRoleElement.computedName is "implicit banner name" 10 PASS implicitRoleElement.computedName is "implicit banner name"
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 PASS name is "treegrid name" 105 PASS name is "treegrid name"
106 PASS name is "treeitem name" 106 PASS name is "treeitem name"
107 PASS name is "link name" 107 PASS name is "link name"
108 PASS svgElement.computedName is "Green rectangle" 108 PASS svgElement.computedName is "Green rectangle"
109 PASS svgAElement.computedName is "link name" 109 PASS svgAElement.computedName is "link name"
110 PASS input.computedName is "Title0" 110 PASS input.computedName is "Title0"
111 PASS input.computedName is "Label1" 111 PASS input.computedName is "Label1"
112 PASS input.computedName is "AriaLabel2" 112 PASS input.computedName is "AriaLabel2"
113 PASS input.computedName is "LabelledBy3" 113 PASS input.computedName is "LabelledBy3"
114 PASS input.computedName is "Placeholder4" 114 PASS input.computedName is "Placeholder4"
115 PASS input.computedName is "Title5" 115 PASS input.computedName is "Placeholder5"
116 PASS input.computedName is "LabelledBy6" 116 PASS input.computedName is "LabelledBy6"
117 PASS successfullyParsed is true 117 PASS successfullyParsed is true
118 118
119 TEST COMPLETE 119 TEST COMPLETE
120 120
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698