Index: LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt |
=================================================================== |
--- LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt (revision 141200) |
+++ LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes-expected.txt (working copy) |
@@ -4,11 +4,11 @@ |
Non-empty value |
-PASS focusedFieldValueDescription() is "AXHelp: Month, AXValueDescription: October, 1, 12" |
-PASS focusedFieldValueDescription() is "AXHelp: Year, AXValueDescription: 2012, 1, 275760" |
+PASS focusedElementDescription() is "AXHelp: Month, AXValueDescription: October, intValue:10, range:1-12" |
+PASS focusedElementDescription() is "AXHelp: Year, AXValueDescription: 2012, intValue:2012, range:1-275760" |
Empty value |
-PASS focusedFieldValueDescription() is "AXHelp: Year, AXValueDescription: blank, 1, 275760" |
-PASS focusedFieldValueDescription() is "AXHelp: Month, AXValueDescription: blank, 1, 12" |
+PASS focusedElementDescription() is "AXHelp: Year, AXValueDescription: blank, intValue:0, range:1-275760" |
+PASS focusedElementDescription() is "AXHelp: Month, AXValueDescription: blank, intValue:0, range:1-12" |
PASS successfullyParsed is true |