| Index: LayoutTests/compositing/fixed-position-changed-within-composited-parent-layer.html
|
| diff --git a/LayoutTests/compositing/fixed-position-changed-within-composited-parent-layer.html b/LayoutTests/compositing/fixed-position-changed-within-composited-parent-layer.html
|
| index a48944cc505c3919787b7ed34851a705a7734d55..074d60945d65ca060fb3326ab6ed8f0811293efa 100755
|
| --- a/LayoutTests/compositing/fixed-position-changed-within-composited-parent-layer.html
|
| +++ b/LayoutTests/compositing/fixed-position-changed-within-composited-parent-layer.html
|
| @@ -12,7 +12,7 @@
|
| </style>
|
| <script type="text/javascript">
|
| if (window.testRunner)
|
| - testRunner.dumpAsText(true);
|
| + testRunner.dumpAsTextWithPixelResults();
|
| function moveFixedDiv()
|
| {
|
| document.getElementById('fixedDiv').style.top = '200px';
|
|
|