blob: e5c24d6b48597885fbd9d57e93e5be3c66ba354f [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.
(async function() {
TestRunner.addResult(`This test validates initial set of loaded modules.\n`);
TestRunner.dumpLoadedModules();
TestRunner.completeTest();
})();