| Index: tests/npapi_geturl/npapi_geturl.html | 
| =================================================================== | 
| --- tests/npapi_geturl/npapi_geturl.html	(revision 1695) | 
| +++ tests/npapi_geturl/npapi_geturl.html	(working copy) | 
| @@ -67,7 +67,11 @@ | 
| </tr> | 
| </table> | 
| <embed type="application/x-nacl-srpc" id="nacl" width="0" height="0" | 
| -              src="npapi_geturl.nexe" onload="Init();"> | 
| +              nexe="npapi_geturl" onload="alert('FIXME'); Init();"> | 
| +        <noembed> | 
| +          Your browser does not appear to support Native Client. | 
| +          Visit http://code.google.com/p/nativeclient/ to get started. | 
| +        <noembed/> | 
| </embed> | 
| </body> | 
| </html> | 
|  |