Chromium Code Reviews| Index: LayoutTests/svg/custom/js-late-pattern-creation.svg |
| diff --git a/LayoutTests/svg/custom/js-late-pattern-creation.svg b/LayoutTests/svg/custom/js-late-pattern-creation.svg |
| index 4d1e4d30a3432ca28671a377a5e05e97a9d819a0..00ff515470774b5260306513904130ddeb4ddd2e 100644 |
| --- a/LayoutTests/svg/custom/js-late-pattern-creation.svg |
| +++ b/LayoutTests/svg/custom/js-late-pattern-creation.svg |
| @@ -10,7 +10,7 @@ |
| var content = document.getElementById("content"); |
| function repaintTest() { |
| - setTimeout(createPattern, 0); |
| + requestAnimationFrame(createPattern); |
| } |
| function createPattern() |