blob: a34027c86b10089c511ab3bb43c5ad47ce05183c [file] [log] [blame]
// Copyright 2018 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.
(async function() {
TestRunner.addResult(`Tests that oopif iframes are rendered inline.\n`);
await TestRunner.loadModule('elements'); await TestRunner.loadTestModule('elements_test_runner');
await TestRunner.showPanel('elements');
// Save time on style updates.
ElementsTestRunner.ignoreSidebarUpdates();
await TestRunner.navigatePromise('resources/page-error.html');
ElementsTestRunner.expandElementsTree(() => {
ElementsTestRunner.dumpElementsTree();
TestRunner.completeTest();
});
})();