Index: LayoutTests/svg/custom/pending-resource-after-removal.xhtml |
diff --git a/LayoutTests/svg/custom/pending-resource-after-removal.xhtml b/LayoutTests/svg/custom/pending-resource-after-removal.xhtml |
index 9100804228ade013e35d1ba5fe06b59ef8523c28..5eca81b5da06143913f537b4119775485fec30c6 100644 |
--- a/LayoutTests/svg/custom/pending-resource-after-removal.xhtml |
+++ b/LayoutTests/svg/custom/pending-resource-after-removal.xhtml |
@@ -48,7 +48,8 @@ function updateFill() { |
function repaintTest() { |
updateFill(); |
- setTimeout("updateFill()", 0); |
+ // FIXME: we need a better way of waiting for layout/repainting to happen |
+ setTimeout("updateFill()", 1); |
} |
</script> |
<body onload="runRepaintAndPixelTest()"> |