Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / focusable-div-expected.txt
blob8e5c8bee446e1250bb01e82c576433aeb955d2ab
4 Link
5 Initial text before linkLink
6 List item
7 Initial text before list
8 List item
9 This test makes sure that a generic focusable div can get accessibility focus and gets its accessible text from contents..
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
14 PASS document.activeElement == link is true
15 PASS lastChar(axLink.deprecatedTitle) is "A"
16 PASS document.activeElement == div is true
17 PASS lastChar(axDiv.deprecatedTitle) is "B"
18 PASS document.activeElement == div2 is true
19 PASS lastChar(axDiv2.deprecatedTitle) is "C"
20 PASS document.activeElement == div3 is true
21 PASS lastChar(axDiv3.deprecatedDescription) is "D"
22 PASS document.activeElement == div4 is true
23 PASS axDiv4.deprecatedTitle.indexOf('Link') is -1
24 PASS document.activeElement == div5 is true
25 PASS axDiv5.deprecatedTitle.indexOf('Link') is -1
26 PASS axDiv5.deprecatedTitle.indexOf('Initial text before link') >= 0 is true
27 PASS document.activeElement == div6 is true
28 PASS axDiv6.deprecatedTitle.indexOf('List item') is -1
29 PASS document.activeElement == div7 is true
30 PASS axDiv7.deprecatedTitle.indexOf('List item') is -1
31 PASS axDiv7.deprecatedTitle.indexOf('Initial text before list') >= 0 is true
32 PASS successfullyParsed is true
34 TEST COMPLETE