Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / aria-tab-roles-expected.txt
blob279579df8f2168ec2436295e45391678cbfaa760
1 Crust
2 Veges
3 Select Crust
5 This tests that the aria roles for tab, tabpanel and tablist work as expected correctly.
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
10 tabList.role = AXRole: AXTabList
11 tab1.role = AXRole: AXTab
12 PASS tab1.deprecatedTitle is 'AXTitle: Crust'
13 PASS tab1.childrenCount is 0
14 tab2.role = AXRole: AXTab
15 PASS tab2.deprecatedTitle is 'AXTitle: Veges'
16 tabPanel.role = AXRole: AXTabPanel
17 tabPanel.subrole = undefined
18 PASS successfullyParsed is true
20 TEST COMPLETE