| Index: LayoutTests/fast/repaint/overflow-show.html
|
| diff --git a/LayoutTests/fast/repaint/overflow-show.html b/LayoutTests/fast/repaint/overflow-show.html
|
| index f3ccc7f72ceab18aef6f3e809dd2cd712b56f64b..dcad362724290d46a1d7dff8adecc774a033d713 100644
|
| --- a/LayoutTests/fast/repaint/overflow-show.html
|
| +++ b/LayoutTests/fast/repaint/overflow-show.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('overflowParent').style.overflow = "visible";
|
|
|