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..858239200fe53054c9c45f2e3b08025d41a5c5e8 100644 |
--- a/LayoutTests/svg/custom/js-late-gradient-creation.svg |
+++ b/LayoutTests/svg/custom/js-late-gradient-creation.svg |
@@ -10,7 +10,8 @@ |
var content = document.getElementById("content"); |
function repaintTest() { |
- setTimeout(createGradient, 0); |
+ // FIXME: we need a better way of waiting for layout/repainting to happen |
+ setTimeout(createGradient, 1); |
} |
function createGradient() |