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

Unified Diff: chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.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_error_handling/pnacl_error_handling.html
diff --git a/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html b/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html
index 65fcde52672cf3a4ce5c7dd33be9b635e22cab0c..909878866e7eef2b9b8bdf61cafef6e1fe828029 100644
--- a/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html
+++ b/chrome/test/data/nacl/pnacl_error_handling/pnacl_error_handling.html
@@ -26,6 +26,7 @@ function declareTests(tester) {
tester,
'bad_pexe',
'pnacl_bad_pexe.nmf',
+ 'application/x-pnacl',
'NaCl module load failed: PnaclCoordinator: compile failed.');
// 'bad_pexe' loads a manifest, then loads a pexe that is truncated.
@@ -33,6 +34,7 @@ function declareTests(tester) {
tester,
'bad2_pexe',
'pnacl_bad2_pexe.nmf',
+ 'application/x-pnacl',
'NaCl module load failed: PnaclCoordinator: compile failed.');
// 'bad_pexe_undefined' loads a manifest, then loads a pexe that compiles
@@ -41,6 +43,7 @@ function declareTests(tester) {
tester,
'bad_pexe_undefined_syms',
'pnacl_bad_pexe_undefined_syms.nmf',
+ 'application/x-pnacl',
'NaCl module load failed: PnaclCoordinator: link failed.');
// 'nonexistent_pexe' loads a manifest, then tries to to load a nonexistent
@@ -49,6 +52,7 @@ function declareTests(tester) {
tester,
'nonexistent_pexe',
'pnacl_bad_doesnotexist.nmf',
+ 'application/x-pnacl',
'NaCl module load failed: PnaclCoordinator: ' +
'pexe load failed (pp_error=-2).');

Powered by Google App Engine
This is Rietveld 408576698