Index: LayoutTests/fast/canvas/canvas-before-css.html |
diff --git a/LayoutTests/fast/canvas/canvas-before-css.html b/LayoutTests/fast/canvas/canvas-before-css.html |
index 550ef152b4efe5b6693f4489b59b91c1b433b571..51b562b5b75908ff1eccfbbb8de47acb09c57e21 100644 |
--- a/LayoutTests/fast/canvas/canvas-before-css.html |
+++ b/LayoutTests/fast/canvas/canvas-before-css.html |
@@ -6,9 +6,6 @@ |
<p>If the canvas below is black, then we managed to draw before loading stylesheets. Hooray!</p> |
<canvas id="mycanvas" width="400" height="200"></canvas> |
<script type="application/x-javascript"> |
- if (window.testRunner) |
- testRunner.dumpAsTextWithPixelResults(); |
- |
var canvas = document.getElementById("mycanvas"); |
canvas.getContext("2d").fillRect(0, 0, canvas.width, canvas.height); |
</script> |