| Index: tests/many/mix.html | 
| =================================================================== | 
| --- tests/many/mix.html	(revision 1695) | 
| +++ tests/many/mix.html	(working copy) | 
| @@ -76,7 +76,13 @@ | 
| <canvas id="redspot" width=384 height=384 /> | 
| </div> | 
| <div style="{position: absolute; top: 200; left: 192; z-index:2;}"> | 
| -<embed id="embed" src="voronoi.nexe" type="application/x-nacl-srpc" width=384 height=384 update=52 /> | 
| +<embed id="embed" nexe="voronoi" type="application/x-nacl-srpc" | 
| +       width=384 height=384 update=52> | 
| +  <noembed> | 
| +    Your browser does not appear to support Native Client. | 
| +    Visit http://code.google.com/p/nativeclient/ to get started. | 
| +  <noembed/> | 
| +</embed> | 
| </div> | 
| <div style="{position: absolute; top: 200; left: 384; z-index:3;}"> | 
| <canvas id="bluespot" width=384 height=384 /> | 
|  |