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

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

Issue 2867073003: Name calculation should not include nameFrom:author descendants. (Closed)
Patch Set: Rebase Created 3 years, 7 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
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: AXSplitter" 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: AXGenericContainer"
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