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

Side by Side 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 unified diff | Download patch
OLDNEW
1 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. 1 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.
2 2
3 Delta Eta Eta Using aria-labelledby Using aria-labeledby 3 Delta Eta Eta Using aria-labelledby Using aria-labeledby
4 usingLabelledby.deprecatedTitle: [AXTitle: Delta] 4 usingLabelledby.name: [Using aria-labelledby]
5 usingLabelledby.deprecatedDescription: [AXDescription: Using aria-labelledby] 5 usingLabeledby.name: [Using aria-labeledby]
6 usingLabeledby.deprecatedTitle: [AXTitle: Eta] 6 usingLabeledbyAndLabelledby.name: [Using aria-labelledby]
7 usingLabeledby.deprecatedDescription: [AXDescription: Using aria-labeledby]
8 usingLabeledbyAndLabelledby.deprecatedTitle: [AXTitle: Eta]
9 usingLabeledbyAndLabelledby.deprecatedDescription: [AXDescription: Using aria-la belledby]
10 7
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698