| Index: third_party/WebKit/LayoutTests/accessibility/aria-tab-roles.html
|
| diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-tab-roles.html b/third_party/WebKit/LayoutTests/accessibility/aria-tab-roles.html
|
| index 0c12e3074ff1689c8b9e2f88df8c78cff1ac47dc..313a98471c27d360492583abb49dd79ed0ff9465 100644
|
| --- a/third_party/WebKit/LayoutTests/accessibility/aria-tab-roles.html
|
| +++ b/third_party/WebKit/LayoutTests/accessibility/aria-tab-roles.html
|
| @@ -34,10 +34,10 @@
|
|
|
| debug("tabList.role = " + tabList.role);
|
| debug("tab1.role = " + tab1.role);
|
| - shouldBe("tab1.deprecatedTitle", "'AXTitle: Crust'");
|
| + shouldBe("tab1.name", "'Crust'");
|
| shouldBe("tab1.childrenCount", "0");
|
| debug("tab2.role = " + tab2.role);
|
| - shouldBe("tab2.deprecatedTitle", "'AXTitle: Veges'");
|
| + shouldBe("tab2.name", "'Veges'");
|
| debug("tabPanel.role = " + tabPanel.role);
|
| debug("tabPanel.subrole = " + tabPanel.subrole);
|
| }
|
|
|