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).'); |