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

Unified Diff: LayoutTests/accessibility/aria-tab-roles.html

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 side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « LayoutTests/accessibility/aria-option-role-expected.txt ('k') | LayoutTests/accessibility/aria-tab-roles-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698