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

Unified Diff: third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-aria-labeledby-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-labeledby-expected.txt
diff --git a/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-aria-labeledby-expected.txt b/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-aria-labeledby-expected.txt
index 0c6a87f50f25a180bb27dbca96268fcf60fb37b6..7695254f905ae4858534cf81dcf3574e9a754b3e 100644
--- a/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-aria-labeledby-expected.txt
+++ b/third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-aria-labeledby-expected.txt
@@ -1,10 +1,7 @@
This tests that if both aria-labeledby and aria-labelledby are used (for reasons best known to the page author), then aria-labelledby is preferred.
Delta Eta Eta Using aria-labelledby Using aria-labeledby
-usingLabelledby.deprecatedTitle: [AXTitle: Delta]
-usingLabelledby.deprecatedDescription: [AXDescription: Using aria-labelledby]
-usingLabeledby.deprecatedTitle: [AXTitle: Eta]
-usingLabeledby.deprecatedDescription: [AXDescription: Using aria-labeledby]
-usingLabeledbyAndLabelledby.deprecatedTitle: [AXTitle: Eta]
-usingLabeledbyAndLabelledby.deprecatedDescription: [AXDescription: Using aria-labelledby]
+usingLabelledby.name: [Using aria-labelledby]
+usingLabeledby.name: [Using aria-labeledby]
+usingLabeledbyAndLabelledby.name: [Using aria-labelledby]

Powered by Google App Engine
This is Rietveld 408576698