| Index: LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html
|
| diff --git a/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html b/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html
|
| index cecbc57da3aab171b9d6a657ed9e19785f3f169e..56ccde01ea6a25e7a4a631449af55a7a76d876f5 100755
|
| --- a/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html
|
| +++ b/LayoutTests/compositing/absolute-position-changed-with-composited-parent-layer.html
|
| @@ -13,7 +13,7 @@
|
| </style>
|
| <script type="text/javascript">
|
| if (window.testRunner)
|
| - testRunner.dumpAsText(true);
|
| + testRunner.dumpAsTextWithPixelResults();
|
| function moveAbsoluteDiv()
|
| {
|
| document.getElementById('absoluteDiv').style.top = '700px';
|
|
|