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

Side by Side Diff: tests/contest_issues/issue54.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/contest_issues/issue53.html ('k') | tests/contest_issues/issue55.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 Descriptor Passing Test </title> 6 <title> SRPC Descriptor Passing Test </title>
7 <style type="text/css"> 7 <style type="text/css">
8 td.notrun { background-color: skyblue } 8 td.notrun { background-color: skyblue }
9 td.pass { background-color: lime } 9 td.pass { background-color: lime }
10 td.fail { background-color: red } 10 td.fail { background-color: red }
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 <td> <b> General test output </b> </td> 291 <td> <b> General test output </b> </td>
292 <td> <b> Socket address test output </b> </td> 292 <td> <b> Socket address test output </b> </td>
293 <td> <b> Shared memory test output </b> </td> 293 <td> <b> Shared memory test output </b> </td>
294 </tr> 294 </tr>
295 <tr> 295 <tr>
296 <td valign=top id="GeneralOutput"> </td> 296 <td valign=top id="GeneralOutput"> </td>
297 <td valign=top id="SocketAddressOutput"> </td> 297 <td valign=top id="SocketAddressOutput"> </td>
298 <td valign=top id="SharedMemoryOutput"> </td> 298 <td valign=top id="SharedMemoryOutput"> </td>
299 </tr> 299 </tr>
300 </table> 300 </table>
301 <embed type="application/x-nacl-srpc" id="nacl_client" 301 <embed type="application/x-nacl" id="nacl_client"
302 width="0" height="0" src="srpc_nrd_client.nexe" /> 302 width="0" height="0" src="srpc_nrd_client.nexe" />
303 <embed type="application/x-nacl-srpc" id="nacl_server" 303 <embed type="application/x-nacl" id="nacl_server"
304 width="0" height="0" src="srpc_nrd_server.nexe" /> 304 width="0" height="0" src="srpc_nrd_server.nexe" />
305 </body> 305 </body>
306 </html> 306 </html>
OLDNEW
« no previous file with comments | « tests/contest_issues/issue53.html ('k') | tests/contest_issues/issue55.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698