chrome-devtools-frontend
Version:
Chrome DevTools UI
17 lines (13 loc) • 587 B
JavaScript
// Copyright 2020 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 '../test_runner/test_runner.js';
import '../../panels/elements/elements-legacy.js';
import '../../panels/animation/animation-legacy.js';
import './ElementsTestRunner.js';
import './EditDOMTestRunner.js';
import './SetOuterHTMLTestRunner.js';
import './ElementsPanelShadowSelectionOnRefreshTestRunner.js';
import './StylesUpdateLinksTestRunner.js';
const {ElementsTestRunner} = self;
export {ElementsTestRunner};