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:04 UTC

[29/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/insertCharacter-empty10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty10-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty10-input.html
deleted file mode 100644
index b90ca34..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty10-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var br = document.getElementsByTagName("BR")[0];
-    Selection_setEmptySelectionAt(br,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-empty11-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty11-expected.html b/experiments/Editor/tests/cursor/insertCharacter-empty11-expected.html
deleted file mode 100644
index cd37670..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty11-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-empty11-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-empty11-input.html b/experiments/Editor/tests/cursor/insertCharacter-empty11-input.html
deleted file mode 100644
index 5ee8a10..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-empty11-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-figcaption01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-figcaption01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-figcaption01-expected.html
deleted file mode 100644
index 251ec5a..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-figcaption01-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <figure id="item1">
-      <img src="../figures/nothing.png"/>
-      <figcaption>TestX[]</figcaption>
-    </figure>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-figcaption01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-figcaption01-input.html b/experiments/Editor/tests/cursor/insertCharacter-figcaption01-input.html
deleted file mode 100644
index 4ddb2ff..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-figcaption01-input.html
+++ /dev/null
@@ -1,27 +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("FIGCAPTION")[0];
-    var last = caption.lastChild;
-    Selection_set(last,4,last,4);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <figure>
-    <img src="../figures/nothing.png">
-    <figcaption>Figure 1: Test</figcaption>
-  </figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-figcaption02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-figcaption02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-figcaption02-expected.html
deleted file mode 100644
index feb6a58..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-figcaption02-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <figure id="item1">
-      <img src="../figures/nothing.png"/>
-      <figcaption>TesX[]t</figcaption>
-    </figure>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-figcaption02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-figcaption02-input.html b/experiments/Editor/tests/cursor/insertCharacter-figcaption02-input.html
deleted file mode 100644
index 1e81518..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-figcaption02-input.html
+++ /dev/null
@@ -1,27 +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("FIGCAPTION")[0];
-    var last = caption.lastChild;
-    Selection_set(last,3,last,3);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <figure>
-    <img src="../figures/nothing.png">
-    <figcaption>Figure 1: Test</figcaption>
-  </figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-list01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-list01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list01-expected.html
deleted file mode 100644
index a9ec003..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-list01-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>X[]One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ol>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-list02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-list02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list02-expected.html
deleted file mode 100644
index 043de04..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-list02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>ThreeX[]</li>
-    </ol>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-list03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-list03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list03-expected.html
deleted file mode 100644
index a9ec003..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-list03-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>X[]One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ol>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-list04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-list04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list04-expected.html
deleted file mode 100644
index 8d32bc9..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-list04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>X[]Three</li>
-    </ol>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-list05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-list05-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list05-expected.html
deleted file mode 100644
index 043de04..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-list05-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>ThreeX[]</li>
-    </ol>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-list06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-list06-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list06-expected.html
deleted file mode 100644
index d278786..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-list06-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <ol>
-      <li>X[]One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ol>
-    <p>After</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-list07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-list07-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list07-expected.html
deleted file mode 100644
index b623da5..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-list07-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ol>
-    <p>X[]After</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-list08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-list08-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list08-expected.html
deleted file mode 100644
index d278786..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-list08-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <ol>
-      <li>X[]One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ol>
-    <p>After</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-list09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-list09-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list09-expected.html
deleted file mode 100644
index cfa37d4..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-list09-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>X[]Three</li>
-    </ol>
-    <p>After</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-list10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-list10-expected.html b/experiments/Editor/tests/cursor/insertCharacter-list10-expected.html
deleted file mode 100644
index b623da5..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-list10-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ol>
-    <p>X[]After</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-quotes01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-quotes01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-quotes01-expected.html
deleted file mode 100644
index c76e9d6..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-quotes01-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head>
-    <meta charset="utf-8"/>
-  </head>
-  <body>
-    <p>A 15" “screen”</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-quotes01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-quotes01-input.html b/experiments/Editor/tests/cursor/insertCharacter-quotes01-input.html
deleted file mode 100644
index 8b2dd72..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-quotes01-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("A");
-    Cursor_insertCharacter(" ");
-    Cursor_insertCharacter("1");
-    Cursor_insertCharacter("5");
-    Cursor_insertCharacter("“");
-    Cursor_insertCharacter("”");
-    Cursor_insertCharacter(" ");
-    Cursor_insertCharacter("“");
-    Cursor_insertCharacter("s");
-    Cursor_insertCharacter("c");
-    Cursor_insertCharacter("r");
-    Cursor_insertCharacter("e");
-    Cursor_insertCharacter("e");
-    Cursor_insertCharacter("n");
-    Cursor_insertCharacter("”");
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-space01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-space01-input.html b/experiments/Editor/tests/cursor/insertCharacter-space01-input.html
deleted file mode 100644
index c2aa8b9..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-space01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    Cursor_insertCharacter(" ");
-    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-space02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-space02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space02-expected.html
deleted file mode 100644
index 46a6a7c..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-space02-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-space02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-space02-input.html b/experiments/Editor/tests/cursor/insertCharacter-space02-input.html
deleted file mode 100644
index b0d9aa9..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-space02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ");
-    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-space03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-space03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space03-expected.html
deleted file mode 100644
index 7cea116..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-space03-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <b>[]</b>
-      <br/>
-    </p>
-  </body>
-</html>

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-space06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-space06-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space06-expected.html
deleted file mode 100644
index 57afce5..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-space06-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <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/insertCharacter-space06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-space06-input.html b/experiments/Editor/tests/cursor/insertCharacter-space06-input.html
deleted file mode 100644
index cd35e0a..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-space06-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<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/insertCharacter-space07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-space07-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space07-expected.html
deleted file mode 100644
index 0424077..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-space07-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      []
-      <b><i><u/></i></b>
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-space07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-space07-input.html b/experiments/Editor/tests/cursor/insertCharacter-space07-input.html
deleted file mode 100644
index 12ffb04..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-space07-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<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/insertCharacter-space08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-space08-expected.html b/experiments/Editor/tests/cursor/insertCharacter-space08-expected.html
deleted file mode 100644
index 9664dbc..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-space08-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <b><i><u/></i></b>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-space08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-space08-input.html b/experiments/Editor/tests/cursor/insertCharacter-space08-input.html
deleted file mode 100644
index e3736bb..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-space08-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<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/insertCharacter-spchar01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-spchar01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-spchar01-expected.html
deleted file mode 100644
index 5be3b04..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-spchar01-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-spchar01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-spchar01-input.html b/experiments/Editor/tests/cursor/insertCharacter-spchar01-input.html
deleted file mode 100644
index 84b2edd..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-spchar01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-    showNonEmptyTextNodes();
-}
-</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-spchar02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-spchar02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-spchar02-expected.html
deleted file mode 100644
index 31e2180..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-spchar02-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <b></b>
-      {X[]}
-    </p>
-  </body>
-</html>

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table01-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table01-expected.html
deleted file mode 100644
index 9208e92..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table01-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]</p>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table01-input.html b/experiments/Editor/tests/cursor/insertCharacter-table01-input.html
deleted file mode 100644
index 3cb1b98..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table01-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table02-expected.html
deleted file mode 100644
index 1c435b8..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table02-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table02-input.html b/experiments/Editor/tests/cursor/insertCharacter-table02-input.html
deleted file mode 100644
index c097f35..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table02-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table03-expected.html
deleted file mode 100644
index 696f71d..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table03-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>X[]One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table03-input.html b/experiments/Editor/tests/cursor/insertCharacter-table03-input.html
deleted file mode 100644
index e3e7de6..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table03-input.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(trs[0].parentNode,DOM_nodeOffset(trs[0]));
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table04-expected.html
deleted file mode 100644
index 4b35fbd..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table04-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>X[]Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table04-input.html b/experiments/Editor/tests/cursor/insertCharacter-table04-input.html
deleted file mode 100644
index 39b72b6..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table04-input.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(trs[2].parentNode,DOM_nodeOffset(trs[2]));
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table05-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table05-expected.html
deleted file mode 100644
index 1c435b8..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table05-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table05-input.html b/experiments/Editor/tests/cursor/insertCharacter-table05-input.html
deleted file mode 100644
index 70b4e0f..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table05-input.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(trs[2].parentNode,DOM_nodeOffset(trs[2])+1);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table06-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table06-expected.html
deleted file mode 100644
index 4b35fbd..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table06-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>X[]Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table06-input.html b/experiments/Editor/tests/cursor/insertCharacter-table06-input.html
deleted file mode 100644
index 6d23df0..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table06-input.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(tds[6].parentNode,DOM_nodeOffset(tds[6]));
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table07-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table07-expected.html
deleted file mode 100644
index 5b97824..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table07-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>X[]Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table07-input.html b/experiments/Editor/tests/cursor/insertCharacter-table07-input.html
deleted file mode 100644
index f033d0b..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table07-input.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(tds[8].parentNode,DOM_nodeOffset(tds[8]));
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table08-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table08-expected.html
deleted file mode 100644
index 1c435b8..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table08-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table08-input.html b/experiments/Editor/tests/cursor/insertCharacter-table08-input.html
deleted file mode 100644
index 86dd63e..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table08-input.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(tds[8].parentNode,DOM_nodeOffset(tds[8])+1);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table09-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table09-expected.html
deleted file mode 100644
index 4b35fbd..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table09-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>X[]Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table09-input.html b/experiments/Editor/tests/cursor/insertCharacter-table09-input.html
deleted file mode 100644
index 409d3cf..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table09-input.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(tds[5].parentNode,DOM_nodeOffset(tds[5])+1);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
- </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table10-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table10-expected.html
deleted file mode 100644
index 696f71d..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table10-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>X[]One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table10-input.html b/experiments/Editor/tests/cursor/insertCharacter-table10-input.html
deleted file mode 100644
index 6e1625f..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table10-input.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(tds[0].parentNode,DOM_nodeOffset(tds[0]));
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
- </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table11-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table11-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table11-expected.html
deleted file mode 100644
index 696f71d..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table11-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>X[]One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table11-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table11-input.html b/experiments/Editor/tests/cursor/insertCharacter-table11-input.html
deleted file mode 100644
index 7d20edf..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table11-input.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(tbody.parentNode,DOM_nodeOffset(tbody));
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tbody>
-    <tr>
-      <td>One</td>
-      <td>Two</td>
-      <td>Three</td>
-    </tr>
-    <tr>
-      <td>Four</td>
-      <td>Five</td>
-      <td>Six</td>
-    </tr>
-    <tr>
-      <td>Seven</td>
-      <td>Eight</td>
-      <td>Nine</td>
-    </tr>
-  </tbody>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table12-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table12-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table12-expected.html
deleted file mode 100644
index 1c435b8..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table12-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table12-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table12-input.html b/experiments/Editor/tests/cursor/insertCharacter-table12-input.html
deleted file mode 100644
index 6f4bf7e..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table12-input.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(tbody.parentNode,DOM_nodeOffset(tbody)+1);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tbody>
-    <tr>
-      <td>One</td>
-      <td>Two</td>
-      <td>Three</td>
-    </tr>
-    <tr>
-      <td>Four</td>
-      <td>Five</td>
-      <td>Six</td>
-    </tr>
-    <tr>
-      <td>Seven</td>
-      <td>Eight</td>
-      <td>Nine</td>
-    </tr>
-  </tbody>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table13-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table13-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table13-expected.html
deleted file mode 100644
index 696f71d..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table13-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>X[]One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table13-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table13-input.html b/experiments/Editor/tests/cursor/insertCharacter-table13-input.html
deleted file mode 100644
index 40bb67a..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table13-input.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(trs[0].parentNode,DOM_nodeOffset(trs[0]));
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tbody>
-    <tr>
-      <td>One</td>
-      <td>Two</td>
-      <td>Three</td>
-    </tr>
-    <tr>
-      <td>Four</td>
-      <td>Five</td>
-      <td>Six</td>
-    </tr>
-    <tr>
-      <td>Seven</td>
-      <td>Eight</td>
-      <td>Nine</td>
-    </tr>
-  </tbody>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table14-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table14-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table14-expected.html
deleted file mode 100644
index 4b35fbd..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table14-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>X[]Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table14-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table14-input.html b/experiments/Editor/tests/cursor/insertCharacter-table14-input.html
deleted file mode 100644
index 0fb6d8a..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table14-input.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(trs[2].parentNode,DOM_nodeOffset(trs[2]));
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tbody>
-    <tr>
-      <td>One</td>
-      <td>Two</td>
-      <td>Three</td>
-    </tr>
-    <tr>
-      <td>Four</td>
-      <td>Five</td>
-      <td>Six</td>
-    </tr>
-    <tr>
-      <td>Seven</td>
-      <td>Eight</td>
-      <td>Nine</td>
-    </tr>
-  </tbody>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table15-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table15-expected.html b/experiments/Editor/tests/cursor/insertCharacter-table15-expected.html
deleted file mode 100644
index 1c435b8..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table15-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>X[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-table15-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-table15-input.html b/experiments/Editor/tests/cursor/insertCharacter-table15-input.html
deleted file mode 100644
index 89e262e..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-table15-input.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var trs = document.getElementsByTagName("TR");
-    var tds = document.getElementsByTagName("TD");
-    var tbody = document.getElementsByTagName("TBODY")[0];
-    Selection_setEmptySelectionAt(trs[2].parentNode,DOM_nodeOffset(trs[2])+1);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tbody>
-    <tr>
-      <td>One</td>
-      <td>Two</td>
-      <td>Three</td>
-    </tr>
-    <tr>
-      <td>Four</td>
-      <td>Five</td>
-      <td>Six</td>
-    </tr>
-    <tr>
-      <td>Seven</td>
-      <td>Eight</td>
-      <td>Nine</td>
-    </tr>
-  </tbody>
-</table>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-toparagraph01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph01-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph01-input.html
deleted file mode 100644
index eb9ff70..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph01-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function deleteNeighbours(node)
-{
-    while (node.previousSibling != null)
-        DOM_deleteNode(node.previousSibling);
-    while (node.nextSibling != null)
-        DOM_deleteNode(node.nextSibling);
-}
-
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    deleteNeighbours(p);
-
-    Selection_setEmptySelectionAt(document.body,0);
-
-    Cursor_insertCharacter("X");
-    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/insertCharacter-toparagraph02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph02-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph02-expected.html
deleted file mode 100644
index d287729..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample textX[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-toparagraph02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph02-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph02-input.html
deleted file mode 100644
index 46d771b..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph02-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function deleteNeighbours(node)
-{
-    while (node.previousSibling != null)
-        DOM_deleteNode(node.previousSibling);
-    while (node.nextSibling != null)
-        DOM_deleteNode(node.nextSibling);
-}
-
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    deleteNeighbours(p);
-
-    Selection_setEmptySelectionAt(document.body,1);
-
-    Cursor_insertCharacter("X");
-    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/insertCharacter-toparagraph03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph03-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph03-expected.html
deleted file mode 100644
index 92f8165..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]Sample text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-toparagraph03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph03-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph03-input.html
deleted file mode 100644
index c255625..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph03-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function deleteNeighbours(node)
-{
-    while (node.previousSibling != null)
-        DOM_deleteNode(node.previousSibling);
-    while (node.nextSibling != null)
-        DOM_deleteNode(node.nextSibling);
-}
-
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    deleteNeighbours(p);
-
-    DOM_insertBefore(document.body,DOM_createTextNode(document,"  "),p);
-    DOM_insertBefore(document.body,DOM_createTextNode(document,"  "),p);
-    DOM_insertBefore(document.body,DOM_createTextNode(document,"  "),p);
-
-    Selection_setEmptySelectionAt(document.body,0);
-
-    Cursor_insertCharacter("X");
-    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/insertCharacter-toparagraph04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph04-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph04-expected.html
deleted file mode 100644
index d287729..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample textX[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-toparagraph04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph04-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph04-input.html
deleted file mode 100644
index 845dc37..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph04-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function deleteNeighbours(node)
-{
-    while (node.previousSibling != null)
-        DOM_deleteNode(node.previousSibling);
-    while (node.nextSibling != null)
-        DOM_deleteNode(node.nextSibling);
-}
-
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    deleteNeighbours(p);
-
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-
-    Selection_setEmptySelectionAt(document.body,document.body.childNodes.length);
-
-    Cursor_insertCharacter("X");
-    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/insertCharacter-toparagraph05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph05-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph05-expected.html
deleted file mode 100644
index 92f8165..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph05-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]Sample text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-toparagraph05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph05-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph05-input.html
deleted file mode 100644
index 1743963..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph05-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function deleteNeighbours(node)
-{
-    while (node.previousSibling != null)
-        DOM_deleteNode(node.previousSibling);
-    while (node.nextSibling != null)
-        DOM_deleteNode(node.nextSibling);
-}
-
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    deleteNeighbours(p);
-
-    DOM_insertBefore(document.body,DOM_createTextNode(document,"  "),p);
-    DOM_insertBefore(document.body,DOM_createTextNode(document,"  "),p);
-    DOM_insertBefore(document.body,DOM_createTextNode(document,"  "),p);
-
-    Selection_setEmptySelectionAt(document.body.firstChild,0);
-
-    Cursor_insertCharacter("X");
-    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/insertCharacter-toparagraph06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph06-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph06-expected.html
deleted file mode 100644
index d287729..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph06-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample textX[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-toparagraph06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph06-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph06-input.html
deleted file mode 100644
index 834af45..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph06-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function deleteNeighbours(node)
-{
-    while (node.previousSibling != null)
-        DOM_deleteNode(node.previousSibling);
-    while (node.nextSibling != null)
-        DOM_deleteNode(node.nextSibling);
-}
-
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    deleteNeighbours(p);
-
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-
-    Selection_setEmptySelectionAt(document.body.lastChild,0);
-
-    Cursor_insertCharacter("X");
-    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/insertCharacter-toparagraph07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph07-expected.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph07-expected.html
deleted file mode 100644
index 03bf992..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph07-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First</p>
-    <p>X[]Second</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-toparagraph07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph07-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph07-input.html
deleted file mode 100644
index 383293b..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph07-input.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    DOM_deleteAllChildren(document.body);
-
-
-    var p1 = DOM_createElement(document,"P");
-    var p2 = DOM_createElement(document,"P");
-    DOM_appendChild(p1,DOM_createTextNode(document,"First"));
-    DOM_appendChild(p2,DOM_createTextNode(document,"Second"));
-
-    DOM_appendChild(document.body,p1);
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,p2);
-
-    Selection_setEmptySelectionAt(document.body,3);
-
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter-toparagraph08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter-toparagraph08-input.html b/experiments/Editor/tests/cursor/insertCharacter-toparagraph08-input.html
deleted file mode 100644
index 26fb865..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter-toparagraph08-input.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    DOM_deleteAllChildren(document.body);
-
-
-    var p1 = DOM_createElement(document,"P");
-    var p2 = DOM_createElement(document,"P");
-    DOM_appendChild(p1,DOM_createTextNode(document,"First"));
-    DOM_appendChild(p2,DOM_createTextNode(document,"Second"));
-
-    DOM_appendChild(document.body,p1);
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"  "));
-    DOM_appendChild(document.body,p2);
-
-    Selection_setEmptySelectionAt(document.body.childNodes[3],0);
-
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter01-input.html b/experiments/Editor/tests/cursor/insertCharacter01-input.html
deleted file mode 100644
index d33d412..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    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/insertCharacter02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter02-expected.html b/experiments/Editor/tests/cursor/insertCharacter02-expected.html
deleted file mode 100644
index 19a3a39..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample tX[]ext</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter02-input.html b/experiments/Editor/tests/cursor/insertCharacter02-input.html
deleted file mode 100644
index bbd2717..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    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/insertCharacter03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter03-expected.html b/experiments/Editor/tests/cursor/insertCharacter03-expected.html
deleted file mode 100644
index 92f8165..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>X[]Sample text</p>
-  </body>
-</html>

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