chromium/third_party/blink/web_tests/wasm/csp_self.html

<!--
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.
-->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="instantiate_empty.js"></script>
<script src="instantiate_fail.js"></script>
</head>
</html>