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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/aria-tab-roles-expected.txt

Issue 1417213006: Switch all LayoutTests to use new AX name calculation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix canvas-fallback-content-labels-expected.txt Created 5 years, 1 month 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: 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

Powered by Google App Engine
This is Rietveld 408576698