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

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

Issue 1092005: Issue 1092005 (Closed) Base URL: http://nativeclient.googlecode.com/svn/trunk/src/native_client/
Patch Set: Created 10 years, 9 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
OLDNEW
1 <HTML> 1 <HTML>
2 <HEAD> 2 <HEAD>
3 <TITLE>Vim Demo</TITLE> 3 <TITLE>Vim 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 var nacl_elt; 8 var nacl_elt;
9 9
10 // Before scripting the loaded module, ensure the Native Client module is loaded . 10 // Before scripting the loaded module, ensure the Native Client module is loaded .
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 } 86 }
87 87
88 </script> 88 </script>
89 89
90 </HEAD> 90 </HEAD>
91 <BODY onload="Init();" onunload="" id="bodyId" bgcolor="#333333"> 91 <BODY onload="Init();" onunload="" id="bodyId" bgcolor="#333333">
92 <span style="color:CCCCCC"> 92 <span style="color:CCCCCC">
93 <h1>Native Client Vim Demo</h1> 93 <h1>Native Client Vim Demo</h1>
94 </span> 94 </span>
95 <center> 95 <center>
96 <embed id="embed1" src="vim.nexe" type="application/x-nacl-srpc" 96 <embed id="embed1" nexe="vim" type="application/x-nacl-srpc"
97 width=640 height=480> 97 width=640 height=480>
98 <noembed>
99 Your browser does not appear to support Native Client.
100 Visit http://code.google.com/p/nativeclient/ to get started.
101 <noembed/>
102 </embed>
98 </center> 103 </center>
99 <br> 104 <br>
100 105
101 106
102 </BODY> 107 </BODY>
103 </HTML> 108 </HTML>
104 109
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698