| Index: third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html b/third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html
|
| index 9ee74ff2576542e116c6f44adba9f6b6b7fdd03b..d99b199e54981f7670b44c046b67ea543b65c2ff 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/month-multiple-fields/month-multiple-fields-ax-aria-attributes.html
|
| @@ -22,10 +22,10 @@ else {
|
|
|
| debug('Empty value');
|
| eventSender.keyDown('Backspace');
|
| - checkFocusedElementAXAttributes('Year, AXValueDescription: blank, intValue:0, range:1-275760');
|
| + checkFocusedElementAXAttributes('Year, AXValueDescription: ----, intValue:0, range:1-275760');
|
| eventSender.keyDown('\t', ['shiftKey']);
|
| eventSender.keyDown('Backspace');
|
| - checkFocusedElementAXAttributes('Month, AXValueDescription: blank, intValue:0, range:1-12');
|
| + checkFocusedElementAXAttributes('Month, AXValueDescription: ---------, intValue:0, range:1-12');
|
|
|
| debug('');
|
| testInput.remove();
|
|
|