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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-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 test checks aria-help attribute of fields in multiple fields time input UI. 1 This test checks aria-help attribute of fields in multiple fields time input UI.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Non-empty value 6 Non-empty value
7 PASS focusedElementDescription() is "AXHelp: Hours, AXValueDescription: 12, intV alue:12, range:1-12" 7 PASS focusedElementDescription() is "Hours, AXValueDescription: 12, intValue:12, range:1-12"
8 PASS focusedElementDescription() is "AXHelp: Minutes, AXValueDescription: 34, in tValue:34, range:0-59" 8 PASS focusedElementDescription() is "Minutes, AXValueDescription: 34, intValue:3 4, range:0-59"
9 PASS focusedElementDescription() is "AXHelp: Seconds, AXValueDescription: 56, in tValue:56, range:0-59" 9 PASS focusedElementDescription() is "Seconds, AXValueDescription: 56, intValue:5 6, range:0-59"
10 PASS focusedElementDescription() is "AXHelp: Milliseconds, AXValueDescription: 7 89, intValue:789, range:0-999" 10 PASS focusedElementDescription() is "Milliseconds, AXValueDescription: 789, intV alue:789, range:0-999"
11 PASS focusedElementDescription() is "AXHelp: AM/PM, AXValueDescription: PM, intV alue:2, range:1-2" 11 PASS focusedElementDescription() is "AM/PM, AXValueDescription: PM, intValue:2, range:1-2"
12 Empty value 12 Empty value
13 PASS focusedElementDescription() is "AXHelp: AM/PM, AXValueDescription: blank, i ntValue:0, range:1-2" 13 PASS focusedElementDescription() is "AM/PM, AXValueDescription: blank, intValue: 0, range:1-2"
14 PASS focusedElementDescription() is "AXHelp: Milliseconds, AXValueDescription: b lank, intValue:0, range:0-999" 14 PASS focusedElementDescription() is "Milliseconds, AXValueDescription: blank, in tValue:0, range:0-999"
15 PASS focusedElementDescription() is "AXHelp: Seconds, AXValueDescription: blank, intValue:0, range:0-59" 15 PASS focusedElementDescription() is "Seconds, AXValueDescription: blank, intValu e:0, range:0-59"
16 PASS focusedElementDescription() is "AXHelp: Minutes, AXValueDescription: blank, intValue:0, range:0-59" 16 PASS focusedElementDescription() is "Minutes, AXValueDescription: blank, intValu e:0, range:0-59"
17 PASS focusedElementDescription() is "AXHelp: Hours, AXValueDescription: blank, i ntValue:0, range:1-12" 17 PASS focusedElementDescription() is "Hours, AXValueDescription: blank, intValue: 0, range:1-12"
18 18
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698