Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / native_client / test.html
blob683a1f6078c0464ddb08b4b9eebf49e0221a4147
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 <html>
7 <!--
8 This test file causes Chrome to attempt to create the NaCl plugin as a simple
9 embed and as a content type handler. The script allows the test to check if
10 the plugin was created or blocked in either case.
11 -->
12 <head>
13 <title>Native Client CWS Restriction</title>
15 <script src="test.js"></script>
17 </head>
18 <body>
19 <script src="test2.js"></script>
20 <embed id="embedded"
21 class="naclModule"
22 type="application/x-nacl"
23 src="dummy.nmf">
24 </embed>
25 <embed id="content_handler"
26 class="naclModule"
27 type="application/pdf"
28 src="test.pdf">
29 </embed>
30 </body>
31 </html>