| Index: LayoutTests/fast/js/resources/js-test-pre.js
|
| diff --git a/LayoutTests/fast/js/resources/js-test-pre.js b/LayoutTests/fast/js/resources/js-test-pre.js
|
| index aed7e2195b3e12f6b3e7821e8822ebe22823f4c4..bb127d411d0b97231507c15c4e2246c1913618c9 100644
|
| --- a/LayoutTests/fast/js/resources/js-test-pre.js
|
| +++ b/LayoutTests/fast/js/resources/js-test-pre.js
|
| @@ -1,6 +1,10 @@
|
| // svg/dynamic-updates tests set enablePixelTesting=true, as we want to dump text + pixel results
|
| -if (self.testRunner)
|
| - testRunner.dumpAsText(self.enablePixelTesting);
|
| +if (self.testRunner) {
|
| + if (self.enablePixelTesting)
|
| + testRunner.dumpAsTextWithPixelResults();
|
| + else
|
| + testRunner.dumpAsText();
|
| +}
|
|
|
| var description, debug, successfullyParsed, errorMessage;
|
|
|
|
|