| Index: third_party/WebKit/LayoutTests/accessibility/aria-tab-roles-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-tab-roles-expected.txt b/third_party/WebKit/LayoutTests/accessibility/aria-tab-roles-expected.txt
|
| index 279579df8f2168ec2436295e45391678cbfaa760..bb197689d61866680da09cb1ae55ff472bcbb42f 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/aria-tab-roles-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/aria-tab-roles-expected.txt
|
| @@ -9,10 +9,10 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
| tabList.role = AXRole: AXTabList
|
| tab1.role = AXRole: AXTab
|
| -PASS tab1.deprecatedTitle is 'AXTitle: Crust'
|
| +PASS tab1.name is 'Crust'
|
| PASS tab1.childrenCount is 0
|
| tab2.role = AXRole: AXTab
|
| -PASS tab2.deprecatedTitle is 'AXTitle: Veges'
|
| +PASS tab2.name is 'Veges'
|
| tabPanel.role = AXRole: AXTabPanel
|
| tabPanel.subrole = undefined
|
| PASS successfullyParsed is true
|
|
|