Index: LayoutTests/fast/canvas/draw-custom-focus-ring.html |
diff --git a/LayoutTests/fast/canvas/draw-custom-focus-ring.html b/LayoutTests/fast/canvas/draw-custom-focus-ring.html |
index 1e333cdbb7fc8cced27acadf0efcef2b0943b16c..1c9163271c007420d98efb504963fe43820fd5ee 100644 |
--- a/LayoutTests/fast/canvas/draw-custom-focus-ring.html |
+++ b/LayoutTests/fast/canvas/draw-custom-focus-ring.html |
@@ -10,7 +10,7 @@ |
</canvas> |
<script> |
if (window.testRunner) |
- testRunner.dumpAsText(false); |
+ testRunner.dumpAsText(); |
window.button1 = document.getElementById("button1"); |
window.button2 = document.getElementById("button2"); |