| Index: third_party/WebKit/LayoutTests/animations/change-keyframes-name.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/change-keyframes-name.html b/third_party/WebKit/LayoutTests/animations/change-keyframes-name.html
|
| index b181aad9cc95b746042b2c142a63e00095f89e3a..909f7b16a1436c6ba4db90436e158f362d9cd956 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/change-keyframes-name.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/change-keyframes-name.html
|
| @@ -61,7 +61,9 @@
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
| }
|
| - setTimeout(change, 200);
|
| + requestAnimationFrame(() => {
|
| + requestAnimationFrame(change);
|
| + });
|
| }
|
|
|
| </script>
|
|
|