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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/image-map1-expected.txt

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactor stringValueOfControl 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 1
2 This tests that you can reach the links within an image map. 2 This tests that you can reach the links within an image map.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS body.childAtIndex(3).role is 'AXRole: AXLink' 7 PASS body.childAtIndex(0).role is 'AXRole: AXLink'
8 PASS body.childAtIndex(3).deprecatedTitle is 'AXTitle: Link1' 8 PASS body.childAtIndex(0).name is 'Link1'
9 PASS body.childAtIndex(4).role is 'AXRole: AXLink' 9 PASS body.childAtIndex(1).role is 'AXRole: AXLink'
10 PASS body.childAtIndex(4).deprecatedTitle is 'AXTitle: Link2' 10 PASS body.childAtIndex(1).name is 'Link2'
11 PASS body.childAtIndex(5).role is 'AXRole: AXLink' 11 PASS body.childAtIndex(2).role is 'AXRole: AXLink'
12 PASS body.childAtIndex(5).deprecatedTitle is 'AXTitle: Link3' 12 PASS body.childAtIndex(2).name is 'Link3'
13 PASS successfullyParsed is true 13 PASS successfullyParsed is true
14 14
15 TEST COMPLETE 15 TEST COMPLETE
16 16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698