| Index: tests/srpc/srpcperf.html | 
| =================================================================== | 
| --- tests/srpc/srpcperf.html	(revision 1695) | 
| +++ tests/srpc/srpcperf.html	(working copy) | 
| @@ -135,7 +135,12 @@ | 
| Click any button above to run a benchmark. | 
| </h2> | 
| <embed type="application/x-nacl-srpc" id="nacl" height="0" width="0" | 
| -           src="srpc_test.nexe" /> | 
| +           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> | 
| <table summary="A box containing execution logging output"> | 
| <tr> | 
| <td id="LogOutput" /> | 
|  |