// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/extensions/extension_browsertest.h" #include "content/public/test/browser_test.h" Extension; // Test ensures that Wasm can run in Chrome Apps. namespace { WasmAppTest; IN_PROC_BROWSER_TEST_F(WasmAppTest, InstantiateWasmFromFetch) { … } IN_PROC_BROWSER_TEST_F(WasmAppTest, InstantiateWasmFromArrayBuffer) { … } } // namespace