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

Side by Side Diff: tests/quake/quake9.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/quake3.html ('k') | tests/ruby/ruby.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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 spacebar to activate the game menu. Select single player (hit return 148 spacebar to activate the game menu. Select single player (hit return
149 to select) then select new game. Controls: arrow keys to move, space 149 to select) then select new game. Controls: arrow keys to move, space
150 to jump, control key to fire, numeric keys to select various weapons 150 to jump, control key to fire, numeric keys to select various weapons
151 aquired along the way. Audio is also supported on systems with audio 151 aquired along the way. Audio is also supported on systems with audio
152 drivers installed. Multiplayer mode is not supported. Loading and 152 drivers installed. Multiplayer mode is not supported. Loading and
153 saving game progress is not supported. 153 saving game progress is not supported.
154 </p> 154 </p>
155 </span> 155 </span>
156 </span> 156 </span>
157 <center> 157 <center>
158 <embed id="embed_a" src="nacl_quake" type="application/x-nacl-srpc" width=320 h eight=240 /> 158 <embed id="embed_a" src="nacl_quake" type="application/x-nacl" width=320 height =240 />
159 <embed id="embed_b" src="nacl_quake" type="application/x-nacl-srpc" width=320 h eight=240 /> 159 <embed id="embed_b" src="nacl_quake" type="application/x-nacl" width=320 height =240 />
160 <embed id="embed_c" src="nacl_quake" type="application/x-nacl-srpc" width=320 h eight=240 /> 160 <embed id="embed_c" src="nacl_quake" type="application/x-nacl" width=320 height =240 />
161 <br> 161 <br>
162 <embed id="embed_d" src="nacl_quake" type="application/x-nacl-srpc" width=320 h eight=240 /> 162 <embed id="embed_d" src="nacl_quake" type="application/x-nacl" width=320 height =240 />
163 <embed id="embed_e" src="nacl_quake" type="application/x-nacl-srpc" width=320 h eight=240 /> 163 <embed id="embed_e" src="nacl_quake" type="application/x-nacl" width=320 height =240 />
164 <embed id="embed_f" src="nacl_quake" type="application/x-nacl-srpc" width=320 h eight=240 /> 164 <embed id="embed_f" src="nacl_quake" type="application/x-nacl" width=320 height =240 />
165 <br> 165 <br>
166 <embed id="embed_g" src="nacl_quake" type="application/x-nacl-srpc" width=320 h eight=240 /> 166 <embed id="embed_g" src="nacl_quake" type="application/x-nacl" width=320 height =240 />
167 <embed id="embed_h" src="nacl_quake" type="application/x-nacl-srpc" width=320 h eight=240 /> 167 <embed id="embed_h" src="nacl_quake" type="application/x-nacl" width=320 height =240 />
168 <embed id="embed_i" src="nacl_quake" type="application/x-nacl-srpc" width=320 h eight=240 /> 168 <embed id="embed_i" src="nacl_quake" type="application/x-nacl" width=320 height =240 />
169 </center> 169 </center>
170 <br> 170 <br>
171 171
172 172
173 </BODY> 173 </BODY>
174 </HTML> 174 </HTML>
175 175
OLDNEW
« no previous file with comments | « tests/quake/quake3.html ('k') | tests/ruby/ruby.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698