| Index: LayoutTests/svg/custom/js-late-gradient-creation.svg
|
| diff --git a/LayoutTests/svg/custom/js-late-gradient-creation.svg b/LayoutTests/svg/custom/js-late-gradient-creation.svg
|
| index b80948b7db7438a932eeb996201fbe53d95f33c5..3338ed834d8623298a2df64281ab2826dab5d36a 100644
|
| --- a/LayoutTests/svg/custom/js-late-gradient-creation.svg
|
| +++ b/LayoutTests/svg/custom/js-late-gradient-creation.svg
|
| @@ -10,7 +10,7 @@
|
| var content = document.getElementById("content");
|
|
|
| function repaintTest() {
|
| - setTimeout(createGradient, 0);
|
| + requestAnimationFrame(createGradient);
|
| }
|
|
|
| function createGradient()
|
|
|