Index: third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt |
index e3e2de368c5a45674d16b95fdeffd807940dc6d5..d6eef0829fd49943f4ab95d0ae27e66d952d994a 100644 |
--- a/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-ax-aria-attributes-expected.txt |
@@ -4,17 +4,17 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
Initial empty state |
-PASS focusedElementDescription() is "AXHelp: Month, AXValueDescription: blank, intValue:0, range:1-12" |
-PASS focusedElementDescription() is "AXHelp: Day, AXValueDescription: blank, intValue:0, range:1-31" |
-PASS focusedElementDescription() is "AXHelp: Year, AXValueDescription: blank, intValue:0, range:1-275760" |
+PASS focusedElementDescription() is "Month, AXValueDescription: blank, intValue:0, range:1-12" |
+PASS focusedElementDescription() is "Day, AXValueDescription: blank, intValue:0, range:1-31" |
+PASS focusedElementDescription() is "Year, AXValueDescription: blank, intValue:0, range:1-275760" |
Non-empty value |
-PASS focusedElementDescription() is "AXHelp: Month, AXValueDescription: 10, intValue:10, range:1-12" |
-PASS focusedElementDescription() is "AXHelp: Day, AXValueDescription: 09, intValue:9, range:1-31" |
-PASS focusedElementDescription() is "AXHelp: Year, AXValueDescription: 2012, intValue:2012, range:1-275760" |
+PASS focusedElementDescription() is "Month, AXValueDescription: 10, intValue:10, range:1-12" |
+PASS focusedElementDescription() is "Day, AXValueDescription: 09, intValue:9, range:1-31" |
+PASS focusedElementDescription() is "Year, AXValueDescription: 2012, intValue:2012, range:1-275760" |
Empty value |
-PASS focusedElementDescription() is "AXHelp: Year, AXValueDescription: blank, intValue:0, range:1-275760" |
-PASS focusedElementDescription() is "AXHelp: Day, AXValueDescription: blank, intValue:0, range:1-31" |
-PASS focusedElementDescription() is "AXHelp: Month, AXValueDescription: blank, intValue:0, range:1-12" |
+PASS focusedElementDescription() is "Year, AXValueDescription: blank, intValue:0, range:1-275760" |
+PASS focusedElementDescription() is "Day, AXValueDescription: blank, intValue:0, range:1-31" |
+PASS focusedElementDescription() is "Month, AXValueDescription: blank, intValue:0, range:1-12" |
PASS successfullyParsed is true |