| Index: third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html b/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html
|
| index a7a8b3b1f1bd6db9d44406605ee19382660e88fd..e03b888a1d7b76bb291c27ca3797b009ce4d8db5 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-ax-aria-attributes.html
|
| @@ -27,10 +27,10 @@ else {
|
|
|
| debug('Empty value');
|
| eventSender.keyDown('Backspace');
|
| - shouldBeEqualToString('focusedFieldValueDescription()', 'Year, AXValueDescription: blank, 1, 275760');
|
| + shouldBeEqualToString('focusedFieldValueDescription()', 'Year, AXValueDescription: ----, 1, 275760');
|
| eventSender.keyDown('\t', ['shiftKey']);
|
| eventSender.keyDown('Backspace');
|
| - shouldBeEqualToString('focusedFieldValueDescription()', 'Week, AXValueDescription: blank, 1, 53');
|
| + shouldBeEqualToString('focusedFieldValueDescription()', 'Week, AXValueDescription: --, 1, 53');
|
|
|
| debug('');
|
| testInput.remove();
|
|
|