Chromium Code Reviews| Index: tests/lua/lua.html |
| =================================================================== |
| --- tests/lua/lua.html (revision 4284) |
| +++ tests/lua/lua.html (working copy) |
| @@ -52,7 +52,8 @@ |
| <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" src="lua_module.nexe" type="application/x-nacl" |
| + width="0" height="0"></embed> |
| <br> |
| <form onsubmit='doExecute(); return false;'> |