| Index: tests/pepper_plugin/pepper_plugin.html | 
| =================================================================== | 
| --- tests/pepper_plugin/pepper_plugin.html	(revision 1695) | 
| +++ tests/pepper_plugin/pepper_plugin.html	(working copy) | 
| @@ -23,10 +23,15 @@ | 
| id="plugin" | 
| name="nacl_module" | 
| type="application/x-nacl-srpc" | 
| -         src="pepper_plugin.nexe" | 
| +         src="pepper_plugin" | 
| width="400" | 
| height="400" | 
| -         dimensions="2" /> | 
| +         dimensions="2"> | 
| +    <noembed> | 
| +      Your browser does not appear to support Native Client. | 
| +      Visit http://code.google.com/p/nativeclient/ to get started. | 
| +    <noembed/> | 
| +  </embed> | 
| </td> | 
| <td valign="top" style="background-color:Silver" width="50%"> | 
| <div id="event_text_box" style="width:400px; height:400px; overflow:auto"> | 
|  |