| Index: trunk/src/chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html
|
| ===================================================================
|
| --- trunk/src/chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html (revision 205338)
|
| +++ trunk/src/chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html (working copy)
|
| @@ -9,7 +9,7 @@
|
| <script type="text/javascript" src="nacltest.js"></script>
|
| </head>
|
| <body>
|
| -<h2>PNaCl Load Options Test</h2>
|
| +<h2>NaCl Load Test</h2>
|
| </body>
|
| <script>
|
|
|
| @@ -25,7 +25,7 @@
|
| var nmf_url = manifest_prefix + manifest_opt + ".nmf";
|
|
|
| embed.src = nmf_url;
|
| - embed.type = "application/x-pnacl";
|
| + embed.type = "application/x-nacl";
|
|
|
| embed.addEventListener("load", function(evt) {
|
| report({type: "Shutdown", message: "1 test passed.", passed: true});
|
|
|