| 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..1365f0ad020bfe174867ae3197fbce0dcda9063b 100644
|
| --- a/chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html
|
| +++ b/chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html
|
| @@ -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});
|
|
|