Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / permissions / nacl_enabled / background.html
blob1600274ea1c48f14e8d4d574aef9d2aa934e37b5
1 <!--
2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. Use of this
3 * source code is governed by a BSD-style license that can be found in the
4 * LICENSE file.
5 -->
6 <script src="background.js"></script>
8 <h1>Native Client SRPC Simple Plugin</h1>
9 <p>
10 <embed name="nacl_module"
11 id="pluginobj"
12 width=0 height=0
13 src="bin/x86/srpc_hw.nexe"
14 type="application/x-nacl-srpc"
15 onload="OnNaClLoad()"
16 onfail="OnNaClFail()"
18 </p>