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

Side by Side Diff: tests/quake/quake3.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/quake/quake.html ('k') | tests/quake/quake9.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 <HTML> 1 <HTML>
2 <HEAD> 2 <HEAD>
3 <TITLE>Quake Demo</TITLE> 3 <TITLE>Quake Demo</TITLE>
4 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 4 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
5 <META HTTP-EQUIV="Expires" CONTENT="-1"> 5 <META HTTP-EQUIV="Expires" CONTENT="-1">
6 6
7 <script type="text/javascript"> 7 <script type="text/javascript">
8 <!-- 8 <!--
9 var nacl_elt_a; 9 var nacl_elt_a;
10 var nacl_elt_b; 10 var nacl_elt_b;
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 spacebar to activate the game menu. Select single player (hit return 124 spacebar to activate the game menu. Select single player (hit return
125 to select) then select new game. Controls: arrow keys to move, space 125 to select) then select new game. Controls: arrow keys to move, space
126 to jump, control key to fire, numeric keys to select various weapons 126 to jump, control key to fire, numeric keys to select various weapons
127 aquired along the way. Audio is also supported on systems with audio 127 aquired along the way. Audio is also supported on systems with audio
128 drivers installed. Multiplayer mode is not supported. Loading and 128 drivers installed. Multiplayer mode is not supported. Loading and
129 saving game progress is not supported. 129 saving game progress is not supported.
130 </p> 130 </p>
131 </span> 131 </span>
132 </span> 132 </span>
133 <center> 133 <center>
134 <embed id="embed_a" src="nacl_quake" type="application/x-nacl-srpc" width=512 h eight=384 /> 134 <embed id="embed_a" src="nacl_quake" type="application/x-nacl" width=512 height =384 />
135 <embed id="embed_b" src="nacl_quake" type="application/x-nacl-srpc" width=512 h eight=384 /> 135 <embed id="embed_b" src="nacl_quake" type="application/x-nacl" width=512 height =384 />
136 <br> 136 <br>
137 <embed id="embed_c" src="nacl_quake" type="application/x-nacl-srpc" width=512 h eight=384 /> 137 <embed id="embed_c" src="nacl_quake" type="application/x-nacl" width=512 height =384 />
138 </center> 138 </center>
139 <br> 139 <br>
140 140
141 141
142 </BODY> 142 </BODY>
143 </HTML> 143 </HTML>
144 144
OLDNEW
« no previous file with comments | « tests/quake/quake.html ('k') | tests/quake/quake9.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698