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

Side by Side Diff: tests/xaos/xaos.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
« src/trusted/plugin/srpc/srpc.cc ('K') | « tests/voronoi/voronoi.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd"> 2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html> 3 <html>
4 <head> 4 <head>
5 <title>XaoS Demo</title> 5 <title>XaoS Demo</title>
6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 6 <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
7 <META HTTP-EQUIV="Expires" CONTENT="-1"> 7 <META HTTP-EQUIV="Expires" CONTENT="-1">
8 8
9 <script type="text/javascript"> 9 <script type="text/javascript">
10 //<![CDATA[ 10 //<![CDATA[
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 112
113 <div id="wait">Waiting for plug-in to load...</div> 113 <div id="wait">Waiting for plug-in to load...</div>
114 114
115 <p> 115 <p>
116 Use the mouse buttons inside the window. 116 Use the mouse buttons inside the window.
117 <p> 117 <p>
118 Move the mouse to the top of the embedded window for a menu, 118 Move the mouse to the top of the embedded window for a menu,
119 or press 'h' for help. 119 or press 'h' for help.
120 <p> 120 <p>
121 <!-- embed seems to work --> 121 <!-- embed seems to work -->
122 <embed id="xaos" src="xaos.nexe" type="application/x-nacl-srpc" 122 <embed id="xaos" nexe"xaos" type="application/x-nacl-srpc"
123 width="800" height="600" /> 123 width="800" height="600">
124 <noembed>
125 Your browser does not appear to support Native Client.
126 Visit http://code.google.com/p/nativeclient/ to get started.
127 <noembed/>
128 </embed>
124 129
125 <!-- object does not seem to work --> 130 <!-- object does not seem to work -->
126 <!-- object id="xaos" data="xaos" type="application/x-nacl-srpc" 131 <!-- object id="xaos" data="xaos" type="application/x-nacl-srpc"
127 width="800" height="600" --> 132 width="800" height="600" -->
128 </body> 133 </body>
129 </html> 134 </html>
OLDNEW
« src/trusted/plugin/srpc/srpc.cc ('K') | « tests/voronoi/voronoi.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698