| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |