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

[31/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/enterPressed-list16-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list16-expected.html b/Editor/tests/cursor/enterPressed-list16-expected.html
deleted file mode 100644
index 3890e58..0000000
--- a/Editor/tests/cursor/enterPressed-list16-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two - first</p></li>
-      <li>
-        []
-        <p>Two - second</p>
-      </li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list16-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list16-input.html b/Editor/tests/cursor/enterPressed-list16-input.html
deleted file mode 100644
index a96a4f2..0000000
--- a/Editor/tests/cursor/enterPressed-list16-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li>
-    <p>Two - first</p>
-    []
-    <p>Two - second</p>
-  </li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list17-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list17-expected.html b/Editor/tests/cursor/enterPressed-list17-expected.html
deleted file mode 100644
index 690c725..0000000
--- a/Editor/tests/cursor/enterPressed-list17-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>Two - first</p>
-        <p/>
-      </li>
-      <li><p>[]Two - second</p></li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list17-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list17-input.html b/Editor/tests/cursor/enterPressed-list17-input.html
deleted file mode 100644
index 90036e0..0000000
--- a/Editor/tests/cursor/enterPressed-list17-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li>
-    <p>Two - first</p>
-    <p>[]Two - second</p>
-  </li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list18-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list18-expected.html b/Editor/tests/cursor/enterPressed-list18-expected.html
deleted file mode 100644
index 432176a..0000000
--- a/Editor/tests/cursor/enterPressed-list18-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>Two - first</p>
-        <p>Two - s</p>
-      </li>
-      <li><p>[]econd</p></li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list18-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list18-input.html b/Editor/tests/cursor/enterPressed-list18-input.html
deleted file mode 100644
index ad71760..0000000
--- a/Editor/tests/cursor/enterPressed-list18-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li>
-    <p>Two - first</p>
-    <p>Two - s[]econd</p>
-  </li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list19-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list19-expected.html b/Editor/tests/cursor/enterPressed-list19-expected.html
deleted file mode 100644
index 41abbf9..0000000
--- a/Editor/tests/cursor/enterPressed-list19-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>Two - first</p>
-        <p>Two - second</p>
-      </li>
-      <li>
-        <p>
-          []
-          <br/>
-        </p>
-      </li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list19-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list19-input.html b/Editor/tests/cursor/enterPressed-list19-input.html
deleted file mode 100644
index a971e2b..0000000
--- a/Editor/tests/cursor/enterPressed-list19-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li>
-    <p>Two - first</p>
-    <p>Two - second[]</p>
-  </li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list20-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list20-expected.html b/Editor/tests/cursor/enterPressed-list20-expected.html
deleted file mode 100644
index b2593c3..0000000
--- a/Editor/tests/cursor/enterPressed-list20-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>Two - first</p>
-        <p>Two - second</p>
-      </li>
-      <li>[]</li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list20-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list20-input.html b/Editor/tests/cursor/enterPressed-list20-input.html
deleted file mode 100644
index ad7656b..0000000
--- a/Editor/tests/cursor/enterPressed-list20-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li>
-    <p>Two - first</p>
-    <p>Two - second</p>
-    []
-  </li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list21-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list21-expected.html b/Editor/tests/cursor/enterPressed-list21-expected.html
deleted file mode 100644
index 13e5ca9..0000000
--- a/Editor/tests/cursor/enterPressed-list21-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p><b><i><u>T</u></i></b></p></li>
-      <li><p><b><i><u>[]wo</u></i></b></p></li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list21-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list21-input.html b/Editor/tests/cursor/enterPressed-list21-input.html
deleted file mode 100644
index ccf3230..0000000
--- a/Editor/tests/cursor/enterPressed-list21-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li><p><b><i><u>T[]wo</u></i></b></p></li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list22-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list22-expected.html b/Editor/tests/cursor/enterPressed-list22-expected.html
deleted file mode 100644
index ca68248..0000000
--- a/Editor/tests/cursor/enterPressed-list22-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>
-          <b><i><u/></i></b>
-          <br/>
-        </p>
-      </li>
-      <li><p><b><i><u>[]Two</u></i></b></p></li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list22-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list22-input.html b/Editor/tests/cursor/enterPressed-list22-input.html
deleted file mode 100644
index 57fb405..0000000
--- a/Editor/tests/cursor/enterPressed-list22-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li><p><b><i><u>[]Two</u></i></b></p></li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list23-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list23-expected.html b/Editor/tests/cursor/enterPressed-list23-expected.html
deleted file mode 100644
index 1e12dc1..0000000
--- a/Editor/tests/cursor/enterPressed-list23-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p><b><i><u>Two</u></i></b></p></li>
-      <li>
-        <p>
-          <b><i><u>[]</u></i></b>
-          <br/>
-        </p>
-      </li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list23-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list23-input.html b/Editor/tests/cursor/enterPressed-list23-input.html
deleted file mode 100644
index c0a2d15..0000000
--- a/Editor/tests/cursor/enterPressed-list23-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li><p><b><i><u>Two[]</u></i></b></p></li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list25-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list25-expected.html b/Editor/tests/cursor/enterPressed-list25-expected.html
deleted file mode 100644
index 562a7fd..0000000
--- a/Editor/tests/cursor/enterPressed-list25-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p><b><i><u>X[]</u></i></b></p></li>
-      <li><p><b><i><u>Two</u></i></b></p></li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list25-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list25-input.html b/Editor/tests/cursor/enterPressed-list25-input.html
deleted file mode 100644
index cee3f32..0000000
--- a/Editor/tests/cursor/enterPressed-list25-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    var range = Selection_get();
-    Range_trackWhileExecuting(range,showEmptyTextNodes);
-    var u = document.getElementsByTagName("U")[0];
-    Selection_set(u,0,u,0);
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li><p><b><i><u>[]Two</u></i></b></p></li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list26-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list26-expected.html b/Editor/tests/cursor/enterPressed-list26-expected.html
deleted file mode 100644
index 55f4d4b..0000000
--- a/Editor/tests/cursor/enterPressed-list26-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p><br/></p></li>
-      <li>
-        <p>
-          []
-          <br/>
-        </p>
-      </li>
-    </ol>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list27-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list27-expected.html b/Editor/tests/cursor/enterPressed-list27-expected.html
deleted file mode 100644
index 27ad04d..0000000
--- a/Editor/tests/cursor/enterPressed-list27-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p><br/></p></li>
-      <li><p><br/></p></li>
-      <li><p><br/></p></li>
-      <li><p><br/></p></li>
-      <li>
-        <p>
-          []
-          <br/>
-        </p>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list27-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list27-input.html b/Editor/tests/cursor/enterPressed-list27-input.html
deleted file mode 100644
index a13066e..0000000
--- a/Editor/tests/cursor/enterPressed-list27-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Cursor_enterPressed();
-    Cursor_enterPressed();
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>[]<br></p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list28-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list28-expected.html b/Editor/tests/cursor/enterPressed-list28-expected.html
deleted file mode 100644
index 27ad04d..0000000
--- a/Editor/tests/cursor/enterPressed-list28-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p><br/></p></li>
-      <li><p><br/></p></li>
-      <li><p><br/></p></li>
-      <li><p><br/></p></li>
-      <li>
-        <p>
-          []
-          <br/>
-        </p>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list28-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list28-input.html b/Editor/tests/cursor/enterPressed-list28-input.html
deleted file mode 100644
index 99986cf..0000000
--- a/Editor/tests/cursor/enterPressed-list28-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    Cursor_enterPressed();
-    Cursor_enterPressed();
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>[]</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list29-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list29-expected.html b/Editor/tests/cursor/enterPressed-list29-expected.html
deleted file mode 100644
index b4c7d8e..0000000
--- a/Editor/tests/cursor/enterPressed-list29-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>
-        <p>One</p>
-        <ul>
-          <li><p>Two</p></li>
-          <li>
-            <p>
-              []
-              <br/>
-            </p>
-          </li>
-        </ul>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list29-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list29-input.html b/Editor/tests/cursor/enterPressed-list29-input.html
deleted file mode 100644
index 4269103..0000000
--- a/Editor/tests/cursor/enterPressed-list29-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <ul>
-    <li>
-      <p>One</p>
-      <ul>
-        <li>
-          <p>Two[]</p>
-        </li>
-      </ul>
-    </li>
-  </ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list30-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list30-expected.html b/Editor/tests/cursor/enterPressed-list30-expected.html
deleted file mode 100644
index 7264aef..0000000
--- a/Editor/tests/cursor/enterPressed-list30-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>
-        <p>One</p>
-        <ul>
-          <li>
-            <p>Two</p>
-            <ul>
-              <li><p>Three</p></li>
-              <li>
-                <p>
-                  []
-                  <br/>
-                </p>
-              </li>
-            </ul>
-          </li>
-        </ul>
-      </li>
-    </ul>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list31-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list31-expected.html b/Editor/tests/cursor/enterPressed-list31-expected.html
deleted file mode 100644
index 71813d4..0000000
--- a/Editor/tests/cursor/enterPressed-list31-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li>
-        <p>
-          []
-          <br/>
-        </p>
-        <ul>
-          <li><p>Two</p></li>
-        </ul>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list31-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list31-input.html b/Editor/tests/cursor/enterPressed-list31-input.html
deleted file mode 100644
index dc4d87b..0000000
--- a/Editor/tests/cursor/enterPressed-list31-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <ul>
-    <li>
-      <p>One[]</p>
-      <ul>
-        <li>
-          <p>Two</p>
-        </li>
-      </ul>
-    </li>
-  </ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list32-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list32-expected.html b/Editor/tests/cursor/enterPressed-list32-expected.html
deleted file mode 100644
index 866a621..0000000
--- a/Editor/tests/cursor/enterPressed-list32-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>
-        <p>One</p>
-        <ul>
-          <li><p>Two</p></li>
-          <li>
-            <p>
-              []
-              <br/>
-            </p>
-            <ul>
-              <li><p>Three</p></li>
-            </ul>
-          </li>
-        </ul>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list32-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list32-input.html b/Editor/tests/cursor/enterPressed-list32-input.html
deleted file mode 100644
index 24457ee..0000000
--- a/Editor/tests/cursor/enterPressed-list32-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <ul>
-    <li>
-      <p>One</p>
-      <ul>
-        <li>
-          <p>Two[]</p>
-          <ul>
-            <li>
-              <p>Three</p>
-            </li>
-          </ul>
-        </li>
-      </ul>
-    </li>
-  </ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list33-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list33-expected.html b/Editor/tests/cursor/enterPressed-list33-expected.html
deleted file mode 100644
index 11d2874..0000000
--- a/Editor/tests/cursor/enterPressed-list33-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li>
-        <p>
-          []
-          <br/>
-        </p>
-        <ul>
-          <li>
-            <p>Two</p>
-            <ul>
-              <li><p>Three</p></li>
-            </ul>
-          </li>
-        </ul>
-      </li>
-    </ul>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-next01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-next01-expected.html b/Editor/tests/cursor/enterPressed-next01-expected.html
deleted file mode 100644
index f2aa188..0000000
--- a/Editor/tests/cursor/enterPressed-next01-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1 id="item1">Sample t</h1>
-    <p>[]ext</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-next02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-next02-expected.html b/Editor/tests/cursor/enterPressed-next02-expected.html
deleted file mode 100644
index db7dc66..0000000
--- a/Editor/tests/cursor/enterPressed-next02-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1 id="item1">Sample t</h1>
-    <p class="Foo">[]ext</p>
-  </body>
-</html>

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-next05a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-next05a-input.html b/Editor/tests/cursor/enterPressed-next05a-input.html
deleted file mode 100644
index d78152a..0000000
--- a/Editor/tests/cursor/enterPressed-next05a-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    // p.Foo is not valid JSON and should generate a parser error, and be ignored
-    Styles_setCSSText(" ",{ "p": { "-uxwrite-next": "p.Foo" } });
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="item1">Sample t[]ext</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-next05b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-next05b-input.html b/Editor/tests/cursor/enterPressed-next05b-input.html
deleted file mode 100644
index 62167e7..0000000
--- a/Editor/tests/cursor/enterPressed-next05b-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    // 123 is valid JSON but is not a string, and should be ignored
-    Styles_setCSSText(" ",{ "p": { "-uxwrite-next": "123" } });
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="item1">Sample t[]ext</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-next05c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-next05c-input.html b/Editor/tests/cursor/enterPressed-next05c-input.html
deleted file mode 100644
index b7a0aef..0000000
--- a/Editor/tests/cursor/enterPressed-next05c-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    // { a: 'x' } is valid JSON but is not a string, and should be ignored
-    Styles_setCSSText(" ",{ "p": { "-uxwrite-next": "{ \"a\": \"x\" }" } });
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="item1">Sample t[]ext</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-next05d-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-next05d-input.html b/Editor/tests/cursor/enterPressed-next05d-input.html
deleted file mode 100644
index b54a20f..0000000
--- a/Editor/tests/cursor/enterPressed-next05d-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    // true is valid JSON string but is not a string, and should be ignored
-    Styles_setCSSText(" ",{ "p": { "-uxwrite-next": "true" } });
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="item1">Sample t[]ext</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-next05e-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-next05e-input.html b/Editor/tests/cursor/enterPressed-next05e-input.html
deleted file mode 100644
index be17c7d..0000000
--- a/Editor/tests/cursor/enterPressed-next05e-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    // null is valid JSON but is not a string, and should be ignored
-    Styles_setCSSText(" ",{ "p": { "-uxwrite-next": "null" } });
-    Cursor_enterPressed();
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="item1">Sample t[]ext</p>
-</body>
-</html>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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