Index: LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled.html |
diff --git a/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled.html b/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled.html |
index 3ea9ff1fff0855768bad2bbe88691c2a3bb7c9b4..90bdd93aa9b733c42ffbf16419789856a495da05 100644 |
--- a/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled.html |
+++ b/LayoutTests/fast/repaint/fixed-and-absolute-position-scrolled.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('container').style.position = 'static'; |