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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/accessibility/aria-tab-roles-expected.txt
diff --git a/LayoutTests/accessibility/aria-tab-roles-expected.txt b/LayoutTests/accessibility/aria-tab-roles-expected.txt
index f4ddc68e5013d5a66b77d196bec81f7b09d92770..279579df8f2168ec2436295e45391678cbfaa760 100644
--- a/LayoutTests/accessibility/aria-tab-roles-expected.txt
+++ b/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.title is 'AXTitle: Crust'
+PASS tab1.deprecatedTitle is 'AXTitle: Crust'
PASS tab1.childrenCount is 0
tab2.role = AXRole: AXTab
-PASS tab2.title is 'AXTitle: Veges'
+PASS tab2.deprecatedTitle is 'AXTitle: Veges'
tabPanel.role = AXRole: AXTabPanel
tabPanel.subrole = undefined
PASS successfullyParsed is true
« 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