You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/08/16 12:58:05 UTC

[30/51] [partial] incubator-corinthia git commit: Added editorFramework in experiments.

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-next07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-next07-input.html b/experiments/Editor/tests/cursor/enterPressed-next07-input.html
deleted file mode 100644
index ea6cacf..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-next07-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Styles_setCSSText(" ",{ "p": { "-uxwrite-next": "\"blockquote\"" } });
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="item1">Sample t[]ext</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-next08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-next08-expected.html b/experiments/Editor/tests/cursor/enterPressed-next08-expected.html
deleted file mode 100644
index 8303868..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-next08-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <p id="item1">Sample t</p>
-    <blockquote class="Foo">[]ext</blockquote>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-next08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-next08-input.html b/experiments/Editor/tests/cursor/enterPressed-next08-input.html
deleted file mode 100644
index 52832d9..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-next08-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Styles_setCSSText(" ",{ "p": { "-uxwrite-next": "\"blockquote.Foo\"" } });
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="item1">Sample t[]ext</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-next09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-next09-expected.html b/experiments/Editor/tests/cursor/enterPressed-next09-expected.html
deleted file mode 100644
index 267b8e2..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-next09-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <blockquote id="item1">Sample t</blockquote>
-    <blockquote>[]ext</blockquote>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-next09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-next09-input.html b/experiments/Editor/tests/cursor/enterPressed-next09-input.html
deleted file mode 100644
index b81b444..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-next09-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<blockquote id="item1">Sample t[]ext</blockquote>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass01-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass01-expected.html
deleted file mode 100644
index 8527bd7..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass01-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Sample t</h1>
-    <p>[]ext</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass01-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass01-input.html
deleted file mode 100644
index 9f63245..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Sample t[]ext</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass02-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass02-expected.html
deleted file mode 100644
index 79f6e29..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Sample text</h1>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass02-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass02-input.html
deleted file mode 100644
index 02ee52d..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Sample text[]</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass03-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass03-expected.html
deleted file mode 100644
index c1725bb..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass03-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      []
-      <br/>
-    </p>
-    <h1>Sample text</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass03-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass03-input.html
deleted file mode 100644
index 89935a1..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>[]Sample text</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass04-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass04-expected.html
deleted file mode 100644
index 3b7c93f..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass04-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Sample t</h1>
-    <p class="Normal">[]ext</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass04-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass04-input.html
deleted file mode 100644
index c16fcc0..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass04-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Styles_setParagraphClass("Normal");
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Sample t[]ext</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass05-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass05-expected.html
deleted file mode 100644
index c61c647..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass05-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Sample text</h1>
-    <p class="Normal">
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass05-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass05-input.html
deleted file mode 100644
index 9a9a9ab..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass05-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Styles_setParagraphClass("Normal");
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Sample text[]</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass06-expected.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass06-expected.html
deleted file mode 100644
index b45256a..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass06-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p class="Normal">
-      []
-      <br/>
-    </p>
-    <h1>Sample text</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-paragraphClass06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-paragraphClass06-input.html b/experiments/Editor/tests/cursor/enterPressed-paragraphClass06-input.html
deleted file mode 100644
index a775a28..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-paragraphClass06-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Styles_setParagraphClass("Normal");
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>[]Sample text</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-selection01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-selection01-expected.html b/experiments/Editor/tests/cursor/enterPressed-selection01-expected.html
deleted file mode 100644
index da91fb6..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-selection01-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sam</p>
-    <p>[]xt</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-selection01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-selection01-input.html b/experiments/Editor/tests/cursor/enterPressed-selection01-input.html
deleted file mode 100644
index 2764de2..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-selection01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sam[ple te]xt</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-selection02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-selection02-expected.html b/experiments/Editor/tests/cursor/enterPressed-selection02-expected.html
deleted file mode 100644
index 6183f00..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-selection02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><br/></p>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-selection02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-selection02-input.html b/experiments/Editor/tests/cursor/enterPressed-selection02-input.html
deleted file mode 100644
index 411efea..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-selection02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[Sample text]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-selection03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-selection03-expected.html b/experiments/Editor/tests/cursor/enterPressed-selection03-expected.html
deleted file mode 100644
index 085ca35..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-selection03-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sam</p>
-    <p>[]nt</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-selection03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-selection03-input.html b/experiments/Editor/tests/cursor/enterPressed-selection03-input.html
deleted file mode 100644
index 51fde91..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-selection03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sam[ple text</p>
-<p>More conte]nt</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-selection04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-selection04-expected.html b/experiments/Editor/tests/cursor/enterPressed-selection04-expected.html
deleted file mode 100644
index 6183f00..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-selection04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><br/></p>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-selection04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-selection04-input.html b/experiments/Editor/tests/cursor/enterPressed-selection04-input.html
deleted file mode 100644
index fb9bdd6..0000000
--- a/experiments/Editor/tests/cursor/enterPressed-selection04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[Sample text</p>
-<p>More content]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed01-expected.html b/experiments/Editor/tests/cursor/enterPressed01-expected.html
deleted file mode 100644
index 58c04c0..0000000
--- a/experiments/Editor/tests/cursor/enterPressed01-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample t</p>
-    <p>[]ext</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed01-input.html b/experiments/Editor/tests/cursor/enterPressed01-input.html
deleted file mode 100644
index 6d9b8b9..0000000
--- a/experiments/Editor/tests/cursor/enterPressed01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample t[]ext</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed02-expected.html b/experiments/Editor/tests/cursor/enterPressed02-expected.html
deleted file mode 100644
index 58c04c0..0000000
--- a/experiments/Editor/tests/cursor/enterPressed02-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample t</p>
-    <p>[]ext</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed02-input.html b/experiments/Editor/tests/cursor/enterPressed02-input.html
deleted file mode 100644
index 6e7dcc8..0000000
--- a/experiments/Editor/tests/cursor/enterPressed02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-Sample t[]ext
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed03-expected.html b/experiments/Editor/tests/cursor/enterPressed03-expected.html
deleted file mode 100644
index ff5b01b..0000000
--- a/experiments/Editor/tests/cursor/enterPressed03-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      Sample t
-    </div>
-    <div>
-      []ext
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed03-input.html b/experiments/Editor/tests/cursor/enterPressed03-input.html
deleted file mode 100644
index a3aa1e3..0000000
--- a/experiments/Editor/tests/cursor/enterPressed03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div>Sample t[]ext</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed04-expected.html b/experiments/Editor/tests/cursor/enterPressed04-expected.html
deleted file mode 100644
index 0b17320..0000000
--- a/experiments/Editor/tests/cursor/enterPressed04-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><br/></p>
-    <p>[]Sample text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed04-input.html b/experiments/Editor/tests/cursor/enterPressed04-input.html
deleted file mode 100644
index c22179e..0000000
--- a/experiments/Editor/tests/cursor/enterPressed04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[]Sample text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed05-expected.html b/experiments/Editor/tests/cursor/enterPressed05-expected.html
deleted file mode 100644
index ee8db9e..0000000
--- a/experiments/Editor/tests/cursor/enterPressed05-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample text</p>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed05-input.html b/experiments/Editor/tests/cursor/enterPressed05-input.html
deleted file mode 100644
index ef94848..0000000
--- a/experiments/Editor/tests/cursor/enterPressed05-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample text[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed06-expected.html b/experiments/Editor/tests/cursor/enterPressed06-expected.html
deleted file mode 100644
index e85dc5f..0000000
--- a/experiments/Editor/tests/cursor/enterPressed06-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b>Sample t</b></p>
-    <p><b>[]ext</b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed06-input.html b/experiments/Editor/tests/cursor/enterPressed06-input.html
deleted file mode 100644
index 773f5ca..0000000
--- a/experiments/Editor/tests/cursor/enterPressed06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b>Sample t[]ext</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed07-expected.html b/experiments/Editor/tests/cursor/enterPressed07-expected.html
deleted file mode 100644
index bce2182..0000000
--- a/experiments/Editor/tests/cursor/enterPressed07-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><br/></p>
-    <p><b>[]Sample text</b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed07-input.html b/experiments/Editor/tests/cursor/enterPressed07-input.html
deleted file mode 100644
index 4503c22..0000000
--- a/experiments/Editor/tests/cursor/enterPressed07-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b>[]Sample text</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed08-expected.html b/experiments/Editor/tests/cursor/enterPressed08-expected.html
deleted file mode 100644
index e2382cc..0000000
--- a/experiments/Editor/tests/cursor/enterPressed08-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b>Sample text</b></p>
-    <p>
-      <b>[]</b>
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed08-input.html b/experiments/Editor/tests/cursor/enterPressed08-input.html
deleted file mode 100644
index 126ce8b..0000000
--- a/experiments/Editor/tests/cursor/enterPressed08-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b>Sample text[]</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed09-expected.html b/experiments/Editor/tests/cursor/enterPressed09-expected.html
deleted file mode 100644
index 006e734..0000000
--- a/experiments/Editor/tests/cursor/enterPressed09-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b>Sample text</b></p>
-    <p><b>X[]</b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed09-input.html b/experiments/Editor/tests/cursor/enterPressed09-input.html
deleted file mode 100644
index 7a1d1ed..0000000
--- a/experiments/Editor/tests/cursor/enterPressed09-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Cursor_insertCharacter("X");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b>Sample text[]</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed10-expected.html b/experiments/Editor/tests/cursor/enterPressed10-expected.html
deleted file mode 100644
index 32944cf..0000000
--- a/experiments/Editor/tests/cursor/enterPressed10-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sample t</u></i></b></p>
-    <p><b><i><u>[]ext</u></i></b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed10-input.html b/experiments/Editor/tests/cursor/enterPressed10-input.html
deleted file mode 100644
index 07859a5..0000000
--- a/experiments/Editor/tests/cursor/enterPressed10-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sample t[]ext</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed11-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed11-expected.html b/experiments/Editor/tests/cursor/enterPressed11-expected.html
deleted file mode 100644
index 6997377..0000000
--- a/experiments/Editor/tests/cursor/enterPressed11-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><br/></p>
-    <p><b><i><u>[]Sample text</u></i></b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed11-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed11-input.html b/experiments/Editor/tests/cursor/enterPressed11-input.html
deleted file mode 100644
index f4ca6f5..0000000
--- a/experiments/Editor/tests/cursor/enterPressed11-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>[]Sample text</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed12-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed12-expected.html b/experiments/Editor/tests/cursor/enterPressed12-expected.html
deleted file mode 100644
index 4b556fb..0000000
--- a/experiments/Editor/tests/cursor/enterPressed12-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sample text</u></i></b></p>
-    <p>
-      <b><i><u>[]</u></i></b>
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed12-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed12-input.html b/experiments/Editor/tests/cursor/enterPressed12-input.html
deleted file mode 100644
index 4866888..0000000
--- a/experiments/Editor/tests/cursor/enterPressed12-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sample text[]</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed13-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed13-expected.html b/experiments/Editor/tests/cursor/enterPressed13-expected.html
deleted file mode 100644
index 7543691..0000000
--- a/experiments/Editor/tests/cursor/enterPressed13-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sample text</u></i></b></p>
-    <p><b><i><u>X[]</u></i></b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed13-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed13-input.html b/experiments/Editor/tests/cursor/enterPressed13-input.html
deleted file mode 100644
index 8f44823..0000000
--- a/experiments/Editor/tests/cursor/enterPressed13-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Cursor_insertCharacter("X");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sample text[]</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed14-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed14-expected.html b/experiments/Editor/tests/cursor/enterPressed14-expected.html
deleted file mode 100644
index f2b6255..0000000
--- a/experiments/Editor/tests/cursor/enterPressed14-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sam</p>
-    <p>
-      []ple
-      <b><i><u>text</u></i></b>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed14-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed14-input.html b/experiments/Editor/tests/cursor/enterPressed14-input.html
deleted file mode 100644
index 88eb9d1..0000000
--- a/experiments/Editor/tests/cursor/enterPressed14-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sam[]ple <b><i><u>text</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed15-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed15-expected.html b/experiments/Editor/tests/cursor/enterPressed15-expected.html
deleted file mode 100644
index 8af5c92..0000000
--- a/experiments/Editor/tests/cursor/enterPressed15-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample</p>
-    <p>
-      []
-      <b><i><u>text</u></i></b>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed15-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed15-input.html b/experiments/Editor/tests/cursor/enterPressed15-input.html
deleted file mode 100644
index 264f118..0000000
--- a/experiments/Editor/tests/cursor/enterPressed15-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample []<b><i><u>text</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed16-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed16-expected.html b/experiments/Editor/tests/cursor/enterPressed16-expected.html
deleted file mode 100644
index 0a2583f..0000000
--- a/experiments/Editor/tests/cursor/enterPressed16-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <b><i><u>Sample</u></i></b>
-      te
-    </p>
-    <p>[]xt</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed16-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed16-input.html b/experiments/Editor/tests/cursor/enterPressed16-input.html
deleted file mode 100644
index 02cca24..0000000
--- a/experiments/Editor/tests/cursor/enterPressed16-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sample</u></i></b> te[]xt</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed17-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed17-expected.html b/experiments/Editor/tests/cursor/enterPressed17-expected.html
deleted file mode 100644
index 12fe0bf..0000000
--- a/experiments/Editor/tests/cursor/enterPressed17-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sample</u></i></b></p>
-    <p>[] text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed17-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed17-input.html b/experiments/Editor/tests/cursor/enterPressed17-input.html
deleted file mode 100644
index bce07e4..0000000
--- a/experiments/Editor/tests/cursor/enterPressed17-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sample</u></i></b>[] text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed18-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed18-expected.html b/experiments/Editor/tests/cursor/enterPressed18-expected.html
deleted file mode 100644
index 8e26da0..0000000
--- a/experiments/Editor/tests/cursor/enterPressed18-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <b>
-        <i>
-          <u>Sample</u>
-          te
-        </i>
-      </b>
-    </p>
-    <p><b><i>[]xt</i></b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed18-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed18-input.html b/experiments/Editor/tests/cursor/enterPressed18-input.html
deleted file mode 100644
index 8593681..0000000
--- a/experiments/Editor/tests/cursor/enterPressed18-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sample</u> te[]xt</i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed19-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed19-expected.html b/experiments/Editor/tests/cursor/enterPressed19-expected.html
deleted file mode 100644
index 8abab2f..0000000
--- a/experiments/Editor/tests/cursor/enterPressed19-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sample</u></i></b></p>
-    <p><b><i>[] text</i></b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed19-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed19-input.html b/experiments/Editor/tests/cursor/enterPressed19-input.html
deleted file mode 100644
index 5f5e30c..0000000
--- a/experiments/Editor/tests/cursor/enterPressed19-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sample</u>[] text</i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed20-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed20-expected.html b/experiments/Editor/tests/cursor/enterPressed20-expected.html
deleted file mode 100644
index b168370..0000000
--- a/experiments/Editor/tests/cursor/enterPressed20-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <b>
-        <i>
-          <u>Sample</u>
-          text
-        </i>
-      </b>
-    </p>
-    <p>
-      <b><i>[]</i></b>
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed20-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed20-input.html b/experiments/Editor/tests/cursor/enterPressed20-input.html
deleted file mode 100644
index 40ec62a..0000000
--- a/experiments/Editor/tests/cursor/enterPressed20-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sample</u> text[]</i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed21-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed21-expected.html b/experiments/Editor/tests/cursor/enterPressed21-expected.html
deleted file mode 100644
index 3c553d3..0000000
--- a/experiments/Editor/tests/cursor/enterPressed21-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i>Sam</i></b></p>
-    <p>
-      <b>
-        <i>
-          []ple
-          <u>text</u>
-        </i>
-      </b>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed21-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed21-input.html b/experiments/Editor/tests/cursor/enterPressed21-input.html
deleted file mode 100644
index 16878e9..0000000
--- a/experiments/Editor/tests/cursor/enterPressed21-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i>Sam[]ple <u>text</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed22-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed22-expected.html b/experiments/Editor/tests/cursor/enterPressed22-expected.html
deleted file mode 100644
index f3306b7..0000000
--- a/experiments/Editor/tests/cursor/enterPressed22-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><br/></p>
-    <p>
-      <b>
-        <i>
-          []Sample
-          <u>text</u>
-        </i>
-      </b>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed22-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed22-input.html b/experiments/Editor/tests/cursor/enterPressed22-input.html
deleted file mode 100644
index c21cca8..0000000
--- a/experiments/Editor/tests/cursor/enterPressed22-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i>[]Sample <u>text</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed23-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed23-expected.html b/experiments/Editor/tests/cursor/enterPressed23-expected.html
deleted file mode 100644
index c0c71c0..0000000
--- a/experiments/Editor/tests/cursor/enterPressed23-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i>Sample</i></b></p>
-    <p>
-      <b>
-        <i>
-          []
-          <u>text</u>
-        </i>
-      </b>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed23-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed23-input.html b/experiments/Editor/tests/cursor/enterPressed23-input.html
deleted file mode 100644
index 10f87db..0000000
--- a/experiments/Editor/tests/cursor/enterPressed23-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i>Sample []<u>text</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed24-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed24-expected.html b/experiments/Editor/tests/cursor/enterPressed24-expected.html
deleted file mode 100644
index 5945812..0000000
--- a/experiments/Editor/tests/cursor/enterPressed24-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><br/></p>
-    <p>
-      []*
-      <b><i><u>Sample text</u></i></b>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed24-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed24-input.html b/experiments/Editor/tests/cursor/enterPressed24-input.html
deleted file mode 100644
index a4c009f..0000000
--- a/experiments/Editor/tests/cursor/enterPressed24-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[]<b><i><u>Sample text</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed25-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed25-expected.html b/experiments/Editor/tests/cursor/enterPressed25-expected.html
deleted file mode 100644
index f6e93fc..0000000
--- a/experiments/Editor/tests/cursor/enterPressed25-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sample text</u></i></b></p>
-    <p>
-      []*
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed25-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed25-input.html b/experiments/Editor/tests/cursor/enterPressed25-input.html
deleted file mode 100644
index f7b9e78..0000000
--- a/experiments/Editor/tests/cursor/enterPressed25-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sample text</u></i></b>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed26-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed26-expected.html b/experiments/Editor/tests/cursor/enterPressed26-expected.html
deleted file mode 100644
index e904127..0000000
--- a/experiments/Editor/tests/cursor/enterPressed26-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><br/></p>
-    <p>
-      <b>
-        <i>
-          []*
-          <u>Sample text</u>
-        </i>
-      </b>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed26-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed26-input.html b/experiments/Editor/tests/cursor/enterPressed26-input.html
deleted file mode 100644
index 92b3bee..0000000
--- a/experiments/Editor/tests/cursor/enterPressed26-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i>[]<u>Sample text</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed27-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed27-expected.html b/experiments/Editor/tests/cursor/enterPressed27-expected.html
deleted file mode 100644
index e34cfaa..0000000
--- a/experiments/Editor/tests/cursor/enterPressed27-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sample text</u></i></b></p>
-    <p>
-      <b><i>[]*</i></b>
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed27-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed27-input.html b/experiments/Editor/tests/cursor/enterPressed27-input.html
deleted file mode 100644
index 22fb7ff..0000000
--- a/experiments/Editor/tests/cursor/enterPressed27-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sample text</u>[]</i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed28-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed28-expected.html b/experiments/Editor/tests/cursor/enterPressed28-expected.html
deleted file mode 100644
index 6b52335..0000000
--- a/experiments/Editor/tests/cursor/enterPressed28-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample text</p>
-    <p><br/></p>
-    <p><br/></p>
-    <p><br/></p>
-    <p><br/></p>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed28-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed28-input.html b/experiments/Editor/tests/cursor/enterPressed28-input.html
deleted file mode 100644
index 6498510..0000000
--- a/experiments/Editor/tests/cursor/enterPressed28-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Cursor_enterPressed();
-    Cursor_enterPressed();
-    Cursor_enterPressed();
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample text[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed29-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed29-expected.html b/experiments/Editor/tests/cursor/enterPressed29-expected.html
deleted file mode 100644
index 8fcc923..0000000
--- a/experiments/Editor/tests/cursor/enterPressed29-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><br/></p>
-    <p>[]Some text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed29-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed29-input.html b/experiments/Editor/tests/cursor/enterPressed29-input.html
deleted file mode 100644
index bb68b7a..0000000
--- a/experiments/Editor/tests/cursor/enterPressed29-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[]Some text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed30-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed30-expected.html b/experiments/Editor/tests/cursor/enterPressed30-expected.html
deleted file mode 100644
index 4ca9994..0000000
--- a/experiments/Editor/tests/cursor/enterPressed30-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed30-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed30-input.html b/experiments/Editor/tests/cursor/enterPressed30-input.html
deleted file mode 100644
index 8c2cfdd..0000000
--- a/experiments/Editor/tests/cursor/enterPressed30-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one [two]</p>
-<p>three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed31-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed31-expected.html b/experiments/Editor/tests/cursor/enterPressed31-expected.html
deleted file mode 100644
index 665ebaf..0000000
--- a/experiments/Editor/tests/cursor/enterPressed31-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>On</p>
-      <p>[]e</p>
-      <p>Two</p>
-      <p>Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed31-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed31-input.html b/experiments/Editor/tests/cursor/enterPressed31-input.html
deleted file mode 100644
index 77a26e3..0000000
--- a/experiments/Editor/tests/cursor/enterPressed31-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div>
-  <p>On[]e</p>
-  <p>Two</p>
-  <p>Three</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed32-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed32-expected.html b/experiments/Editor/tests/cursor/enterPressed32-expected.html
deleted file mode 100644
index e1d92ab..0000000
--- a/experiments/Editor/tests/cursor/enterPressed32-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>On</p>
-      <p>[]e</p>
-      <p>Two</p>
-      <p>Three</p>
-    </div>
-    <div>
-      <p>Four</p>
-      <p>Five</p>
-      <p>Six</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed32-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed32-input.html b/experiments/Editor/tests/cursor/enterPressed32-input.html
deleted file mode 100644
index 4bf16c3..0000000
--- a/experiments/Editor/tests/cursor/enterPressed32-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div>
-  <p>On[]e</p>
-  <p>Two</p>
-  <p>Three</p>
-</div>
-<div>
-  <p>Four</p>
-  <p>Five</p>
-  <p>Six</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed33-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed33-expected.html b/experiments/Editor/tests/cursor/enterPressed33-expected.html
deleted file mode 100644
index a82a248..0000000
--- a/experiments/Editor/tests/cursor/enterPressed33-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>One</p>
-      <p>
-        []
-        <br/>
-      </p>
-      <p>Two</p>
-      <p>Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed33-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed33-input.html b/experiments/Editor/tests/cursor/enterPressed33-input.html
deleted file mode 100644
index 4de2dd0..0000000
--- a/experiments/Editor/tests/cursor/enterPressed33-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div>
-  <p>One[]</p>
-  <p>Two</p>
-  <p>Three</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed34-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed34-expected.html b/experiments/Editor/tests/cursor/enterPressed34-expected.html
deleted file mode 100644
index ebe5f38..0000000
--- a/experiments/Editor/tests/cursor/enterPressed34-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>One</p>
-      <p>
-        []
-        <br/>
-      </p>
-      <p>Two</p>
-      <p>Three</p>
-    </div>
-    <div>
-      <p>Four</p>
-      <p>Five</p>
-      <p>Six</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed34-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed34-input.html b/experiments/Editor/tests/cursor/enterPressed34-input.html
deleted file mode 100644
index 93d56aa..0000000
--- a/experiments/Editor/tests/cursor/enterPressed34-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div>
-  <p>One[]</p>
-  <p>Two</p>
-  <p>Three</p>
-</div>
-<div>
-  <p>Four</p>
-  <p>Five</p>
-  <p>Six</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed35-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed35-expected.html b/experiments/Editor/tests/cursor/enterPressed35-expected.html
deleted file mode 100644
index 93c094c..0000000
--- a/experiments/Editor/tests/cursor/enterPressed35-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>One</p>
-    <p><br/></p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>Three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed35-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed35-input.html b/experiments/Editor/tests/cursor/enterPressed35-input.html
deleted file mode 100644
index 1c35389..0000000
--- a/experiments/Editor/tests/cursor/enterPressed35-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>One</p>
-<p>[Two]</p>
-<p>Three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-caption01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-caption01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-caption01-expected.html
deleted file mode 100644
index abbcf70..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-caption01-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <table id="item1" style="width: 100%">
-      <caption>TestX[]</caption>
-      <colgroup>
-        <col width="50%"/>
-        <col width="50%"/>
-      </colgroup>
-      <tbody>
-        <tr>
-          <td>0, 0</td>
-          <td>0, 1</td>
-        </tr>
-        <tr>
-          <td>1, 0</td>
-          <td>1, 1</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-caption01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-caption01-input.html b/experiments/Editor/tests/cursor/insertCharacter-caption01-input.html
deleted file mode 100644
index 99952e9..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-caption01-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-
-    var caption = document.getElementsByTagName("CAPTION")[0];
-    var last = caption.lastChild;
-    Selection_set(last,4,last,4);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <table style="width: 100%">
-    <caption>
-      Table 1: Test
-    </caption>
-    <col width="50%">
-    <col width="50%">
-    <tr>
-      <td>0, 0</td>
-      <td>0, 1</td>
-    </tr>
-    <tr>
-      <td>1, 0</td>
-      <td>1, 1</td>
-    </tr>
-  </table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-caption02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-caption02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-caption02-expected.html
deleted file mode 100644
index 434a323..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-caption02-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <table id="item1" style="width: 100%">
-      <caption>TesX[]t</caption>
-      <colgroup>
-        <col width="50%"/>
-        <col width="50%"/>
-      </colgroup>
-      <tbody>
-        <tr>
-          <td>0, 0</td>
-          <td>0, 1</td>
-        </tr>
-        <tr>
-          <td>1, 0</td>
-          <td>1, 1</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-caption02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-caption02-input.html b/experiments/Editor/tests/cursor/insertCharacter-caption02-input.html
deleted file mode 100644
index 1de4e27..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-caption02-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-
-    var caption = document.getElementsByTagName("CAPTION")[0];
-    var last = caption.lastChild;
-    Selection_set(last,3,last,3);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <table style="width: 100%">
-    <caption>
-      Table 1: Test
-    </caption>
-    <col width="50%">
-    <col width="50%">
-    <tr>
-      <td>0, 0</td>
-      <td>0, 1</td>
-    </tr>
-    <tr>
-      <td>1, 0</td>
-      <td>1, 1</td>
-    </tr>
-  </table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-dash01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-dash01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-dash01-expected.html
deleted file mode 100644
index 4a3d3f9..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-dash01-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Hyphen: Test-[]</p>
-    <p>charCode = 45</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-dash01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-dash01-input.html b/experiments/Editor/tests/cursor/insertCharacter-dash01-input.html
deleted file mode 100644
index 2672220..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-dash01-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("-",true);
-    var text = getNodeText(document.body).replace(/\s+$/,"");
-    var charCode = text.charCodeAt(text.length-1);
-    var p = DOM_createElement(document,"P");
-    DOM_appendChild(p,DOM_createTextNode(document,"charCode = "+charCode));
-    DOM_appendChild(document.body,p);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Hyphen: Test[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-dash02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-dash02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-dash02-expected.html
deleted file mode 100644
index e56ca87..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-dash02-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>En dash: 3–[]</p>
-    <p>charCode = 8211</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-dash02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-dash02-input.html b/experiments/Editor/tests/cursor/insertCharacter-dash02-input.html
deleted file mode 100644
index 6160915..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-dash02-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("-",true);
-    var text = getNodeText(document.body).replace(/\s+$/,"");
-    var charCode = text.charCodeAt(text.length-1);
-    var p = DOM_createElement(document,"P");
-    DOM_appendChild(p,DOM_createTextNode(document,"charCode = "+charCode));
-    DOM_appendChild(document.body,p);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>En dash: 3[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-dash03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-dash03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-dash03-expected.html
deleted file mode 100644
index 393d898..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-dash03-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Em dash: Test —[]</p>
-    <p>charCode = 8212</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-dash03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-dash03-input.html b/experiments/Editor/tests/cursor/insertCharacter-dash03-input.html
deleted file mode 100644
index f5ea661..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-dash03-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ",true);
-    Cursor_insertCharacter("-",true);
-    var text = getNodeText(document.body).replace(/\s+$/,"");
-    var charCode = text.charCodeAt(text.length-1);
-    var p = DOM_createElement(document,"P");
-    DOM_appendChild(p,DOM_createTextNode(document,"charCode = "+charCode));
-    DOM_appendChild(document.body,p);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Em dash: Test[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-dash04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-dash04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-dash04-expected.html
deleted file mode 100644
index 690f325..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-dash04-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>En dash: 3 –[]</p>
-    <p>charCode = 8211</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-dash04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-dash04-input.html b/experiments/Editor/tests/cursor/insertCharacter-dash04-input.html
deleted file mode 100644
index 62d81f3..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-dash04-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ",true);
-    Cursor_insertCharacter("-",true);
-    var text = getNodeText(document.body).replace(/\s+$/,"");
-    var charCode = text.charCodeAt(text.length-1);
-    var p = DOM_createElement(document,"P");
-    DOM_appendChild(p,DOM_createTextNode(document,"charCode = "+charCode));
-    DOM_appendChild(document.body,p);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>En dash: 3[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty01-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty01-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty01-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty01-input.html
deleted file mode 100644
index bd02079..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]<p></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty02-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty02-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty02-input.html
deleted file mode 100644
index 1274890..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty03-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty03-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty03-input.html
deleted file mode 100644
index e0f1581..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty03-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p></p>[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty04-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty04-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty04-input.html
deleted file mode 100644
index 94b7158..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty04-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]<p><br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty05-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty05-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty05-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty05-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty05-input.html
deleted file mode 100644
index cfc8445..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty05-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[]<br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty06-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty06-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty06-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty06-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty06-input.html
deleted file mode 100644
index 1d7e4b0..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty06-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><br>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty07-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty07-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty07-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty07-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty07-input.html
deleted file mode 100644
index 6bd86e0..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty07-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><br></p>[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty08-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty08-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty08-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty08-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty08-input.html
deleted file mode 100644
index 48126b1..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty08-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var text = DOM_createTextNode(document,"");
-    DOM_insertBefore(p,text,p.firstChild);
-    Selection_setEmptySelectionAt(text,0);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty09-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty09-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty09-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty09-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty09-input.html
deleted file mode 100644
index 9bc1a88..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty09-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var text = DOM_createTextNode(document,"");
-    DOM_appendChild(p,text);
-    Selection_setEmptySelectionAt(text,0);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-empty10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty10-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty10-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty10-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-  </body>
-</html>