3 Copyright (c) 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
8 <title>NaCl Cross-origin Test
</title>
11 <h2>NaCl Cross-origin Test
</h2>
13 <script type=
"text/javascript" src=
"../load_util.js"></script>
17 var embed
= load_util
.crossOriginEmbed("fail.nmf");
18 // Can't load a cross-origin manifest without CORS.
19 load_util
.expectLoadFailure(embed
, "access to manifest url was denied.");
20 document
.body
.appendChild(embed
);