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/14 15:22:50 UTC

[29/84] [partial] incubator-corinthia git commit: Moved experimentel code to /experiments

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter-table09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table09-input.html b/Editor/tests/cursor/insertCharacter-table09-input.html
deleted file mode 100644
index 409d3cf..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table10-expected.html b/Editor/tests/cursor/insertCharacter-table10-expected.html
deleted file mode 100644
index 696f71d..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table10-input.html b/Editor/tests/cursor/insertCharacter-table10-input.html
deleted file mode 100644
index 6e1625f..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table11-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table11-expected.html b/Editor/tests/cursor/insertCharacter-table11-expected.html
deleted file mode 100644
index 696f71d..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table11-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table11-input.html b/Editor/tests/cursor/insertCharacter-table11-input.html
deleted file mode 100644
index 7d20edf..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table12-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table12-expected.html b/Editor/tests/cursor/insertCharacter-table12-expected.html
deleted file mode 100644
index 1c435b8..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table12-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table12-input.html b/Editor/tests/cursor/insertCharacter-table12-input.html
deleted file mode 100644
index 6f4bf7e..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table13-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table13-expected.html b/Editor/tests/cursor/insertCharacter-table13-expected.html
deleted file mode 100644
index 696f71d..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table13-input.html b/Editor/tests/cursor/insertCharacter-table13-input.html
deleted file mode 100644
index 40bb67a..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table14-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table14-expected.html b/Editor/tests/cursor/insertCharacter-table14-expected.html
deleted file mode 100644
index 4b35fbd..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table14-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table14-input.html b/Editor/tests/cursor/insertCharacter-table14-input.html
deleted file mode 100644
index 0fb6d8a..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table15-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table15-expected.html b/Editor/tests/cursor/insertCharacter-table15-expected.html
deleted file mode 100644
index 1c435b8..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-table15-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-table15-input.html b/Editor/tests/cursor/insertCharacter-table15-input.html
deleted file mode 100644
index 89e262e..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph01-expected.html b/Editor/tests/cursor/insertCharacter-toparagraph01-expected.html
deleted file mode 100644
index 92f8165..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph01-input.html b/Editor/tests/cursor/insertCharacter-toparagraph01-input.html
deleted file mode 100644
index eb9ff70..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph02-expected.html b/Editor/tests/cursor/insertCharacter-toparagraph02-expected.html
deleted file mode 100644
index d287729..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph02-input.html b/Editor/tests/cursor/insertCharacter-toparagraph02-input.html
deleted file mode 100644
index 46d771b..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph03-expected.html b/Editor/tests/cursor/insertCharacter-toparagraph03-expected.html
deleted file mode 100644
index 92f8165..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph03-input.html b/Editor/tests/cursor/insertCharacter-toparagraph03-input.html
deleted file mode 100644
index c255625..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph04-expected.html b/Editor/tests/cursor/insertCharacter-toparagraph04-expected.html
deleted file mode 100644
index d287729..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph04-input.html b/Editor/tests/cursor/insertCharacter-toparagraph04-input.html
deleted file mode 100644
index 845dc37..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph05-expected.html b/Editor/tests/cursor/insertCharacter-toparagraph05-expected.html
deleted file mode 100644
index 92f8165..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph05-input.html b/Editor/tests/cursor/insertCharacter-toparagraph05-input.html
deleted file mode 100644
index 1743963..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph06-expected.html b/Editor/tests/cursor/insertCharacter-toparagraph06-expected.html
deleted file mode 100644
index d287729..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph06-input.html b/Editor/tests/cursor/insertCharacter-toparagraph06-input.html
deleted file mode 100644
index 834af45..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph07-expected.html b/Editor/tests/cursor/insertCharacter-toparagraph07-expected.html
deleted file mode 100644
index 03bf992..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph07-input.html b/Editor/tests/cursor/insertCharacter-toparagraph07-input.html
deleted file mode 100644
index 383293b..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph08-expected.html b/Editor/tests/cursor/insertCharacter-toparagraph08-expected.html
deleted file mode 100644
index 03bf992..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter-toparagraph08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter-toparagraph08-input.html b/Editor/tests/cursor/insertCharacter-toparagraph08-input.html
deleted file mode 100644
index 26fb865..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter01-expected.html b/Editor/tests/cursor/insertCharacter01-expected.html
deleted file mode 100644
index d287729..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter01-input.html b/Editor/tests/cursor/insertCharacter01-input.html
deleted file mode 100644
index d33d412..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter02-expected.html b/Editor/tests/cursor/insertCharacter02-expected.html
deleted file mode 100644
index 19a3a39..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter02-input.html b/Editor/tests/cursor/insertCharacter02-input.html
deleted file mode 100644
index bbd2717..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter03-expected.html b/Editor/tests/cursor/insertCharacter03-expected.html
deleted file mode 100644
index 92f8165..0000000
--- a/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/8eda56a5/Editor/tests/cursor/insertCharacter03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter03-input.html b/Editor/tests/cursor/insertCharacter03-input.html
deleted file mode 100644
index 191419a..0000000
--- a/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>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter04-expected.html b/Editor/tests/cursor/insertCharacter04-expected.html
deleted file mode 100644
index d287729..0000000
--- a/Editor/tests/cursor/insertCharacter04-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/8eda56a5/Editor/tests/cursor/insertCharacter04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter04-input.html b/Editor/tests/cursor/insertCharacter04-input.html
deleted file mode 100644
index fd5e005..0000000
--- a/Editor/tests/cursor/insertCharacter04-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-Sample text[]
-</body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter07-expected.html b/Editor/tests/cursor/insertCharacter07-expected.html
deleted file mode 100644
index 92f8165..0000000
--- a/Editor/tests/cursor/insertCharacter07-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/8eda56a5/Editor/tests/cursor/insertCharacter07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter07-input.html b/Editor/tests/cursor/insertCharacter07-input.html
deleted file mode 100644
index 6181d24..0000000
--- a/Editor/tests/cursor/insertCharacter07-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/8eda56a5/Editor/tests/cursor/insertCharacter08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter08-expected.html b/Editor/tests/cursor/insertCharacter08-expected.html
deleted file mode 100644
index d287729..0000000
--- a/Editor/tests/cursor/insertCharacter08-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/8eda56a5/Editor/tests/cursor/insertCharacter08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter08-input.html b/Editor/tests/cursor/insertCharacter08-input.html
deleted file mode 100644
index aab4e49..0000000
--- a/Editor/tests/cursor/insertCharacter08-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/8eda56a5/Editor/tests/cursor/insertCharacter09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter09-expected.html b/Editor/tests/cursor/insertCharacter09-expected.html
deleted file mode 100644
index 03bf992..0000000
--- a/Editor/tests/cursor/insertCharacter09-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/8eda56a5/Editor/tests/cursor/insertCharacter09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter09-input.html b/Editor/tests/cursor/insertCharacter09-input.html
deleted file mode 100644
index 8fc5813..0000000
--- a/Editor/tests/cursor/insertCharacter09-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First</p>
-[]
-<p>Second</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter10-expected.html b/Editor/tests/cursor/insertCharacter10-expected.html
deleted file mode 100644
index 475d789..0000000
--- a/Editor/tests/cursor/insertCharacter10-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample text one two three[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter10-input.html b/Editor/tests/cursor/insertCharacter10-input.html
deleted file mode 100644
index f1b4168..0000000
--- a/Editor/tests/cursor/insertCharacter10-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var str = " one two three";
-    Cursor_insertCharacter(str);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample text[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter11-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter11-expected.html b/Editor/tests/cursor/insertCharacter11-expected.html
deleted file mode 100644
index fa6f10d..0000000
--- a/Editor/tests/cursor/insertCharacter11-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First one   []</p>
-    <p>Second two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter11-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter11-input.html b/Editor/tests/cursor/insertCharacter11-input.html
deleted file mode 100644
index 6dc143f..0000000
--- a/Editor/tests/cursor/insertCharacter11-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("   ");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First one[]</p>
-<p>Second two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter12-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter12-expected.html b/Editor/tests/cursor/insertCharacter12-expected.html
deleted file mode 100644
index 7f3b692..0000000
--- a/Editor/tests/cursor/insertCharacter12-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First one</p>
-    <p>X[]</p>
-    <p>Second two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter12-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter12-input.html b/Editor/tests/cursor/insertCharacter12-input.html
deleted file mode 100644
index 00cc2be..0000000
--- a/Editor/tests/cursor/insertCharacter12-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("   ");
-    Cursor_enterPressed();
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First one[]</p>
-<p>Second two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter13-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter13-expected.html b/Editor/tests/cursor/insertCharacter13-expected.html
deleted file mode 100644
index 74eb5c4..0000000
--- a/Editor/tests/cursor/insertCharacter13-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First one</p>
-    <p>X[]Second two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter13-input.html b/Editor/tests/cursor/insertCharacter13-input.html
deleted file mode 100644
index 6ed0d0c..0000000
--- a/Editor/tests/cursor/insertCharacter13-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First one</p>
-<p>[]Second two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter14-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter14-expected.html b/Editor/tests/cursor/insertCharacter14-expected.html
deleted file mode 100644
index 5b9b440..0000000
--- a/Editor/tests/cursor/insertCharacter14-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one A[]</p>
-    <p>three</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter15-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter15-expected.html b/Editor/tests/cursor/insertCharacter15-expected.html
deleted file mode 100644
index 6209a3d..0000000
--- a/Editor/tests/cursor/insertCharacter15-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <p>X[]</p>
-    <p>After</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertCharacter16-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertCharacter16-expected.html b/Editor/tests/cursor/insertCharacter16-expected.html
deleted file mode 100644
index 6209a3d..0000000
--- a/Editor/tests/cursor/insertCharacter16-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <p>X[]</p>
-    <p>After</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote01-expected.html b/Editor/tests/cursor/insertEndnote01-expected.html
deleted file mode 100644
index 04301af..0000000
--- a/Editor/tests/cursor/insertEndnote01-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="endnote">[Endnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote01-input.html b/Editor/tests/cursor/insertEndnote01-input.html
deleted file mode 100644
index 8a52b5c..0000000
--- a/Editor/tests/cursor/insertEndnote01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote02-expected.html b/Editor/tests/cursor/insertEndnote02-expected.html
deleted file mode 100644
index ff397ec..0000000
--- a/Editor/tests/cursor/insertEndnote02-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="endnote">[Endnote content]</span>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote02-input.html b/Editor/tests/cursor/insertEndnote02-input.html
deleted file mode 100644
index 0875055..0000000
--- a/Editor/tests/cursor/insertEndnote02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote03-expected.html b/Editor/tests/cursor/insertEndnote03-expected.html
deleted file mode 100644
index 46a51b1..0000000
--- a/Editor/tests/cursor/insertEndnote03-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span class="endnote">[Endnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote03-input.html b/Editor/tests/cursor/insertEndnote03-input.html
deleted file mode 100644
index b10fba6..0000000
--- a/Editor/tests/cursor/insertEndnote03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote04-expected.html b/Editor/tests/cursor/insertEndnote04-expected.html
deleted file mode 100644
index dddacd5..0000000
--- a/Editor/tests/cursor/insertEndnote04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><span class="endnote">[Endnote content]</span></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote04-input.html b/Editor/tests/cursor/insertEndnote04-input.html
deleted file mode 100644
index 5063da9..0000000
--- a/Editor/tests/cursor/insertEndnote04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote05-expected.html b/Editor/tests/cursor/insertEndnote05-expected.html
deleted file mode 100644
index dddacd5..0000000
--- a/Editor/tests/cursor/insertEndnote05-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><span class="endnote">[Endnote content]</span></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote05-input.html b/Editor/tests/cursor/insertEndnote05-input.html
deleted file mode 100644
index 10e397f..0000000
--- a/Editor/tests/cursor/insertEndnote05-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]<br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote06-expected.html b/Editor/tests/cursor/insertEndnote06-expected.html
deleted file mode 100644
index 47f40a9..0000000
--- a/Editor/tests/cursor/insertEndnote06-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <span class="endnote">[Endnote content]</span>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote06-input.html b/Editor/tests/cursor/insertEndnote06-input.html
deleted file mode 100644
index 040d642..0000000
--- a/Editor/tests/cursor/insertEndnote06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote07-expected.html b/Editor/tests/cursor/insertEndnote07-expected.html
deleted file mode 100644
index 8b3f2f0..0000000
--- a/Editor/tests/cursor/insertEndnote07-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="endnote">inside</span>
-      <span class="endnote">[Endnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote07-input.html b/Editor/tests/cursor/insertEndnote07-input.html
deleted file mode 100644
index e4b618a..0000000
--- a/Editor/tests/cursor/insertEndnote07-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="endnote">ins[]ide</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote08-expected.html b/Editor/tests/cursor/insertEndnote08-expected.html
deleted file mode 100644
index 8b3f2f0..0000000
--- a/Editor/tests/cursor/insertEndnote08-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="endnote">inside</span>
-      <span class="endnote">[Endnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote08-input.html b/Editor/tests/cursor/insertEndnote08-input.html
deleted file mode 100644
index 5c5fa70..0000000
--- a/Editor/tests/cursor/insertEndnote08-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="endnote">inside[]</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote09-expected.html b/Editor/tests/cursor/insertEndnote09-expected.html
deleted file mode 100644
index 8b3f2f0..0000000
--- a/Editor/tests/cursor/insertEndnote09-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="endnote">inside</span>
-      <span class="endnote">[Endnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertEndnote09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertEndnote09-input.html b/Editor/tests/cursor/insertEndnote09-input.html
deleted file mode 100644
index d915ef5..0000000
--- a/Editor/tests/cursor/insertEndnote09-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="endnote">[]inside</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote01-expected.html b/Editor/tests/cursor/insertFootnote01-expected.html
deleted file mode 100644
index 9298458..0000000
--- a/Editor/tests/cursor/insertFootnote01-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="footnote">[Footnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote01-input.html b/Editor/tests/cursor/insertFootnote01-input.html
deleted file mode 100644
index 22c102b..0000000
--- a/Editor/tests/cursor/insertFootnote01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote02-expected.html b/Editor/tests/cursor/insertFootnote02-expected.html
deleted file mode 100644
index d3dfd45..0000000
--- a/Editor/tests/cursor/insertFootnote02-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="footnote">[Footnote content]</span>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote02-input.html b/Editor/tests/cursor/insertFootnote02-input.html
deleted file mode 100644
index e1ac92a..0000000
--- a/Editor/tests/cursor/insertFootnote02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote03-expected.html b/Editor/tests/cursor/insertFootnote03-expected.html
deleted file mode 100644
index c577e33..0000000
--- a/Editor/tests/cursor/insertFootnote03-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span class="footnote">[Footnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote03-input.html b/Editor/tests/cursor/insertFootnote03-input.html
deleted file mode 100644
index b24f4df..0000000
--- a/Editor/tests/cursor/insertFootnote03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote04-expected.html b/Editor/tests/cursor/insertFootnote04-expected.html
deleted file mode 100644
index 331c33c..0000000
--- a/Editor/tests/cursor/insertFootnote04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><span class="footnote">[Footnote content]</span></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote04-input.html b/Editor/tests/cursor/insertFootnote04-input.html
deleted file mode 100644
index 5e8ee78..0000000
--- a/Editor/tests/cursor/insertFootnote04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote05-expected.html b/Editor/tests/cursor/insertFootnote05-expected.html
deleted file mode 100644
index 331c33c..0000000
--- a/Editor/tests/cursor/insertFootnote05-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><span class="footnote">[Footnote content]</span></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote05-input.html b/Editor/tests/cursor/insertFootnote05-input.html
deleted file mode 100644
index a976635..0000000
--- a/Editor/tests/cursor/insertFootnote05-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]<br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote06-expected.html b/Editor/tests/cursor/insertFootnote06-expected.html
deleted file mode 100644
index a70222a..0000000
--- a/Editor/tests/cursor/insertFootnote06-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <span class="footnote">[Footnote content]</span>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote06-input.html b/Editor/tests/cursor/insertFootnote06-input.html
deleted file mode 100644
index d4c318c..0000000
--- a/Editor/tests/cursor/insertFootnote06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote07-expected.html b/Editor/tests/cursor/insertFootnote07-expected.html
deleted file mode 100644
index 70fa0f7..0000000
--- a/Editor/tests/cursor/insertFootnote07-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="footnote">inside</span>
-      <span class="footnote">[Footnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote07-input.html b/Editor/tests/cursor/insertFootnote07-input.html
deleted file mode 100644
index 98ed6d9..0000000
--- a/Editor/tests/cursor/insertFootnote07-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="footnote">ins[]ide</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote08-expected.html b/Editor/tests/cursor/insertFootnote08-expected.html
deleted file mode 100644
index 70fa0f7..0000000
--- a/Editor/tests/cursor/insertFootnote08-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="footnote">inside</span>
-      <span class="footnote">[Footnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote08-input.html b/Editor/tests/cursor/insertFootnote08-input.html
deleted file mode 100644
index 695c7d5..0000000
--- a/Editor/tests/cursor/insertFootnote08-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="footnote">inside[]</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote09-expected.html b/Editor/tests/cursor/insertFootnote09-expected.html
deleted file mode 100644
index 70fa0f7..0000000
--- a/Editor/tests/cursor/insertFootnote09-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="footnote">inside</span>
-      <span class="footnote">[Footnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/insertFootnote09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/insertFootnote09-input.html b/Editor/tests/cursor/insertFootnote09-input.html
deleted file mode 100644
index 9feec88..0000000
--- a/Editor/tests/cursor/insertFootnote09-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="footnote">[]inside</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html
deleted file mode 100644
index 21162a2..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    Sam
-    []xt
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint01-input.html b/Editor/tests/cursor/makeContainerInsertionPoint01-input.html
deleted file mode 100644
index 098c7d9..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-Sam[ple te]xt
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint02a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02a-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint02a-expected.html
deleted file mode 100644
index 1e1cae0..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint02a-expected.html
+++ /dev/null
@@ -1,8 +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/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html b/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html
deleted file mode 100644
index b7d1c09..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sam[ple te]xt</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html
deleted file mode 100644
index 673c0c4..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    []
-    <p>xt</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html b/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html
deleted file mode 100644
index a959adb..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[Sample te]xt</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html
deleted file mode 100644
index 90101bd..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sam</p>
-    []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html b/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html
deleted file mode 100644
index 342cf7a..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sam[ple text]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html
deleted file mode 100644
index 7c3ef20..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1 id="item3">Sam</h1>
-    []
-    <h1 id="item2">xt</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html b/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html
deleted file mode 100644
index cf4a8d0..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    Cursor_makeContainerInsertionPoint();
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Sam[ple te]xt</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html
deleted file mode 100644
index 5d9a930..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    []
-    <h1 id="item2">xt</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html b/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html
deleted file mode 100644
index a12724e..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    Cursor_makeContainerInsertionPoint();
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>4 [Sample te]xt</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html
deleted file mode 100644
index b229ce8..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item2">Sam</h1>
-    []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html b/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html
deleted file mode 100644
index cadf465..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    Cursor_makeContainerInsertionPoint();
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>4 Sam[ple text]</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint04-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint04-expected.html
deleted file mode 100644
index 6805b40..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint04-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b>Sam</b></p>
-    []
-    <p><b>xt</b></p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html
deleted file mode 100644
index 4dd1d56..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sam</u></i></b></p>
-    []
-    <p><b><i><u>xt</u></i></b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html b/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html
deleted file mode 100644
index 0baeeac..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sam[ple te]xt</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html
deleted file mode 100644
index 0077c3b..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    []
-    <p><b><i><u>xt</u></i></b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html b/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html
deleted file mode 100644
index b09312d..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>[Sample te]xt</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html
deleted file mode 100644
index 02e1240..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sam</u></i></b></p>
-    []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html b/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html
deleted file mode 100644
index 84a9992..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sam[ple text]</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html
deleted file mode 100644
index bc6dab9..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>Before</li>
-      <li>
-        <p><b><i><u>Sam</u></i></b></p>
-        []
-        <p><b><i><u>xt</u></i></b></p>
-      </li>
-      <li>After</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint06-input.html b/Editor/tests/cursor/makeContainerInsertionPoint06-input.html
deleted file mode 100644
index f90f593..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint06-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>Before</li>
-  <li><p><b><i><u>Sam[ple te]xt</u></i></b></p></li>
-  <li>After</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html b/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html
deleted file mode 100644
index e277c81..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>
-            <p><b><i><u>Sam</u></i></b></p>
-            []
-            <p><b><i><u>xt</u></i></b></p>
-          </td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/makeContainerInsertionPoint07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/makeContainerInsertionPoint07-input.html b/Editor/tests/cursor/makeContainerInsertionPoint07-input.html
deleted file mode 100644
index 5c87b11..0000000
--- a/Editor/tests/cursor/makeContainerInsertionPoint07-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table>
-  <tr>
-    <td>One</td>
-    <td><p><b><i><u>Sam[ple te]xt</u></i></b></p></td>
-  </tr>
-  <tr>
-    <td>Three</td>
-    <td>Four</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/nbsp01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/nbsp01-expected.html b/Editor/tests/cursor/nbsp01-expected.html
deleted file mode 100644
index 8098ad9..0000000
--- a/Editor/tests/cursor/nbsp01-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample text&nbsp;[]</p>
-  </body>
-</html>