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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/render-counter-text-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 This tests that the text for LayoutCounter is exposed correctly. 1 This tests that the text for LayoutCounter is exposed correctly.
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 PASS line1.childAtIndex(0).stringValue is 'AXValue: 1' 5 PASS line1.childAtIndex(0).name is '1'
6 PASS line1.childAtIndex(1).stringValue is 'AXValue: :' 6 PASS line1.childAtIndex(1).name is ':'
7 PASS line1.childAtIndex(2).stringValue is 'AXValue: line1' 7 PASS line1.childAtIndex(2).name is 'line1'
8 PASS line2.childAtIndex(0).stringValue is 'AXValue: 2' 8 PASS line2.childAtIndex(0).name is '2'
9 PASS line2.childAtIndex(1).stringValue is 'AXValue: :' 9 PASS line2.childAtIndex(1).name is ':'
10 PASS line2.childAtIndex(2).stringValue is 'AXValue: line2' 10 PASS line2.childAtIndex(2).name is 'line2'
11 PASS successfullyParsed is true 11 PASS successfullyParsed is true
12 12
13 TEST COMPLETE 13 TEST COMPLETE
14 14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698