| Index: tests/contest_issues/issue63.html | 
| =================================================================== | 
| --- tests/contest_issues/issue63.html	(revision 1695) | 
| +++ tests/contest_issues/issue63.html	(working copy) | 
| @@ -48,7 +48,12 @@ | 
| Call helloworld() | 
| </button> | 
| <embed id="pluginobj" type="application/x-nacl-srpc" | 
| -             width="0" height="0" src="issue63.nexe" /> | 
| +             width="0" height="0" nexe="issue63"> | 
| +        <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()" | 
|  |