| Index: LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child.html
|
| diff --git a/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child.html b/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child.html
|
| index e346ab0b8bf96ec31d8a1cf74e5be814661abed8..fc9cc35e23e95f9b5ef1256b0f815d55b61eb00d 100644
|
| --- a/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child.html
|
| +++ b/LayoutTests/fast/repaint/fixed-to-relative-position-with-absolute-child.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 = 'relative';
|
|
|