| Index: third_party/WebKit/Source/devtools/front_end/integration_test/IntegrationTest.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/integration_test/IntegrationTest.js b/third_party/WebKit/Source/devtools/front_end/integration_test/IntegrationTest.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..028a5382cd3d393b01f646b707f65dbc1531b979
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/devtools/front_end/integration_test/IntegrationTest.js
|
| @@ -0,0 +1,7 @@
|
| +// 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.
|
| +
|
| +runOnWindowLoad(function() {
|
| + self.runtime.loadModulePromise('integration_test_runner');
|
| +});
|
|
|