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

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

Powered by Google App Engine
This is Rietveld 408576698