Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / month-multiple-fields / month-multiple-fields-ax-aria-attributes-expected.txt
blob9e58939a016f8ef77b1dee54d2191ac36aac3584
1 This test checks aria-help attribute of fields in multiple fields week input UI.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Non-empty value
7 PASS focusedElementDescription() is "AXHelp: Month, AXValueDescription: October, intValue:10, range:1-12"
8 PASS focusedElementDescription() is "AXHelp: Year, AXValueDescription: 2012, intValue:2012, range:1-275760"
9 Empty value
10 PASS focusedElementDescription() is "AXHelp: Year, AXValueDescription: blank, intValue:0, range:1-275760"
11 PASS focusedElementDescription() is "AXHelp: Month, AXValueDescription: blank, intValue:0, range:1-12"
13 PASS successfullyParsed is true
15 TEST COMPLETE