Index: /FCKeditor/trunk/_test/default.html
===================================================================
--- /FCKeditor/trunk/_test/default.html	(revision 364)
+++ /FCKeditor/trunk/_test/default.html	(revision 364)
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
+<!--
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben
+ *
+ * == BEGIN LICENSE ==
+ *
+ * Licensed under the terms of any of the following licenses at your
+ * choice:
+ *
+ *  - GNU General Public License Version 2 or later (the "GPL")
+ *    http://www.gnu.org/licenses/gpl.html
+ *
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+ *    http://www.gnu.org/licenses/lgpl.html
+ *
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")
+ *    http://www.mozilla.org/MPL/MPL-1.1.html
+ *
+ * == END LICENSE ==
+ *
+ * Tests index.
+-->
+<html>
+	<head>
+		<title>FCKeditor - Tests</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+		<link href="tests.css" rel="stylesheet" type="text/css" />
+	</head>
+	<body>
+		<h1>FCKeditor development tests</h1>
+
+		<h1>Automated tests</h1>
+		<p>These tests need to be run from a web server to work in Firefox. 
+		In IE it seems to work also directly from the file system</p>
+		<p><a href="automated/default.html">Run the tests</a></p>
+
+		<h1>Manual tests</h1>
+		<p>These tests should run from a web server or from the file system</p>
+		<p><a href="manual/default.html">Run the tests</a></p>
+	</body>
+</html>
Index: /FCKeditor/trunk/_test/manual/default.html
===================================================================
--- /FCKeditor/trunk/_test/manual/default.html	(revision 364)
+++ /FCKeditor/trunk/_test/manual/default.html	(revision 364)
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+   "http://www.w3.org/TR/html4/frameset.dtd">
+<!--
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben
+ *
+ * == BEGIN LICENSE ==
+ *
+ * Licensed under the terms of any of the following licenses at your
+ * choice:
+ *
+ *  - GNU General Public License Version 2 or later (the "GPL")
+ *    http://www.gnu.org/licenses/gpl.html
+ *
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+ *    http://www.gnu.org/licenses/lgpl.html
+ *
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")
+ *    http://www.mozilla.org/MPL/MPL-1.1.html
+ *
+ * == END LICENSE ==
+ *
+ * Samples Frameset page.
+-->
+<html>
+	<head>
+		<title>FCKeditor - Samples</title>
+		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+		<meta name="robots" content="noindex, nofollow">
+	</head>
+	<frameset rows="25,*">
+		<frame src="testslist.html" noresize scrolling="no">
+		<frame name="Test" src="behaviors/showtableborders.html" noresize>
+	</frameset>
+</html>
Index: /FCKeditor/trunk/_test/manual/testslist.html
===================================================================
--- /FCKeditor/trunk/_test/manual/testslist.html	(revision 364)
+++ /FCKeditor/trunk/_test/manual/testslist.html	(revision 364)
@@ -0,0 +1,81 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+"http://www.w3.org/TR/html4/strict.dtd">
+<!--
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben
+ *
+ * == BEGIN LICENSE ==
+ *
+ * Licensed under the terms of any of the following licenses at your
+ * choice:
+ *
+ *  - GNU General Public License Version 2 or later (the "GPL")
+ *    http://www.gnu.org/licenses/gpl.html
+ *
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+ *    http://www.gnu.org/licenses/lgpl.html
+ *
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")
+ *    http://www.mozilla.org/MPL/MPL-1.1.html
+ *
+ * == END LICENSE ==
+ *
+ * Page used to select the test to run. 
+-->
+<html>
+<head>
+	<title>FCKeditor - Test Selection</title>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
+	<meta name="robots" content="noindex, nofollow" >
+	<link href="../tests.css" rel="stylesheet" type="text/css" >
+	<script type="text/javascript">
+
+if ( window.top == window )
+	document.location = 'default.html' ;
+
+function OpenTest( Test )
+{
+	if ( Test.length > 0 )
+		window.open( Test, 'Test' ) ;
+}
+
+	</script>
+</head>
+<body style="margin-top: 0px; margin-bottom: 0px;">
+	<table border="0" cellpadding="0" cellspacing="0" style="height: 100%">
+		<tr>
+			<td>
+				Please select the test you want to run:
+
+				<select onchange="OpenTest(this.value);">
+					<optgroup label="Tests">
+						<option value="behaviors/showtableborders.html" selected="selected">Behaviors : Show table borders</option>
+						<option value="fckbrowserinfo/test1.html">fckbrowserinfo: test1</option>
+						<option value="fckdomrange/test1.html">fckdomrange: test1</option>
+						<option value="fckdomtools/insertafternode.html">fckdomtools: insertafternode</option>
+						<option value="fckeditingarea/test1.html">fckeditingarea: test1</option>
+						<option value="fckeditorapi/test1.html">fckeditorapi: test1</option>
+						<option value="fckenterkey/test1.html">fckenterkey: test1</option>
+						<option value="fckimagepreloader/test1.html">fckimagepreloader: test1</option>
+						<option value="fckkeystrokehandler/test1.html">fckkeystrokehandler: test1</option>
+						<option value="fcklisthandler/test1.html">fcklisthandler: test1</option>
+						<option value="fckmenublock/test1.html">fckmenublock: test1</option>
+						<option value="fckpanel/test1.html">fckpanel: test1</option>
+						<option value="fckspecialcombo/test1.html">fckspecialcombo: test1</option>
+						<option value="fcktoolbar/test1.html">fcktoolbar: test1</option>
+						<option value="fcktoolbarbuttonui/test1.html">fcktoolbarbuttonui: test1</option>
+						<option value="fcktoolbarfontsizecombo/test1.html">fcktoolbarfontsizecombo: test1</option>
+						<option value="fcktoolbarpanelbutton/test1.html">fcktoolbarpanelbutton: test1</option>
+						<option value="fcktools/addeventlistenerex.html">fcktools: addeventlistenerex</option>
+						<option value="fcktools/runfunction.html">fcktools: runfunction</option>
+						<option value="fckxhtml/test1.html">fckxhtml: test1</option>
+					</optgroup>
+				</select>
+			</td>
+		</tr>
+	</table>
+</body>
+</html>
+
+
+
Index: /FCKeditor/trunk/_test/tests.css
===================================================================
--- /FCKeditor/trunk/_test/tests.css	(revision 364)
+++ /FCKeditor/trunk/_test/tests.css	(revision 364)
@@ -0,0 +1,35 @@
+/*
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ * Copyright (C) 2003-2007 Frederico Caldeira Knabben
+ *
+ * == BEGIN LICENSE ==
+ *
+ * Licensed under the terms of any of the following licenses at your
+ * choice:
+ *
+ *  - GNU General Public License Version 2 or later (the "GPL")
+ *    http://www.gnu.org/licenses/gpl.html
+ *
+ *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
+ *    http://www.gnu.org/licenses/lgpl.html
+ *
+ *  - Mozilla Public License Version 1.1 or later (the "MPL")
+ *    http://www.mozilla.org/MPL/MPL-1.1.html
+ *
+ * == END LICENSE ==
+ *
+ * Styles used in the test pages.
+ */
+
+body, input, select, textarea
+{
+	font-size: 12px;
+	font-family: Arial, Verdana, Sans-Serif;
+}
+
+h1
+{
+	font-weight: bold;
+	font-size: 180%;
+	margin-bottom: 10px;
+}
