blob: 896d7f5d8b661b8c231687c9af989fb8979bcfa4 [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.
-->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'wasm-eval';">
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="instantiate_empty.js"></script>
<!-- For now the 'wasm-eval' flag should not have an effect outside of Chrome
Apps. This flag will likely be standardized in the future, at which point this
behavior will change. -->
<script src="instantiate_fail.js"></script>
</head>
</html>