| Index: tests/voronoi/voronoi.html | 
| =================================================================== | 
| --- tests/voronoi/voronoi.html	(revision 1695) | 
| +++ tests/voronoi/voronoi.html	(working copy) | 
| @@ -43,7 +43,13 @@ | 
| <p> | 
| A brute force algorithm is used to render the Voronoi diagram for a set of moving points. | 
| </p> | 
| -<embed id="embed1" src="voronoi.nexe" type="application/x-nacl-srpc" width=512 height=512> | 
| +<embed id="embed1" nexe="voronoi" 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> | 
|  |