Index: LayoutTests/svg/animations/smil-leak-element-instances.svg |
diff --git a/LayoutTests/svg/animations/smil-leak-element-instances.svg b/LayoutTests/svg/animations/smil-leak-element-instances.svg |
index 7c2e715143e618ce58d251951527e857579236e2..183be326317068005632028a448c9f5f22731ac3 100644 |
--- a/LayoutTests/svg/animations/smil-leak-element-instances.svg |
+++ b/LayoutTests/svg/animations/smil-leak-element-instances.svg |
@@ -61,7 +61,8 @@ function startTest() { |
for (var i = 0; i < 100; i++) |
g.appendChild(createAnimatedRectInstance()); |
- setTimeout(cleanup, 0); |
+ // FIXME: we need a better way of waiting for chromium events to happen |
+ setTimeout(cleanup, 1); |
} |
function load() { |
@@ -73,7 +74,8 @@ function load() { |
return; |
} |
- setTimeout(startTest, 0); |
+ // FIXME: we need a better way of waiting for chromium events to happen |
+ setTimeout(startTest, 1); |
} |
]]> |
</script> |