| Index: tests/quake/quake9.html | 
| =================================================================== | 
| --- tests/quake/quake9.html	(revision 1695) | 
| +++ tests/quake/quake9.html	(working copy) | 
| @@ -155,17 +155,23 @@ | 
| </span> | 
| </span> | 
| <center> | 
| - <embed id="embed_a" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| - <embed id="embed_b" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| - <embed id="embed_c" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| + <embed id="embed_a" nexe="nacl_quake" type="application/x-nacl-srpc" | 
| +        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> | 
| + <embed id="embed_b" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| + <embed id="embed_c" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| <br> | 
| - <embed id="embed_d" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| - <embed id="embed_e" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| - <embed id="embed_f" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| + <embed id="embed_d" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| + <embed id="embed_e" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| + <embed id="embed_f" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| <br> | 
| - <embed id="embed_g" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| - <embed id="embed_h" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| - <embed id="embed_i" src="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| + <embed id="embed_g" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| + <embed id="embed_h" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| + <embed id="embed_i" nexe="nacl_quake" type="application/x-nacl-srpc" width=320 height=240 /> | 
| </center> | 
| <br> | 
|  | 
|  |