| Index: tests/xaos/xaos.html
|
| ===================================================================
|
| --- tests/xaos/xaos.html (revision 4284)
|
| +++ tests/xaos/xaos.html (working copy)
|
| @@ -119,11 +119,11 @@
|
| or press 'h' for help.
|
| <p>
|
| <!-- embed seems to work -->
|
| -<embed id="xaos" src="xaos.nexe" type="application/x-nacl-srpc"
|
| +<embed id="xaos" src="xaos.nexe" type="application/x-nacl"
|
| width="800" height="600" />
|
|
|
| <!-- object does not seem to work -->
|
| -<!-- object id="xaos" data="xaos" type="application/x-nacl-srpc"
|
| +<!-- object id="xaos" data="xaos" type="application/x-nacl"
|
| width="800" height="600" -->
|
| </body>
|
| </html>
|
|
|