| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 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-srpc" id="nacl_client" | 
| 300             width="0" height="0" src="srpc_nrd_client.nexe" /> | 300             width="0" height="0" nexe="srpc_nrd_client"> | 
|  | 301       <noembed> | 
|  | 302         Your browser does not appear to support Native Client. | 
|  | 303         Visit http://code.google.com/p/nativeclient/ to get started. | 
|  | 304       <noembed/> | 
|  | 305     </embed> | 
| 301     <embed type="application/x-nacl-srpc" id="nacl_server" | 306     <embed type="application/x-nacl-srpc" id="nacl_server" | 
| 302             width="0" height="0" src="srpc_nrd_server.nexe" /> | 307             width="0" height="0" nexe="srpc_nrd_server" /> | 
| 303   </body> | 308   </body> | 
| 304 </html> | 309 </html> | 
| OLD | NEW | 
|---|