| Index: tests/srpc/srpc_basic.html | 
| =================================================================== | 
| --- tests/srpc/srpc_basic.html	(revision 1695) | 
| +++ tests/srpc/srpc_basic.html	(working copy) | 
| @@ -413,7 +413,12 @@ | 
| <div id=status>NO-STATUS</div> | 
|  | 
| <embed type="application/x-nacl-srpc" id="nacl_server" name="nacl_module" | 
| -           width="0" height="0" src="srpc_test.nexe" /> | 
| +           width="0" height="0" nexe="srpc_test"> | 
| +      <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"> | 
|  |