Index: LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html |
diff --git a/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html b/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html |
index 745d8561047ebf6c13f706e3bca9b605b5dd3657..832178f0fd374b79fe7e29044fa57b732a9aadd7 100644 |
--- a/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html |
+++ b/LayoutTests/compositing/iframes/repaint-after-losing-scrollbars.html |
@@ -34,7 +34,7 @@ function test() { |
document.getElementById("both").contentDocument.body.classList.add("wide"); // bottom iframe starts with both |
document.getElementById("both").contentDocument.body.classList.add("tall"); // vertical and horizontal scrollbars |
if (window.testRunner) { |
- testRunner.dumpAsText(true); |
+ testRunner.dumpAsTextWithPixelResults(); |
testRunner.display(); // Paint once with all overflow controls visible. |
finishTest(); |
} else |