| Index: trunk/src/chrome/test/data/nacl/nacl_load_test.html
|
| ===================================================================
|
| --- trunk/src/chrome/test/data/nacl/nacl_load_test.html (revision 205338)
|
| +++ trunk/src/chrome/test/data/nacl/nacl_load_test.html (working copy)
|
| @@ -10,7 +10,6 @@
|
| <body>
|
| <h2>NaCl Load Test</h2>
|
| </body>
|
| -<script type="text/javascript" src="nacltest.js"> </script>
|
| <script>
|
|
|
| function report(msg) {
|
| @@ -24,9 +23,6 @@
|
| var embed = document.createElement("embed");
|
| embed.src = manifest_url;
|
| embed.type = "application/x-nacl";
|
| - if (getTestArguments()["pnacl"] !== undefined) {
|
| - embed.type = "application/x-pnacl";
|
| - }
|
|
|
| embed.addEventListener("load", function(evt) {
|
| report({type: "Shutdown", message: "1 test passed.", passed: true});
|
|
|