Index: LayoutTests/compositing/overflow/overflow-hidden-canvas-layer.html |
diff --git a/LayoutTests/compositing/overflow/overflow-hidden-canvas-layer.html b/LayoutTests/compositing/overflow/overflow-hidden-canvas-layer.html |
index eba448ec6f4d9cb22b30960fdac5645b94b520bc..48999ab503ff618d0edbcba39f0c674733965d26 100644 |
--- a/LayoutTests/compositing/overflow/overflow-hidden-canvas-layer.html |
+++ b/LayoutTests/compositing/overflow/overflow-hidden-canvas-layer.html |
@@ -14,7 +14,7 @@ |
function drawCanvas() |
{ |
if (window.testRunner) |
- testRunner.dumpAsText(true); |
+ testRunner.dumpAsTextWithPixelResults(); |
var canvas = document.getElementById("clippedCanvas"); |
var context = canvas.getContext("2d"); |
context.fillStyle = "red"; |