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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/prebuilt/x64/pepper_plugin.nexe ('k') | tests/prebuilt/x64/srpc_basic.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/prebuilt/x64/server_test.html
===================================================================
--- tests/prebuilt/x64/server_test.html (revision 4988)
+++ tests/prebuilt/x64/server_test.html (working copy)
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>Server test</title>
- <META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
- <META HTTP-EQUIV="Expires" CONTENT="-1" />
- </head>
- <body onload="nacllib.waitForModulesAndRunTests();"
- onunload="nacllib.cleanUp();" >
-
-<h1>Native Client Server Test</h1>
-
-<p>This test passes if the HTML file is loaded correctly. The purpose is to check whether the server is running before running other tests</p>
-
-<h2>Status</h2>
-<div id=status>NO-STATUS</div>
-
-<script type="text/javascript" src="nacl_js_lib.js"></script>
-<script type="text/javascript">
-//<![CDATA[
-var nacllib = new NaclLib("nacl_module", "status", 50);
-
-nacllib.test = function() {
- document.cookie = 'status=OK';
-
- return "";
-};
-//]]>
-</script>
-
- </body>
-</html>
« 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