| Index: tests/prebuilt/x86/server_test.html
|
| ===================================================================
|
| --- tests/prebuilt/x86/server_test.html (revision 4988)
|
| +++ tests/prebuilt/x86/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>
|
|
|