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

Side by Side Diff: tests/contest_issues/issue54.html

Issue 1092005: Issue 1092005 (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: Created 10 years, 9 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
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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
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-srpc" id="nacl_client"
302 width="0" height="0" src="srpc_nrd_client.nexe" /> 302 width="0" height="0" nexe="srpc_nrd_client">
303 <noembed>
304 Your browser does not appear to support Native Client.
305 Visit http://code.google.com/p/nativeclient/ to get started.
306 <noembed/>
307 </embed>
303 <embed type="application/x-nacl-srpc" id="nacl_server" 308 <embed type="application/x-nacl-srpc" id="nacl_server"
304 width="0" height="0" src="srpc_nrd_server.nexe" /> 309 width="0" height="0" nexe="srpc_nrd_server" />
305 </body> 310 </body>
306 </html> 311 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698