| Index: tests/srpc/srpc_nrd_xfer.html | 
| =================================================================== | 
| --- tests/srpc/srpc_nrd_xfer.html	(revision 1695) | 
| +++ tests/srpc/srpc_nrd_xfer.html	(working copy) | 
| @@ -274,10 +274,20 @@ | 
|  | 
| <embed type="application/x-nacl-srpc" id="nacl_client" | 
| name="nacl_module" width="0" height="0" | 
| -           src="srpc_nrd_client.nexe" /> | 
| +           nexe="srpc_nrd_client"> | 
| +      <noembed> | 
| +      Your browser does not appear to support Native Client. | 
| +      Visit http://code.google.com/p/nativeclient/ to get started. | 
| +      <noembed/> | 
| +    </embed> | 
| <embed type="application/x-nacl-srpc" id="nacl_server" | 
| name="nacl_module" width="0" height="0" | 
| -           src="srpc_nrd_server.nexe" /> | 
| +           nexe="srpc_nrd_server"> | 
| +      <noembed> | 
| +      Your browser does not appear to support Native Client. | 
| +      Visit http://code.google.com/p/nativeclient/ to get started. | 
| +      <noembed/> | 
| +    </embed> | 
|  | 
| <script type="text/javascript" src="nacl_js_lib.js"></script> | 
| <script type="text/javascript"> | 
|  |