blob: df87b37d6cc0c157d1b2c96d1660796bffa09f21 [file] [log] [blame]
// 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.
import './devtools_app.js';
import './accessibility/accessibility-legacy.js';
import './animation/animation-legacy.js';
import './bindings/bindings-legacy.js';
import './color_picker/color_picker-legacy.js';
import * as Startup from './startup/startup.js';
if (self.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
Startup.RuntimeInstantiator.startApplication('integration_test_runner');