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: LayoutTests/accessibility/chromium-only-roles-expected.txt

Issue 721753004: Rebaseline accessibility/chromium-only-roles.html (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « LayoutTests/accessibility/chromium-only-roles.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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: AXSplitter"
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
« no previous file with comments | « LayoutTests/accessibility/chromium-only-roles.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698