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

Side by Side Diff: tests/prebuilt/x64/server_test.html

Issue 6899031: Remove the obsolete prebuilt infrastructure files and disable multiarch. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 8 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/prebuilt/x64/pepper_plugin.nexe ('k') | tests/prebuilt/x64/srpc_basic.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Server test</title>
5 <META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
6 <META HTTP-EQUIV="Expires" CONTENT="-1" />
7 </head>
8 <body onload="nacllib.waitForModulesAndRunTests();"
9 onunload="nacllib.cleanUp();" >
10
11 <h1>Native Client Server Test</h1>
12
13 <p>This test passes if the HTML file is loaded correctly. The purpose is to chec k whether the server is running before running other tests</p>
14
15 <h2>Status</h2>
16 <div id=status>NO-STATUS</div>
17
18 <script type="text/javascript" src="nacl_js_lib.js"></script>
19 <script type="text/javascript">
20 //<![CDATA[
21 var nacllib = new NaclLib("nacl_module", "status", 50);
22
23 nacllib.test = function() {
24 document.cookie = 'status=OK';
25
26 return "";
27 };
28 //]]>
29 </script>
30
31 </body>
32 </html>
OLDNEW
« no previous file with comments | « tests/prebuilt/x64/pepper_plugin.nexe ('k') | tests/prebuilt/x64/srpc_basic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698