Index: LayoutTests/fast/repaint/nested-iframe-scroll-outer.html |
diff --git a/LayoutTests/fast/repaint/nested-iframe-scroll-outer.html b/LayoutTests/fast/repaint/nested-iframe-scroll-outer.html |
index dbf4c048a4d1da01147be5b722e0726d097ec5cb..f85a1be4c14f4dc4598909987614e94a33420302 100644 |
--- a/LayoutTests/fast/repaint/nested-iframe-scroll-outer.html |
+++ b/LayoutTests/fast/repaint/nested-iframe-scroll-outer.html |
@@ -4,7 +4,7 @@ |
<script src="resources/repaint.js" type="text/javascript"></script> |
<script type="text/javascript"> |
if (window.testRunner) |
- testRunner.dumpAsText(true); |
+ testRunner.dumpAsTextWithPixelResults(); |
function repaintTest() |
{ |
document.getElementById('iframe').contentWindow.scrollTo(200, 200); |