| Index: LayoutTests/svg/animations/smil-leak-element-instances-noBaseValRef.svg
|
| diff --git a/LayoutTests/svg/animations/smil-leak-element-instances-noBaseValRef.svg b/LayoutTests/svg/animations/smil-leak-element-instances-noBaseValRef.svg
|
| index 18598b3781e2e66b0947552bfc9c1842cbf685d9..5053d0056f214df3b5da01b9f0dbfb534d68d406 100644
|
| --- a/LayoutTests/svg/animations/smil-leak-element-instances-noBaseValRef.svg
|
| +++ b/LayoutTests/svg/animations/smil-leak-element-instances-noBaseValRef.svg
|
| @@ -59,7 +59,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() {
|
| @@ -71,7 +72,8 @@ function load() {
|
| return;
|
| }
|
|
|
| - setTimeout(startTest, 0);
|
| + // FIXME: we need a better way of waiting for chromium events to happen
|
| + setTimeout(startTest, 1);
|
| }
|
| ]]>
|
| </script>
|
|
|