Sign in
chromium
/
codesearch
/
chromium
/
src
/
901b47f22c2070757a567c167eefc60dc0f6e149
/
.
/
third_party
/
blink
/
web_tests
/
wasm
/
instantiate_succeed.js
blob: 31e7e9fe1b71b44197aaa5263fee81772c722b6b [
file
] [
log
] [
blame
]
// 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.
test
(
function
()
{
assert_true
(
try_instantiate
());
},
"CSP allows WebAssembly"
)