| Index: LayoutTests/fast/repaint/nested-iframe-scroll-inner.html
|
| diff --git a/LayoutTests/fast/repaint/nested-iframe-scroll-inner.html b/LayoutTests/fast/repaint/nested-iframe-scroll-inner.html
|
| index b2268a244113d4a2f51dcf459a8cae6a2831997f..d68163ba4958f311899e62ce3f070ad891a1aa41 100644
|
| --- a/LayoutTests/fast/repaint/nested-iframe-scroll-inner.html
|
| +++ b/LayoutTests/fast/repaint/nested-iframe-scroll-inner.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').contentDocument.getElementById('iframe').contentWindow.scrollTo(200, 200);
|
|
|