| Index: third_party/WebKit/LayoutTests/animations/composited-with-hit-testing.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/composited-with-hit-testing.html b/third_party/WebKit/LayoutTests/animations/composited-with-hit-testing.html
|
| index 4bf078c1815024afc900d2526f86353c9cdd9a89..d25e239002008d81dd5c1619b902dca058e9a52d 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/composited-with-hit-testing.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/composited-with-hit-testing.html
|
| @@ -15,7 +15,7 @@ requestAnimationFrame(function() {
|
| {transform: 'translateX(0px)'},
|
| {transform: 'translateX(1000px)'},
|
| ], 1000);
|
| - setTimeout(function() {
|
| + requestAnimationFrame(function() {
|
| eventSender.mouseMoveTo(1, 1);
|
| eventSender.mouseMoveTo(1, 2);
|
| anim.pause();
|
|
|