| Index: third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html b/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html
|
| index d89bbfa8144a106a3fb3661fe063eb2ef1587bb3..0df2fabcbf6f10e62904e1063e058227d582271a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/forms/time-multiple-fields/time-multiple-fields-focus-style.html
|
| @@ -40,7 +40,7 @@ for (var index = 0; index < fields.length; ++index) {
|
| var style = getComputedStyle(field);
|
| shouldBe('"' + id + '"; style.backgroundColor', 'highlight');
|
| shouldBe('"' + id + '"; style.color', 'highlighttext');
|
| - keyDown('rightArrow');
|
| + keyDown('ArrowRight');
|
| }
|
| debug('');
|
| testInput.parentElement.removeChild(testInput);
|
|
|