Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/integration_test_runner.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/integration_test_runner.js b/third_party/WebKit/Source/devtools/front_end/integration_test_runner.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cf1d8f234624a78f4d5877ac2ed0359c91c46a44 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/devtools/front_end/integration_test_runner.js |
| @@ -0,0 +1,9 @@ |
| +// Copyright 2017 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| +if (self.testRunner) { |
|
dgozman
2017/06/19 22:55:52
nit: blank line
chenwilliam
2017/06/19 23:48:17
Done.
|
| + testRunner.dumpAsText(); |
| + testRunner.waitUntilDone(); |
| +} |
| + |
| +Runtime.startApplication('integration_test_runner'); |