Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / image-map1-expected.txt
blob6d22ddceb3d90a3d0e9ef0180ba85312036bed2c
1  
2 This tests that you can reach the links within an image map.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 PASS body.childAtIndex(3).role is 'AXRole: AXLink'
8 PASS body.childAtIndex(3).deprecatedTitle is 'AXTitle: Link1'
9 PASS body.childAtIndex(4).role is 'AXRole: AXLink'
10 PASS body.childAtIndex(4).deprecatedTitle is 'AXTitle: Link2'
11 PASS body.childAtIndex(5).role is 'AXRole: AXLink'
12 PASS body.childAtIndex(5).deprecatedTitle is 'AXTitle: Link3'
13 PASS successfullyParsed is true
15 TEST COMPLETE