| Index: LayoutTests/http/tests/w3c/resources/testharnessreport.js
|
| diff --git a/LayoutTests/http/tests/w3c/resources/testharnessreport.js b/LayoutTests/http/tests/w3c/resources/testharnessreport.js
|
| index 91f3d4fe2c75a4bc8ae01a5b5aa9d8830967e6f7..57793a3d1b5e8595297f7ec8b3a78f73a44ca33e 100644
|
| --- a/LayoutTests/http/tests/w3c/resources/testharnessreport.js
|
| +++ b/LayoutTests/http/tests/w3c/resources/testharnessreport.js
|
| @@ -16,6 +16,8 @@
|
| if (self.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
| + testRunner.setCanOpenWindows();
|
| + testRunner.setCloseRemainingWindowsWhenComplete(true);
|
| }
|
|
|
| // Function used to convert the test status code into
|
|
|