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

Side by Side Diff: tests/ppapi_proxy/basic_object.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/ppapi_geturl/ppapi_geturl.html ('k') | tests/ppapi_proxy/event_example.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <!-- Copyright (c) 2010 The Native Client Authors. All rights reserved. 3 <!-- Copyright (c) 2010 The Native Client Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. --> 5 found in the LICENSE file. -->
6 <head> 6 <head>
7 <title>PPAPI Runtime Feature Test</title> 7 <title>PPAPI Runtime Feature Test</title>
8 <meta HTTP-EQUIV="Pragma" CONTENT="no-cache" /> 8 <meta HTTP-EQUIV="Pragma" CONTENT="no-cache" />
9 <meta HTTP-EQUIV="Expires" CONTENT="-1" /> 9 <meta HTTP-EQUIV="Expires" CONTENT="-1" />
10 <style type="text/css"> 10 <style type="text/css">
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 <tr> <td align="center" class="pass"> Test passed </td> </tr> 428 <tr> <td align="center" class="pass"> Test passed </td> </tr>
429 <tr> <td align="center" class="fail"> Test failed </td> </tr> 429 <tr> <td align="center" class="fail"> Test failed </td> </tr>
430 </table> 430 </table>
431 431
432 <div id="status">NO-STATUS</div> 432 <div id="status">NO-STATUS</div>
433 433
434 <embed id="naclModule" 434 <embed id="naclModule"
435 name="naclModule" 435 name="naclModule"
436 width=0 height=0 436 width=0 height=0
437 src="ppapi_basic_object.nexe" 437 src="ppapi_basic_object.nexe"
438 type="application/x-ppapi-nacl-srpc" 438 type="application/x-nacl"
439 onload="moduleDidLoad('naclModule');" /> 439 onload="moduleDidLoad('naclModule');" />
440 </body> 440 </body>
441 </html> 441 </html>
OLDNEW
« no previous file with comments | « tests/ppapi_geturl/ppapi_geturl.html ('k') | tests/ppapi_proxy/event_example.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698