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

Side by Side Diff: LayoutTests/accessibility/render-counter-text-expected.txt

Issue 884483003: Rename/move counter rendering code to layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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 | Annotate | Revision Log
OLDNEW
1 This tests that the text for RenderCounter 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).stringValue is 'AXValue: 1'
6 PASS line1.childAtIndex(1).stringValue is 'AXValue: :' 6 PASS line1.childAtIndex(1).stringValue is 'AXValue: :'
7 PASS line1.childAtIndex(2).stringValue is 'AXValue: line1' 7 PASS line1.childAtIndex(2).stringValue is 'AXValue: line1'
8 PASS line2.childAtIndex(0).stringValue is 'AXValue: 2' 8 PASS line2.childAtIndex(0).stringValue is 'AXValue: 2'
9 PASS line2.childAtIndex(1).stringValue is 'AXValue: :' 9 PASS line2.childAtIndex(1).stringValue is 'AXValue: :'
10 PASS line2.childAtIndex(2).stringValue is 'AXValue: line2' 10 PASS line2.childAtIndex(2).stringValue is 'AXValue: 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