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