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

Side by Side Diff: tests/srpc/srpc_url_as_nacl_desc.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/srpc/srpc_sockaddr_ppapi.html ('k') | tests/srpc/srpc_url_as_nacl_desc_ppapi.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 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 2008 Google Inc. All rights reserved. --> 4 <!-- Copyright 2008 Google Inc. All rights reserved. -->
5 <head> 5 <head>
6 <title>SRPC Open URL as NaCl Descriptor Test</title> 6 <title>SRPC Open URL as NaCl Descriptor Test</title>
7 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" /> 7 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
8 <META HTTP-EQUIV="Expires" CONTENT="-1" /> 8 <META HTTP-EQUIV="Expires" CONTENT="-1" />
9 <style type="text/css"> 9 <style type="text/css">
10 pre.notrun { background-color: skyblue } 10 pre.notrun { background-color: skyblue }
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 <p> 187 <p>
188 <b> 188 <b>
189 NOTE: Some versions of some WebKit-based browsers do not correctly report 189 NOTE: Some versions of some WebKit-based browsers do not correctly report
190 JavaScript exceptions raised by NPAPI plugins. This can cause some of 190 JavaScript exceptions raised by NPAPI plugins. This can cause some of
191 the above tests to spuriously report failure. 191 the above tests to spuriously report failure.
192 </b> 192 </b>
193 </p> 193 </p>
194 194
195 <div id="status">NO-STATUS</div> 195 <div id="status">NO-STATUS</div>
196 196
197 <embed type="application/x-nacl-srpc" id="nacl_server" name="nacl_module" 197 <embed type="application/x-nacl" id="nacl_server" name="nacl_module"
198 width="0" height="0" src="cat.nexe" /> 198 width="0" height="0" src="cat.nexe" />
199 199
200 <script type="text/javascript" src="nacl_js_lib.js"></script> 200 <script type="text/javascript" src="nacl_js_lib.js"></script>
201 <script type="text/javascript"> 201 <script type="text/javascript">
202 //<![CDATA[ 202 //<![CDATA[
203 var nacllib = new NaclLib('nacl_module', 'status', 500); 203 var nacllib = new NaclLib('nacl_module', 'status', 500);
204 204
205 // Returns true ("wait") to the NaclLib test driver until all of the 205 // Returns true ("wait") to the NaclLib test driver until all of the
206 // tests are complete. I.e., either all of the file load callbacks have 206 // tests are complete. I.e., either all of the file load callbacks have
207 // completed successfully or an error has occurred. 207 // completed successfully or an error has occurred.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 } else if (!testPassed) { 241 } else if (!testPassed) {
242 return 'Generic test failure.'; 242 return 'Generic test failure.';
243 } else { 243 } else {
244 return ''; 244 return '';
245 } 245 }
246 } 246 }
247 //]]> 247 //]]>
248 </script> 248 </script>
249 </body> 249 </body>
250 </html> 250 </html>
OLDNEW
« no previous file with comments | « tests/srpc/srpc_sockaddr_ppapi.html ('k') | tests/srpc/srpc_url_as_nacl_desc_ppapi.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698