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

Side by Side Diff: tests/contest_issues/issue57.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/issue55.html ('k') | tests/contest_issues/issue58.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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 <td> <b> General test output </b> </td> 289 <td> <b> General test output </b> </td>
290 <td> <b> Socket address test output </b> </td> 290 <td> <b> Socket address test output </b> </td>
291 <td> <b> Shared memory test output </b> </td> 291 <td> <b> Shared memory test output </b> </td>
292 </tr> 292 </tr>
293 <tr> 293 <tr>
294 <td valign=top id="GeneralOutput"> </td> 294 <td valign=top id="GeneralOutput"> </td>
295 <td valign=top id="SocketAddressOutput"> </td> 295 <td valign=top id="SocketAddressOutput"> </td>
296 <td valign=top id="SharedMemoryOutput"> </td> 296 <td valign=top id="SharedMemoryOutput"> </td>
297 </tr> 297 </tr>
298 </table> 298 </table>
299 <embed type="application/x-nacl-srpc" id="nacl_client" 299 <embed type="application/x-nacl" id="nacl_client"
300 width="0" height="0" src="srpc_nrd_client.nexe" /> 300 width="0" height="0" src="srpc_nrd_client.nexe" />
301 <embed type="application/x-nacl-srpc" id="nacl_server" 301 <embed type="application/x-nacl" id="nacl_server"
302 width="0" height="0" src="srpc_nrd_server.nexe" /> 302 width="0" height="0" src="srpc_nrd_server.nexe" />
303 </body> 303 </body>
304 </html> 304 </html>
OLDNEW
« no previous file with comments | « tests/contest_issues/issue55.html ('k') | tests/contest_issues/issue58.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698