Index: LayoutTests/fast/canvas/font-update.html |
diff --git a/LayoutTests/fast/canvas/font-update.html b/LayoutTests/fast/canvas/font-update.html |
index 6b93a95103f19ac144629dc17534f0b14d41bc51..1ab8b33b51d42eff1d4a231bdbc8bd90f3510613 100644 |
--- a/LayoutTests/fast/canvas/font-update.html |
+++ b/LayoutTests/fast/canvas/font-update.html |
@@ -14,7 +14,6 @@ |
ctx.fillStyle = "green"; |
canvas.parentNode.removeChild(canvas); |
if (window.testRunner) { |
- testRunner.dumpAsTextWithPixelResults(); |
testRunner.waitUntilDone(); |
} |
Stephen White
2014/03/05 21:29:33
Nit: weird formatting (not new to this patch). Cou
|
setTimeout(function() |