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

Side by Side Diff: third_party/WebKit/LayoutTests/accessibility/aria-labelledby-overrides-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: refactor stringValueOfControl 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 Shut down computer after minutes 1 Shut down computer after minutes
2 This tests that if aria-labelledby is used, then label elements are not used 2 This tests that if aria-labelledby is used, then label elements are not used
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 PASS text.deprecatedDescription is 'AXDescription: Shut down computer after 10 m inutes' 7 PASS text.name is 'Shut down computer after 10 minutes'
8 PASS text.deprecatedTitleUIElement() != null && text.deprecatedTitleUIElement(). isValid is false 8 PASS firstNameElement.role is 'AXRole: AXUnknown'
9 Label element role is: AXRole: AXLabel 9 Label element role is: AXRole: AXLabel
10 PASS successfullyParsed is true 10 PASS successfullyParsed is true
11 11
12 TEST COMPLETE 12 TEST COMPLETE
13 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698