Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / canvas-fallback-content-expected.txt
blobb2b1ffa8ac69ba15065c82d336b333d0db0120da
1 Link  Button          
2 Focusable
3 ARIA button
4 ARIA link
5 This test makes sure that focusable elements in canvas fallback content are accessible.
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 link1
11 PASS document.activeElement == element is true
12 PASS axElement.role is "AXRole: AXLink"
14 button1
15 PASS document.activeElement == element is true
16 PASS axElement.role is "AXRole: AXButton"
18 text1
19 PASS document.activeElement == element is true
20 PASS axElement.role is "AXRole: AXTextField"
22 checkbox1
23 PASS document.activeElement == element is true
24 PASS axElement.role is "AXRole: AXCheckBox"
26 radio1
27 PASS document.activeElement == element is true
28 PASS axElement.role is "AXRole: AXRadioButton"
30 submit1
31 PASS document.activeElement == element is true
32 PASS axElement.role is "AXRole: AXButton"
34 combobox1
35 PASS document.activeElement == element is true
36 PASS axElement.role is "AXRole: AXPopUpButton"
38 focusable1
39 PASS document.activeElement == element is true
40 PASS axElement.role is "AXRole: AXGroup"
42 aria-button1
43 PASS document.activeElement == element is true
44 PASS axElement.role is "AXRole: AXButton"
46 aria-link1
47 PASS document.activeElement == element is true
48 PASS axElement.role is "AXRole: AXLink"
50 link2
51 PASS document.activeElement == element is true
52 PASS axElement.role is "AXRole: AXLink"
54 button2
55 PASS document.activeElement == element is true
56 PASS axElement.role is "AXRole: AXButton"
58 text2
59 PASS document.activeElement == element is true
60 PASS axElement.role is "AXRole: AXTextField"
62 checkbox2
63 PASS document.activeElement == element is true
64 PASS axElement.role is "AXRole: AXCheckBox"
66 radio2
67 PASS document.activeElement == element is true
68 PASS axElement.role is "AXRole: AXRadioButton"
70 submit2
71 PASS document.activeElement == element is true
72 PASS axElement.role is "AXRole: AXButton"
74 combobox2
75 PASS document.activeElement == element is true
76 PASS axElement.role is "AXRole: AXPopUpButton"
78 focusable2
79 PASS document.activeElement == element is true
80 PASS axElement.role is "AXRole: AXGroup"
82 aria-button2
83 PASS document.activeElement == element is true
84 PASS axElement.role is "AXRole: AXButton"
86 aria-link2
87 PASS document.activeElement == element is true
88 PASS axElement.role is "AXRole: AXLink"
90 focusable1
91 PASS document.activeElement == element is true
92 PASS axElement.role is "AXRole: AXButton"
94 focusable2
95 PASS document.activeElement == element is true
96 PASS axElement.role is "AXRole: AXButton"
98 PASS successfullyParsed is true
100 TEST COMPLETE