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

Unified Diff: tests/ppapi_bad/ppapi_bad.html

Issue 6452010: Remove the x-ppapi-nacl-srpc and x-nacl-srpc mime types in favor of the singl... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 10 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
« no previous file with comments | « tests/photo/photo.html ('k') | tests/ppapi_core/ppapi_core.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ppapi_bad/ppapi_bad.html
===================================================================
--- tests/ppapi_bad/ppapi_bad.html (revision 4284)
+++ tests/ppapi_bad/ppapi_bad.html (working copy)
@@ -16,49 +16,49 @@
width=100 height=20
src="ppapi_bad.html"
style="background-color:gray"
- type="application/x-ppapi-nacl-srpc" />
+ type="application/x-nacl" />
<br>NaCl module load failed: could not load url.<br>
<embed id="naclModule"
name="naclModule"
width=100 height=20
src="http://www.google.com/crossorigin.nexe"
style="background-color:gray"
- type="application/x-ppapi-nacl-srpc" />
+ type="application/x-nacl" />
<br>NaCl module load failed: could not load url.<br>
<embed id="naclModule"
name="naclModule"
width=100 height=20
src="doesnotexist.nexe"
style="background-color:gray"
- type="application/x-ppapi-nacl-srpc" />
+ type="application/x-nacl" />
<br>NaCl module load failed: could not load manifest url.<br>
<embed id="naclModule"
name="naclModule"
width=100 height=20
nacl="http://www.google.com/crossorigin.manifest"
style="background-color:gray"
- type="application/x-ppapi-nacl-srpc" />
+ type="application/x-nacl" />
<br>NaCl module load failed: could not load manifest url.<br>
<embed id="naclModule"
name="naclModule"
width=100 height=20
nacl="doesnotexist.manifest"
style="background-color:gray"
- type="application/x-ppapi-nacl-srpc" />
+ type="application/x-nacl" />
<br>NaCl module load failed: could not read manifest file.<br>
<embed id="naclModule"
name="naclModule"
width=100 height=20
nacl="ppapi_bad.html"
style="background-color:gray"
- type="application/x-ppapi-nacl-srpc" />
+ type="application/x-nacl" />
<br>NaCl module proxy failed: could not initialize module.<br>
<embed id="naclModule"
name="naclModule"
width=100 height=20
src="ppapi_bad.nexe"
style="background-color:gray"
- type="application/x-ppapi-nacl-srpc" />
+ type="application/x-nacl" />
<br><br>
</body>
</html>
« no previous file with comments | « tests/photo/photo.html ('k') | tests/ppapi_core/ppapi_core.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698