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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/computed-name-expected.txt

Issue 2492083002: Implement aria-placeholder (Closed)
Patch Set: Rebaseline android placeholder test Created 4 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
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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "Placeholder5" 115 PASS input.computedName is "Placeholder5"
116 PASS input.computedName is "LabelledBy6" 116 PASS input.computedName is "LabelledBy6"
117 PASS input.computedName is "ARIA Placeholder8"
118 PASS input.computedName is "Placeholder9"
117 PASS successfullyParsed is true 119 PASS successfullyParsed is true
118 120
119 TEST COMPLETE 121 TEST COMPLETE
120 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698