| Index: LayoutTests/css3/filters/crash-hw-sw-switch.html
|
| diff --git a/LayoutTests/css3/filters/crash-hw-sw-switch.html b/LayoutTests/css3/filters/crash-hw-sw-switch.html
|
| index 8a0772ed2eee34799e504d27de68906b96398585..f56cd608ab9fb30ff11620522eec1465c8b6766b 100644
|
| --- a/LayoutTests/css3/filters/crash-hw-sw-switch.html
|
| +++ b/LayoutTests/css3/filters/crash-hw-sw-switch.html
|
| @@ -13,7 +13,7 @@
|
| PASS if test does not crash or cause an ASSERT failure.
|
| <script>
|
| if (window.testRunner)
|
| - window.testRunner.dumpAsText(false);
|
| + window.testRunner.dumpAsText();
|
| // force a layout
|
| document.body.offsetTop;
|
| var img = document.getElementsByTagName('img')[0];
|
|
|