Chromium Code Reviews| Index: LayoutTests/http/tests/resources/testharnessreport.js |
| diff --git a/LayoutTests/http/tests/resources/testharnessreport.js b/LayoutTests/http/tests/resources/testharnessreport.js |
| index 91f3d4fe2c75a4bc8ae01a5b5aa9d8830967e6f7..57793a3d1b5e8595297f7ec8b3a78f73a44ca33e 100644 |
| --- a/LayoutTests/http/tests/resources/testharnessreport.js |
| +++ b/LayoutTests/http/tests/resources/testharnessreport.js |
| @@ -16,6 +16,8 @@ |
| if (self.testRunner) { |
| testRunner.dumpAsText(); |
| testRunner.waitUntilDone(); |
| + testRunner.setCanOpenWindows(); |
|
jsbell
2015/07/01 22:33:15
Some of the new webstorage tests pop open windows.
|
| + testRunner.setCloseRemainingWindowsWhenComplete(true); |
| } |
| // Function used to convert the test status code into |