| Index: third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-root-frame-animates.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-root-frame-animates.html b/third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-root-frame-animates.html
|
| index 95f71855e99772958eef73c5299214fd66778880..9c13cc4681fe33b96dc94c216086244d5329922a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-root-frame-animates.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/scroll-behavior/overflow-scroll-root-frame-animates.html
|
| @@ -22,7 +22,7 @@ function runTest() {
|
| window.addEventListener("scroll", onWindowScroll);
|
|
|
| testRunner.layoutAndPaintAsyncThen(function() {
|
| - window.eventSender.keyDown('end');
|
| + window.eventSender.keyDown('End');
|
| });
|
| }
|
|
|
|
|