| Index: tests/npapi_bridge/npapi_video.html | 
| =================================================================== | 
| --- tests/npapi_bridge/npapi_video.html	(revision 1695) | 
| +++ tests/npapi_bridge/npapi_video.html	(working copy) | 
| @@ -17,8 +17,13 @@ | 
|  | 
| <h1>Native Client NPAPI Plug-in Window Test</h1> | 
|  | 
| -  <embed id="embed1" src="npapi_test.nexe" type="application/x-nacl-npapi" | 
| -         width="320" height="240" /> | 
| +  <embed id="embed1" nexe="npapi_test" type="application/x-nacl-npapi" | 
| +         width="320" height="240"> | 
| +    <noembed> | 
| +      Your browser does not appear to support Native Client. | 
| +      Visit http://code.google.com/p/nativeclient/ to get started. | 
| +    <noembed/> | 
| +  </embed> | 
| <br /> | 
| <script type="text/javascript"> | 
| <!-- | 
|  |