| Index: tests/contest_issues/issue52.html | 
| =================================================================== | 
| --- tests/contest_issues/issue52.html	(revision 1695) | 
| +++ tests/contest_issues/issue52.html	(working copy) | 
| @@ -33,7 +33,12 @@ | 
| Call helloworld() | 
| </button> | 
| <embed id="pluginobj" type="application/x-nacl-srpc" | 
| -             width="0" height="0" src="issue52.nexe" /> | 
| +             width="0" height="0" nexe="issue52"> | 
| +      <noembed> | 
| +        Your browser does not appear to support Native Client. | 
| +        Visit http://code.google.com/p/nativeclient/ to get started. | 
| +      <noembed/> | 
| +    </embed> | 
| </p> | 
| <p> | 
| If the plug-in is working correctly, a click on the "Call fortytwo()" | 
|  |