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

Side by Side 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 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.title: [AXTitle: Alpha] 4 usingNone.deprecatedTitle: [AXTitle: Alpha]
5 usingNone.description: [AXDescription: ] 5 usingNone.deprecatedDescription: [AXDescription: ]
6 usingLabel.title: [AXTitle: Beta] 6 usingLabel.deprecatedTitle: [AXTitle: Beta]
7 usingLabel.description: [AXDescription: Gamma] 7 usingLabel.deprecatedDescription: [AXDescription: Gamma]
8 usingLabelledby.title: [AXTitle: Delta] 8 usingLabelledby.deprecatedTitle: [AXTitle: Delta]
9 usingLabelledby.description: [AXDescription: Epsilon] 9 usingLabelledby.deprecatedDescription: [AXDescription: Epsilon]
10 usingLabeledby.title: [AXTitle: Eta] 10 usingLabeledby.deprecatedTitle: [AXTitle: Eta]
11 usingLabeledby.description: [AXDescription: Theta] 11 usingLabeledby.deprecatedDescription: [AXDescription: Theta]
12 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698