Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Side by Side Diff: tests/lua/lua.html

Issue 6452010: Remove the x-ppapi-nacl-srpc and x-nacl-srpc mime types in favor of the singl... (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/life/life.html ('k') | tests/mandel/mandel_tiled.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <HTML> 1 <HTML>
2 <HEAD> 2 <HEAD>
3 <TITLE>Native Client Lua demo</TITLE> 3 <TITLE>Native Client Lua demo</TITLE>
4 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 4 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
5 <META HTTP-EQUIV="Expires" CONTENT="-1"> 5 <META HTTP-EQUIV="Expires" CONTENT="-1">
6 6
7 <script type="text/javascript"> 7 <script type="text/javascript">
8 8
9 var client; 9 var client;
10 var lua; 10 var lua;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 clearTimeout(timeout); 45 clearTimeout(timeout);
46 } 46 }
47 47
48 </script> 48 </script>
49 49
50 </HEAD> 50 </HEAD>
51 <BODY id="bodyId" onload="start()" onunload="doUnload()"> 51 <BODY id="bodyId" onload="start()" onunload="doUnload()">
52 52
53 <h1>Native Client Lua demo</h1> 53 <h1>Native Client Lua demo</h1>
54 54
55 <embed id="client" src="lua_module.nexe" type="application/x-nacl-npapi" width=" 0" height="0"></embed> 55 <embed id="client" src="lua_module.nexe" type="application/x-nacl"
56 width="0" height="0"></embed>
56 57
57 <br> 58 <br>
58 <form onsubmit='doExecute(); return false;'> 59 <form onsubmit='doExecute(); return false;'>
59 <input id='luaCode' type='text' size='100' value='print("hello world!")'> 60 <input id='luaCode' type='text' size='100' value='print("hello world!")'>
60 <input id='execute' type='submit' value='execute'> 61 <input id='execute' type='submit' value='execute'>
61 </form> 62 </form>
62 <div id='output'> 63 <div id='output'>
63 </div> 64 </div>
64 65
65 </BODY> 66 </BODY>
66 </HTML> 67 </HTML>
OLDNEW
« no previous file with comments | « tests/life/life.html ('k') | tests/mandel/mandel_tiled.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698