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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This tests that if aria-labelledby is used, then aria-label attributes are not u sed. 1 This tests that if aria-labelledby is used, then aria-label attributes are not u sed.
2 2
3 Alpha Beta Delta Eta Epsilon Theta 3 Alpha Beta Delta Eta Epsilon Theta
4 usingNone.deprecatedTitle: [AXTitle: Alpha] 4 usingNone.name: [Alpha]
5 usingNone.deprecatedDescription: [AXDescription: ] 5 usingLabel.name: [Gamma]
6 usingLabel.deprecatedTitle: [AXTitle: Beta] 6 usingLabelledby.name: [Epsilon]
7 usingLabel.deprecatedDescription: [AXDescription: Gamma] 7 usingLabeledby.name: [Theta]
8 usingLabelledby.deprecatedTitle: [AXTitle: Delta]
9 usingLabelledby.deprecatedDescription: [AXDescription: Epsilon]
10 usingLabeledby.deprecatedTitle: [AXTitle: Eta]
11 usingLabeledby.deprecatedDescription: [AXDescription: Theta]
12 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698