Index: chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html |
diff --git a/chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html b/chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html |
index 1c561a07006a9190ef5db93ca9898aed8376152a..3f9ca6516f208fe04b52d03747814ea97a9b2aaa 100644 |
--- a/chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html |
+++ b/chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html |
@@ -9,7 +9,7 @@ found in the LICENSE file. |
<script type="text/javascript" src="nacltest.js"></script> |
</head> |
<body> |
-<h2>NaCl Load Test</h2> |
+<h2>PNaCl Load Options Test</h2> |
</body> |
<script> |
@@ -25,7 +25,7 @@ function create(manifest_prefix, manifest_opt) { |
var nmf_url = manifest_prefix + manifest_opt + ".nmf"; |
embed.src = nmf_url; |
- embed.type = "application/x-nacl"; |
+ embed.type = "application/x-pnacl"; |
embed.addEventListener("load", function(evt) { |
report({type: "Shutdown", message: "1 test passed.", passed: true}); |