Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2967)

Unified Diff: chrome/test/data/nacl/pnacl_nmf_options/pnacl_options.html

Issue 16296005: Split pnacl and nacl mime types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After (hopefully) last rebase. Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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});
« no previous file with comments | « chrome/test/data/nacl/pnacl_mime_type/pnacl_mime_type.html ('k') | chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698