blob: 68c2e7b8ec96dab1db38742f6f6b0d466ab456f4 [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.
Tests loading Wasm with no CSP specified.
-->
<!DOCTYPE html>
<html>
<head>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="instantiate_empty.js"></script>
<script src="instantiate_succeed.js"></script>
</head>
</html>