| Index: LayoutTests/compositing/repaint/invalidations-on-composited-layers.html
|
| diff --git a/LayoutTests/compositing/repaint/invalidations-on-composited-layers.html b/LayoutTests/compositing/repaint/invalidations-on-composited-layers.html
|
| index 9d91d0b96676bc062c0c34d059c49ca313c0a065..3d37e18b0325226ddc71431987bcfba2e86fb5b6 100644
|
| --- a/LayoutTests/compositing/repaint/invalidations-on-composited-layers.html
|
| +++ b/LayoutTests/compositing/repaint/invalidations-on-composited-layers.html
|
| @@ -37,7 +37,7 @@ This test checks that repaint testing works with composited layers.
|
| return;
|
| }
|
|
|
| - testRunner.dumpAsText(false);
|
| + testRunner.dumpAsText();
|
|
|
| var parent = document.getElementById('parent');
|
| var child = document.getElementById('child');
|
|
|