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

Side by Side Diff: tests/ppapi_example_2d/ppapi_example_2d.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_core/ppapi_core.html ('k') | tests/ppapi_example_2d/ppapi_example_2d.stdin » ('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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html> 3 <html>
4 <!-- Copyright 2010 Google Inc. All rights reserved. --> 4 <!-- Copyright 2010 Google Inc. All rights reserved. -->
5 <head> 5 <head>
6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> 6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
7 <META HTTP-EQUIV="Expires" CONTENT="-1" /> 7 <META HTTP-EQUIV="Expires" CONTENT="-1" />
8 </head> 8 </head>
9 <h1>Native Client PPAPI Graphics2D</h1> 9 <h1>Native Client PPAPI Graphics2D</h1>
10 <body> 10 <body>
11 <embed id="naclModule" 11 <embed id="naclModule"
12 name="naclModule" 12 name="naclModule"
13 width=400 height=400 13 width=400 height=400
14 src="ppapi_example_2d.nexe" 14 src="ppapi_example_2d.nexe"
15 style="background-color:gray" 15 style="background-color:gray"
16 type="application/x-ppapi-nacl-srpc" /> 16 type="application/x-nacl" />
17 <br>Resize the window for repaint to trigger.<br> 17 <br>Resize the window for repaint to trigger.<br>
18 <table> 18 <table>
19 <tr> <td align="center"> <em> Legend </em> 19 <tr> <td align="center"> <em> Legend </em>
20 <tr> <td align="center" style="background-color:blue">Test passed 20 <tr> <td align="center" style="background-color:blue">Test passed
21 <tr> <td align="center" style="background-color:gray">Test failed 21 <tr> <td align="center" style="background-color:gray">Test failed
22 </table> 22 </table>
23 23
24 </body> 24 </body>
25 </html> 25 </html>
OLDNEW
« no previous file with comments | « tests/ppapi_core/ppapi_core.html ('k') | tests/ppapi_example_2d/ppapi_example_2d.stdin » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698