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

Side by Side Diff: LayoutTests/accessibility/chromium-only-roles-expected.txt

Issue 14120003: Move LayoutTests from platform/chromium/... to generic location (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 test makes sure that a generic focusable div can get accessibility focus. 1 This test makes sure that a generic focusable div can get accessibility focus.
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 PASS axContainer.childAtIndex(0).role is "AXRole: AXHorizontalRule" 6 PASS axContainer.childAtIndex(0).role is "AXRole: AXHorizontalRule"
7 PASS axContainer.childAtIndex(1).role is "AXRole: AXParagraph" 7 PASS axContainer.childAtIndex(1).role is "AXRole: AXParagraph"
8 PASS axContainer.childAtIndex(2).role is "AXRole: AXLabel" 8 PASS axContainer.childAtIndex(2).role is "AXRole: AXLabel"
9 PASS axContainer.childAtIndex(3).role is "AXRole: AXForm" 9 PASS axContainer.childAtIndex(3).role is "AXRole: AXForm"
10 PASS axContainer.childAtIndex(4).role is "AXRole: AXDiv" 10 PASS axContainer.childAtIndex(4).role is "AXRole: AXDiv"
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