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

Side by Side Diff: LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes-expected.txt

Issue 12086056: Merge 140803 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 10 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 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 focusedFieldValueDescription() is "AXHelp: Hours, AXValueDescription: 12, 1 , 12" 7 PASS focusedElementDescription() is "AXHelp: Hours, AXValueDescription: 12, intV alue:12, range:1-12"
8 PASS focusedFieldValueDescription() is "AXHelp: Minutes, AXValueDescription: 34, 0, 59" 8 PASS focusedElementDescription() is "AXHelp: Minutes, AXValueDescription: 34, in tValue:34, range:0-59"
9 PASS focusedFieldValueDescription() is "AXHelp: Seconds, AXValueDescription: 56, 0, 59" 9 PASS focusedElementDescription() is "AXHelp: Seconds, AXValueDescription: 56, in tValue:56, range:0-59"
10 PASS focusedFieldValueDescription() is "AXHelp: Milliseconds, AXValueDescription : 789, 0, 999" 10 PASS focusedElementDescription() is "AXHelp: Milliseconds, AXValueDescription: 7 89, intValue:789, range:0-999"
11 PASS focusedFieldValueDescription() is "AXHelp: AM/PM, AXValueDescription: PM, 1 , 2" 11 PASS focusedElementDescription() is "AXHelp: AM/PM, AXValueDescription: PM, intV alue:2, range:1-2"
12 Empty value 12 Empty value
13 PASS focusedFieldValueDescription() is "AXHelp: AM/PM, AXValueDescription: blank , 1, 2" 13 PASS focusedElementDescription() is "AXHelp: AM/PM, AXValueDescription: blank, i ntValue:0, range:1-2"
14 PASS focusedFieldValueDescription() is "AXHelp: Milliseconds, AXValueDescription : blank, 0, 999" 14 PASS focusedElementDescription() is "AXHelp: Milliseconds, AXValueDescription: b lank, intValue:0, range:0-999"
15 PASS focusedFieldValueDescription() is "AXHelp: Seconds, AXValueDescription: bla nk, 0, 59" 15 PASS focusedElementDescription() is "AXHelp: Seconds, AXValueDescription: blank, intValue:0, range:0-59"
16 PASS focusedFieldValueDescription() is "AXHelp: Minutes, AXValueDescription: bla nk, 0, 59" 16 PASS focusedElementDescription() is "AXHelp: Minutes, AXValueDescription: blank, intValue:0, range:0-59"
17 PASS focusedFieldValueDescription() is "AXHelp: Hours, AXValueDescription: blank , 1, 12" 17 PASS focusedElementDescription() is "AXHelp: Hours, AXValueDescription: blank, i ntValue: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