| Index: tests/lua/lua.html
|
| ===================================================================
|
| --- tests/lua/lua.html (revision 1695)
|
| +++ tests/lua/lua.html (working copy)
|
| @@ -52,7 +52,13 @@
|
|
|
| <h1>Native Client Lua demo</h1>
|
|
|
| -<embed id="client" src="lua_module.nexe" type="application/x-nacl-npapi" width="0" height="0"></embed>
|
| +<embed id="client" nexe="lua_module" type="application/x-nacl-npapi"
|
| + width="0" height="0">
|
| + <noembed>
|
| + Your browser does not appear to support Native Client.
|
| + Visit http://code.google.com/p/nativeclient/ to get started.
|
| + <noembed/>
|
| +</embed>
|
|
|
| <br>
|
| <form onsubmit='doExecute(); return false;'>
|
|
|