| Index: third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html b/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html
|
| index fc53951d5fe80af6386872db74ebfb64385a70e2..83d4a8322df47fe0aad5e23dcf96aa4f4fcfc02c 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-ax-aria-attributes.html
|
| @@ -42,19 +42,19 @@ keyDown('\t');
|
| checkFocusedElementAXAttributes('AM/PM, AXValueDescription: PM, intValue:2, range:1-2');
|
|
|
| debug('Empty value');
|
| -keyDown('\b');
|
| +keyDown('Backspace');
|
| checkFocusedElementAXAttributes('AM/PM, AXValueDescription: blank, intValue:0, range:1-2');
|
| keyDown('\t', ['shiftKey']);
|
| -keyDown('\b');
|
| +keyDown('Backspace');
|
| checkFocusedElementAXAttributes('Milliseconds, AXValueDescription: blank, intValue:0, range:0-999');
|
| keyDown('\t', ['shiftKey']);
|
| -keyDown('\b');
|
| +keyDown('Backspace');
|
| checkFocusedElementAXAttributes('Seconds, AXValueDescription: blank, intValue:0, range:0-59');
|
| keyDown('\t', ['shiftKey']);
|
| -keyDown('\b');
|
| +keyDown('Backspace');
|
| checkFocusedElementAXAttributes('Minutes, AXValueDescription: blank, intValue:0, range:0-59');
|
| keyDown('\t', ['shiftKey']);
|
| -keyDown('\b');
|
| +keyDown('Backspace');
|
| checkFocusedElementAXAttributes('Hours, AXValueDescription: blank, intValue:0, range:1-12');
|
|
|
| debug('');
|
|
|