| Index: tests/quake/quake3.html
|
| ===================================================================
|
| --- tests/quake/quake3.html (revision 1695)
|
| +++ tests/quake/quake3.html (working copy)
|
| @@ -131,10 +131,29 @@
|
| </span>
|
| </span>
|
| <center>
|
| - <embed id="embed_a" src="nacl_quake" type="application/x-nacl-srpc" width=512 height=384 />
|
| - <embed id="embed_b" src="nacl_quake" type="application/x-nacl-srpc" width=512 height=384 />
|
| + <embed id="embed_a" nexe="nacl_quake" type="application/x-nacl-srpc"
|
| + width=512 height=384>
|
| + <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=512 height=384>
|
| + <noembed>
|
| + Your browser does not appear to support Native Client.
|
| + Visit http://code.google.com/p/nativeclient/ to get started.
|
| + <noembed/>
|
| + </embed>
|
| <br>
|
| - <embed id="embed_c" src="nacl_quake" type="application/x-nacl-srpc" width=512 height=384 />
|
| + <embed id="embed_c" nexe="nacl_quake" type="application/x-nacl-srpc"
|
| + width=512 height=384>
|
| + <noembed>
|
| + Your browser does not appear to support Native Client.
|
| + Visit http://code.google.com/p/nativeclient/ to get started.
|
| + <noembed/>
|
| + </embed>
|
| +
|
| </center>
|
| <br>
|
|
|
|
|