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

Unified Diff: LayoutTests/accessibility/aria-labelledby-overrides-aria-label-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-labelledby-overrides-aria-label-expected.txt
diff --git a/LayoutTests/accessibility/aria-labelledby-overrides-aria-label-expected.txt b/LayoutTests/accessibility/aria-labelledby-overrides-aria-label-expected.txt
index 50c759e3219208677bee3ae75295d4f017f66bff..cff61a3d55a26d07caa9470ac8d4c96bd6a94dc5 100644
--- a/LayoutTests/accessibility/aria-labelledby-overrides-aria-label-expected.txt
+++ b/LayoutTests/accessibility/aria-labelledby-overrides-aria-label-expected.txt
@@ -1,12 +1,12 @@
This tests that if aria-labelledby is used, then aria-label attributes are not used.
Alpha Beta Delta Eta Epsilon Theta
-usingNone.title: [AXTitle: Alpha]
-usingNone.description: [AXDescription: ]
-usingLabel.title: [AXTitle: Beta]
-usingLabel.description: [AXDescription: Gamma]
-usingLabelledby.title: [AXTitle: Delta]
-usingLabelledby.description: [AXDescription: Epsilon]
-usingLabeledby.title: [AXTitle: Eta]
-usingLabeledby.description: [AXDescription: Theta]
+usingNone.deprecatedTitle: [AXTitle: Alpha]
+usingNone.deprecatedDescription: [AXDescription: ]
+usingLabel.deprecatedTitle: [AXTitle: Beta]
+usingLabel.deprecatedDescription: [AXDescription: Gamma]
+usingLabelledby.deprecatedTitle: [AXTitle: Delta]
+usingLabelledby.deprecatedDescription: [AXDescription: Epsilon]
+usingLabeledby.deprecatedTitle: [AXTitle: Eta]
+usingLabeledby.deprecatedDescription: [AXDescription: Theta]

Powered by Google App Engine
This is Rietveld 408576698