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

Side by Side Diff: LayoutTests/accessibility/aria-tab-roles-expected.txt

Issue 1086753004: Switch LayoutTests to use renamed methods for deprecated text alternatives (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Re-add linux expectation Created 5 years, 6 months 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 Crust 1 Crust
2 Veges 2 Veges
3 Select Crust 3 Select Crust
4 4
5 This tests that the aria roles for tab, tabpanel and tablist work as expected co rrectly. 5 This tests that the aria roles for tab, tabpanel and tablist work as expected co rrectly.
6 6
7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 7 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
8 8
9 9
10 tabList.role = AXRole: AXTabList 10 tabList.role = AXRole: AXTabList
11 tab1.role = AXRole: AXTab 11 tab1.role = AXRole: AXTab
12 PASS tab1.title is 'AXTitle: Crust' 12 PASS tab1.deprecatedTitle is 'AXTitle: Crust'
13 PASS tab1.childrenCount is 0 13 PASS tab1.childrenCount is 0
14 tab2.role = AXRole: AXTab 14 tab2.role = AXRole: AXTab
15 PASS tab2.title is 'AXTitle: Veges' 15 PASS tab2.deprecatedTitle is 'AXTitle: Veges'
16 tabPanel.role = AXRole: AXTabPanel 16 tabPanel.role = AXRole: AXTabPanel
17 tabPanel.subrole = undefined 17 tabPanel.subrole = undefined
18 PASS successfullyParsed is true 18 PASS successfullyParsed is true
19 19
20 TEST COMPLETE 20 TEST COMPLETE
21 21
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/aria-tab-roles.html ('k') | LayoutTests/accessibility/aria-toggle-button-with-title.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698