| Index: tests/drawing/drawing.html | 
| =================================================================== | 
| --- tests/drawing/drawing.html	(revision 1695) | 
| +++ tests/drawing/drawing.html	(working copy) | 
| @@ -52,7 +52,13 @@ | 
| <a href="http://www.antigrain.com/">http://www.antigrain.com/</a> | 
| for more information about Anti-Grain Geometry. | 
| </p> | 
| -<embed id="embed1" src="drawing.nexe" type="application/x-nacl-srpc" width=512 height=512> | 
| +<embed id="embed1" nexe="drawing" type="application/x-nacl-srpc" | 
| +       width=512 height=512> | 
| +  <noembed> | 
| +    Your browser does not appear to support Native Client. | 
| +    Visit http://code.google.com/p/nativeclient/ to get started. | 
| +  <noembed/> | 
| +</embed> | 
| <br> | 
|  | 
| <script> | 
|  |