Index: LayoutTests/fast/css/font-face-css-change-while-loading.html |
diff --git a/LayoutTests/fast/css/font-face-css-change-while-loading.html b/LayoutTests/fast/css/font-face-css-change-while-loading.html |
index bb985543bcd4bb0cbed11f464d4edb8f86f802d8..8ef213f21e548cf9072118449596c1e1a2f524a2 100644 |
--- a/LayoutTests/fast/css/font-face-css-change-while-loading.html |
+++ b/LayoutTests/fast/css/font-face-css-change-while-loading.html |
@@ -35,7 +35,8 @@ function finish() { |
} |
onload = function() { |
- setTimeout(runTest, 0); |
+ // FIXME: we need a better way of waiting for chromium events to happen |
+ setTimeout(runTest, 1); |
} |
</script> |
<p>You should see a black rectangle below.</p> |