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