summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/selenium/index.html
diff options
context:
space:
mode:
authorxue <>2006-06-02 18:27:02 +0000
committerxue <>2006-06-02 18:27:02 +0000
commit0f3a577bed4d828472469675e90fcab032e33f44 (patch)
tree3ca817247b8006563900d5fb8995d6a6f0627a2b /tests/FunctionalTests/selenium/index.html
parent067ab51fbd9b2f18f63fc80895476e5b0e2f9bfb (diff)
merge from 3.0 branch till 1133.
Diffstat (limited to 'tests/FunctionalTests/selenium/index.html')
-rw-r--r--tests/FunctionalTests/selenium/index.html60
1 files changed, 0 insertions, 60 deletions
diff --git a/tests/FunctionalTests/selenium/index.html b/tests/FunctionalTests/selenium/index.html
deleted file mode 100644
index eaaaa308..00000000
--- a/tests/FunctionalTests/selenium/index.html
+++ /dev/null
@@ -1,60 +0,0 @@
-<html>
-<head>
-<title>Selenium starting points</title>
-<script language="Javascript">
-function fixUnitTestLink() {
- baseurl = document.location + "";
- baseurl = baseurl.replace(/[^\/]*$/, '');
- jsunitLink = document.getElementById("unitTestLink");
- jsunitLink['href'] = jsunitLink['href'].replace('BASEURL', baseurl);
-}
-</script>
-<style>
-li { margin-top: 6pt; }
-</style>
-</head>
-<body onload="fixUnitTestLink();">
-
-<h1>Selenium</h1>
-
-<p>
-<b>Acceptance tests:</b> These test-suites demonstrate/exercise the
-functionality of Selenium.
-</p>
-
-<ul>
-
- <li>
- <a href="TestRunner.html">Mozilla/Firefox TestSuite</a> - tests that currently pass on Firefox
- </li>
- <li>
- <a href="TestRunner.html?test=tests/TestSuite-InternetExplorer.html">Internet Explorer TestSuite</a> - tests that currently pass on IE
- </li>
- <li>
- <a href="TestRunner.html?test=tests/TestSuite-Konqueror.html">Konqueror TestSuite</a> - tests that currently pass on Konqueror
- </li>
- <li>
- <a href="TestRunner.html?test=tests/TestSuite-Safari.html">Safari TestSuite</a> - tests that currently pass on Safari
- </li>
- <li>
- <a href="TestRunner.html?test=devtests/TestSuite.html"><i>devtests</i></a>
- - experimental features
- </li>
- <li>
- <a href="TestRunner.html?test=tests/ErrorCheckingTestSuite.html">Error Checking TestSuite</a> - tests for the error verification commands
- </li>
-</ul>
-
-<p><b>Unit-tests:</b> Use JsUnit to test Selenium internals.</p>
-
-<ul>
-
- <li>
- <a id="unitTestLink" href="jsunit/testRunner.html?testPage=BASEURLtests/JsUnitSuite.html">BrowserBot unit-tests</a>
- <br />
- </li>
-
-</ul>
-
-</body>
-</html>