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

[32/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-emptyContainer04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer04-expected.html b/Editor/tests/cursor/enterPressed-emptyContainer04-expected.html
deleted file mode 100644
index 3b39650..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer04-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <caption></caption>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html b/Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html
deleted file mode 100644
index 020c65b..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <caption/>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-emptyContainer04a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer04a-input.html b/Editor/tests/cursor/enterPressed-emptyContainer04a-input.html
deleted file mode 100644
index 4eebe75..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer04a-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    removeWhitespaceAndCommentNodes(document.body);
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <table>
-      <caption>[]</caption>
-      <tr>
-        <td>Cell</td>
-      </tr>
-    </table>
-  </body>
-</html>

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

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

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-emptyContainer08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer08-expected.html b/Editor/tests/cursor/enterPressed-emptyContainer08-expected.html
deleted file mode 100644
index 50e6d8f..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer08-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <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-emptyContainer08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer08-input.html b/Editor/tests/cursor/enterPressed-emptyContainer08-input.html
deleted file mode 100644
index fb42c6e..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer08-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>[]</p></li>
-    </ule>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html b/Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html
deleted file mode 100644
index 50e6d8f..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <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-emptyContainer08a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer08a-input.html b/Editor/tests/cursor/enterPressed-emptyContainer08a-input.html
deleted file mode 100644
index 6be38da..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer08a-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    removeWhitespaceAndCommentNodes(document.body);
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>[]</p></li>
-    </ule>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote01-expected.html b/Editor/tests/cursor/enterPressed-endnote01-expected.html
deleted file mode 100644
index a0c6787..0000000
--- a/Editor/tests/cursor/enterPressed-endnote01-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>before</p>
-    <p>
-      []
-      <span class="endnote"/>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote01-input.html b/Editor/tests/cursor/enterPressed-endnote01-input.html
deleted file mode 100644
index 6291f6e..0000000
--- a/Editor/tests/cursor/enterPressed-endnote01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]<span class="endnote"></span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote02-expected.html b/Editor/tests/cursor/enterPressed-endnote02-expected.html
deleted file mode 100644
index 3c70c9e..0000000
--- a/Editor/tests/cursor/enterPressed-endnote02-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="endnote"></span>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote02-input.html b/Editor/tests/cursor/enterPressed-endnote02-input.html
deleted file mode 100644
index 0349f77..0000000
--- a/Editor/tests/cursor/enterPressed-endnote02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote">[]</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote03-expected.html b/Editor/tests/cursor/enterPressed-endnote03-expected.html
deleted file mode 100644
index a3966aa..0000000
--- a/Editor/tests/cursor/enterPressed-endnote03-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="endnote"/>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote03-input.html b/Editor/tests/cursor/enterPressed-endnote03-input.html
deleted file mode 100644
index ab48008..0000000
--- a/Editor/tests/cursor/enterPressed-endnote03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote"></span>[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote04-expected.html b/Editor/tests/cursor/enterPressed-endnote04-expected.html
deleted file mode 100644
index 1664fb5..0000000
--- a/Editor/tests/cursor/enterPressed-endnote04-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>before</p>
-    <p>
-      []
-      <span class="endnote">endnote</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote04-input.html b/Editor/tests/cursor/enterPressed-endnote04-input.html
deleted file mode 100644
index e9e050e..0000000
--- a/Editor/tests/cursor/enterPressed-endnote04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]<span class="endnote">endnote</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote05-expected.html b/Editor/tests/cursor/enterPressed-endnote05-expected.html
deleted file mode 100644
index ad381c2..0000000
--- a/Editor/tests/cursor/enterPressed-endnote05-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="endnote">endnote</span>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote05-input.html b/Editor/tests/cursor/enterPressed-endnote05-input.html
deleted file mode 100644
index 6a3b67f..0000000
--- a/Editor/tests/cursor/enterPressed-endnote05-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote">[]endnote</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote06-expected.html b/Editor/tests/cursor/enterPressed-endnote06-expected.html
deleted file mode 100644
index ad381c2..0000000
--- a/Editor/tests/cursor/enterPressed-endnote06-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="endnote">endnote</span>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote06-input.html b/Editor/tests/cursor/enterPressed-endnote06-input.html
deleted file mode 100644
index f13892f..0000000
--- a/Editor/tests/cursor/enterPressed-endnote06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote">end[]note</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote07-expected.html b/Editor/tests/cursor/enterPressed-endnote07-expected.html
deleted file mode 100644
index ad381c2..0000000
--- a/Editor/tests/cursor/enterPressed-endnote07-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="endnote">endnote</span>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote07-input.html b/Editor/tests/cursor/enterPressed-endnote07-input.html
deleted file mode 100644
index c57b762..0000000
--- a/Editor/tests/cursor/enterPressed-endnote07-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote">endnote[]</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote08-expected.html b/Editor/tests/cursor/enterPressed-endnote08-expected.html
deleted file mode 100644
index ad381c2..0000000
--- a/Editor/tests/cursor/enterPressed-endnote08-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="endnote">endnote</span>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-endnote08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-endnote08-input.html b/Editor/tests/cursor/enterPressed-endnote08-input.html
deleted file mode 100644
index 79503c7..0000000
--- a/Editor/tests/cursor/enterPressed-endnote08-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote">endnote</span>[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-figcaption01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-figcaption01-expected.html b/Editor/tests/cursor/enterPressed-figcaption01-expected.html
deleted file mode 100644
index 7165288..0000000
--- a/Editor/tests/cursor/enterPressed-figcaption01-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <figure id="item1">
-      <img src="../figures/nothing.png"/>
-      <figcaption>Test</figcaption>
-    </figure>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-figcaption01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-figcaption01-input.html b/Editor/tests/cursor/enterPressed-figcaption01-input.html
deleted file mode 100644
index c8794f9..0000000
--- a/Editor/tests/cursor/enterPressed-figcaption01-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-
-    var caption = document.getElementsByTagName("FIGCAPTION")[0];
-    var last = caption.lastChild;
-    Selection_set(last,4,last,4);
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <figure>
-    <img src="../figures/nothing.png">
-    <figcaption>Figure 1: Test</figcaption>
-  </figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-figcaption02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-figcaption02-expected.html b/Editor/tests/cursor/enterPressed-figcaption02-expected.html
deleted file mode 100644
index 7165288..0000000
--- a/Editor/tests/cursor/enterPressed-figcaption02-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <figure id="item1">
-      <img src="../figures/nothing.png"/>
-      <figcaption>Test</figcaption>
-    </figure>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-figcaption02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-figcaption02-input.html b/Editor/tests/cursor/enterPressed-figcaption02-input.html
deleted file mode 100644
index 0068364..0000000
--- a/Editor/tests/cursor/enterPressed-figcaption02-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-
-    var caption = document.getElementsByTagName("FIGCAPTION")[0];
-    var last = caption.lastChild;
-    Selection_set(last,3,last,3);
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <figure>
-    <img src="../figures/nothing.png">
-    <figcaption>Figure 1: Test</figcaption>
-  </figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote01-expected.html b/Editor/tests/cursor/enterPressed-footnote01-expected.html
deleted file mode 100644
index 3650dc8..0000000
--- a/Editor/tests/cursor/enterPressed-footnote01-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>before</p>
-    <p>
-      []
-      <span class="footnote"/>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote01-input.html b/Editor/tests/cursor/enterPressed-footnote01-input.html
deleted file mode 100644
index 7d1d2a2..0000000
--- a/Editor/tests/cursor/enterPressed-footnote01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]<span class="footnote"></span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote02-expected.html b/Editor/tests/cursor/enterPressed-footnote02-expected.html
deleted file mode 100644
index 5f52e4d..0000000
--- a/Editor/tests/cursor/enterPressed-footnote02-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="footnote"></span>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote02-input.html b/Editor/tests/cursor/enterPressed-footnote02-input.html
deleted file mode 100644
index 0ee7ad4..0000000
--- a/Editor/tests/cursor/enterPressed-footnote02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote">[]</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote03-expected.html b/Editor/tests/cursor/enterPressed-footnote03-expected.html
deleted file mode 100644
index b9ab906..0000000
--- a/Editor/tests/cursor/enterPressed-footnote03-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="footnote"/>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote03-input.html b/Editor/tests/cursor/enterPressed-footnote03-input.html
deleted file mode 100644
index f2e61c0..0000000
--- a/Editor/tests/cursor/enterPressed-footnote03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote"></span>[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote04-expected.html b/Editor/tests/cursor/enterPressed-footnote04-expected.html
deleted file mode 100644
index 31207ea..0000000
--- a/Editor/tests/cursor/enterPressed-footnote04-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>before</p>
-    <p>
-      []
-      <span class="footnote">footnote</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote04-input.html b/Editor/tests/cursor/enterPressed-footnote04-input.html
deleted file mode 100644
index 1c23e5e..0000000
--- a/Editor/tests/cursor/enterPressed-footnote04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]<span class="footnote">footnote</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote05-expected.html b/Editor/tests/cursor/enterPressed-footnote05-expected.html
deleted file mode 100644
index 62280e9..0000000
--- a/Editor/tests/cursor/enterPressed-footnote05-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="footnote">footnote</span>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote05-input.html b/Editor/tests/cursor/enterPressed-footnote05-input.html
deleted file mode 100644
index 78dc232..0000000
--- a/Editor/tests/cursor/enterPressed-footnote05-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote">[]footnote</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote06-expected.html b/Editor/tests/cursor/enterPressed-footnote06-expected.html
deleted file mode 100644
index 62280e9..0000000
--- a/Editor/tests/cursor/enterPressed-footnote06-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="footnote">footnote</span>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote06-input.html b/Editor/tests/cursor/enterPressed-footnote06-input.html
deleted file mode 100644
index c7d159c..0000000
--- a/Editor/tests/cursor/enterPressed-footnote06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote">foot[]note</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote07-expected.html b/Editor/tests/cursor/enterPressed-footnote07-expected.html
deleted file mode 100644
index 62280e9..0000000
--- a/Editor/tests/cursor/enterPressed-footnote07-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="footnote">footnote</span>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote07-input.html b/Editor/tests/cursor/enterPressed-footnote07-input.html
deleted file mode 100644
index e6777ad..0000000
--- a/Editor/tests/cursor/enterPressed-footnote07-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote">footnote[]</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote08-expected.html b/Editor/tests/cursor/enterPressed-footnote08-expected.html
deleted file mode 100644
index 62280e9..0000000
--- a/Editor/tests/cursor/enterPressed-footnote08-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      <span class="footnote">footnote</span>
-    </p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-footnote08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-footnote08-input.html b/Editor/tests/cursor/enterPressed-footnote08-input.html
deleted file mode 100644
index 50f1986..0000000
--- a/Editor/tests/cursor/enterPressed-footnote08-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote">footnote</span>[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-heading01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-heading01-expected.html b/Editor/tests/cursor/enterPressed-heading01-expected.html
deleted file mode 100644
index f2aa188..0000000
--- a/Editor/tests/cursor/enterPressed-heading01-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-heading01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-heading01-input.html b/Editor/tests/cursor/enterPressed-heading01-input.html
deleted file mode 100644
index f75e82d..0000000
--- a/Editor/tests/cursor/enterPressed-heading01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Cursor_enterPressed();
-    showSelection();
-    Main_removeSpecial(document);
-}
-</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-heading02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-heading02-expected.html b/Editor/tests/cursor/enterPressed-heading02-expected.html
deleted file mode 100644
index 5b8b602..0000000
--- a/Editor/tests/cursor/enterPressed-heading02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      []
-      <br/>
-    </p>
-    <h1 id="item1">Sample text</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-heading02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-heading02-input.html b/Editor/tests/cursor/enterPressed-heading02-input.html
deleted file mode 100644
index 7b7a6b4..0000000
--- a/Editor/tests/cursor/enterPressed-heading02-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Cursor_deleteCharacter();
-    Cursor_enterPressed();
-    showSelection();
-    Main_removeSpecial(document);
-}
-</script>
-</head>
-<body>
-<h1>X[]Sample text</h1>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-heading03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-heading03-input.html b/Editor/tests/cursor/enterPressed-heading03-input.html
deleted file mode 100644
index cfc3359..0000000
--- a/Editor/tests/cursor/enterPressed-heading03-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Cursor_enterPressed();
-    showSelection();
-    Main_removeSpecial(document);
-}
-</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-heading04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-heading04-expected.html b/Editor/tests/cursor/enterPressed-heading04-expected.html
deleted file mode 100644
index 7441b07..0000000
--- a/Editor/tests/cursor/enterPressed-heading04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      []
-      <br/>
-    </p>
-    <h1>Some text</h1>
-  </body>
-</html>

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

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-heading10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-heading10-expected.html b/Editor/tests/cursor/enterPressed-heading10-expected.html
deleted file mode 100644
index 59cde39..0000000
--- a/Editor/tests/cursor/enterPressed-heading10-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1 id="item1">[]Some text</h1>
-  </body>
-</html>

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-heading12-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-heading12-expected.html b/Editor/tests/cursor/enterPressed-heading12-expected.html
deleted file mode 100644
index 2ab7291..0000000
--- a/Editor/tests/cursor/enterPressed-heading12-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      []
-      <br/>
-    </p>
-    <h1 id="item1">
-      <i/>
-      Some text
-    </h1>
-  </body>
-</html>

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list-nop02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list-nop02-input.html b/Editor/tests/cursor/enterPressed-list-nop02-input.html
deleted file mode 100644
index 51e33f6..0000000
--- a/Editor/tests/cursor/enterPressed-list-nop02-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>[]</li>
-</ol>
-</body>
-</html>

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list-nop04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list-nop04-input.html b/Editor/tests/cursor/enterPressed-list-nop04-input.html
deleted file mode 100644
index 925e56e..0000000
--- a/Editor/tests/cursor/enterPressed-list-nop04-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>aaa[]</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list-nop05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list-nop05-expected.html b/Editor/tests/cursor/enterPressed-list-nop05-expected.html
deleted file mode 100644
index 443043c..0000000
--- a/Editor/tests/cursor/enterPressed-list-nop05-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li/>
-      <li>[]bbb</li>
-    </ol>
-  </body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list-nop06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list-nop06-input.html b/Editor/tests/cursor/enterPressed-list-nop06-input.html
deleted file mode 100644
index ebe7b71..0000000
--- a/Editor/tests/cursor/enterPressed-list-nop06-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>[]bbb</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list-nop07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list-nop07-expected.html b/Editor/tests/cursor/enterPressed-list-nop07-expected.html
deleted file mode 100644
index d7991f1..0000000
--- a/Editor/tests/cursor/enterPressed-list-nop07-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>aaa</li>
-      <li>[]bbb</li>
-    </ol>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list-nop08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list-nop08-expected.html b/Editor/tests/cursor/enterPressed-list-nop08-expected.html
deleted file mode 100644
index dfea136..0000000
--- a/Editor/tests/cursor/enterPressed-list-nop08-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>aaa</li>
-      <li/>
-      <li/>
-      <li/>
-      <li>[]bbb</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list-nop08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list-nop08-input.html b/Editor/tests/cursor/enterPressed-list-nop08-input.html
deleted file mode 100644
index d2f2cae..0000000
--- a/Editor/tests/cursor/enterPressed-list-nop08-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>aaa[]bbb</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list01-expected.html b/Editor/tests/cursor/enterPressed-list01-expected.html
deleted file mode 100644
index da7d28e..0000000
--- a/Editor/tests/cursor/enterPressed-list01-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>T</p></li>
-      <li><p>[]wo</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-list01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list01-input.html b/Editor/tests/cursor/enterPressed-list01-input.html
deleted file mode 100644
index cc0d9dc..0000000
--- a/Editor/tests/cursor/enterPressed-list01-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>T[]wo</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-list02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list02-expected.html b/Editor/tests/cursor/enterPressed-list02-expected.html
deleted file mode 100644
index d387e6f..0000000
--- a/Editor/tests/cursor/enterPressed-list02-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p><br/></p></li>
-      <li><p>[]Two</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-list02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list02-input.html b/Editor/tests/cursor/enterPressed-list02-input.html
deleted file mode 100644
index f500454..0000000
--- a/Editor/tests/cursor/enterPressed-list02-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>[]Two</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-list03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list03-expected.html b/Editor/tests/cursor/enterPressed-list03-expected.html
deleted file mode 100644
index 486502d..0000000
--- a/Editor/tests/cursor/enterPressed-list03-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two</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-list03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list03-input.html b/Editor/tests/cursor/enterPressed-list03-input.html
deleted file mode 100644
index 01fa703..0000000
--- a/Editor/tests/cursor/enterPressed-list03-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>Two[]</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-list04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list04-expected.html b/Editor/tests/cursor/enterPressed-list04-expected.html
deleted file mode 100644
index 5d15822..0000000
--- a/Editor/tests/cursor/enterPressed-list04-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>T</li>
-      <li>[]wo</li>
-      <li>Three</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list04-input.html b/Editor/tests/cursor/enterPressed-list04-input.html
deleted file mode 100644
index e9f08c6..0000000
--- a/Editor/tests/cursor/enterPressed-list04-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>One</li>
-  <li>T[]wo</li>
-  <li>Three</li>
-</ol>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list05-input.html b/Editor/tests/cursor/enterPressed-list05-input.html
deleted file mode 100644
index dad996d..0000000
--- a/Editor/tests/cursor/enterPressed-list05-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>One</li>
-  <li>[]Two</li>
-  <li>Three</li>
-</ol>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list06-input.html b/Editor/tests/cursor/enterPressed-list06-input.html
deleted file mode 100644
index 00d7b87..0000000
--- a/Editor/tests/cursor/enterPressed-list06-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>One</li>
-  <li>Two[]</li>
-  <li>Three</li>
-</ol>
-</body>
-</html>

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/enterPressed-list10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list10-expected.html b/Editor/tests/cursor/enterPressed-list10-expected.html
deleted file mode 100644
index 7b314eb..0000000
--- a/Editor/tests/cursor/enterPressed-list10-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li/>
-      <li>
-        []*
-        <p>Two</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-list10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list10-input.html b/Editor/tests/cursor/enterPressed-list10-input.html
deleted file mode 100644
index 082a6fd..0000000
--- a/Editor/tests/cursor/enterPressed-list10-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>Two</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-list11-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list11-expected.html b/Editor/tests/cursor/enterPressed-list11-expected.html
deleted file mode 100644
index 9b5c662..0000000
--- a/Editor/tests/cursor/enterPressed-list11-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two</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-list11-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list11-input.html b/Editor/tests/cursor/enterPressed-list11-input.html
deleted file mode 100644
index 569d01f..0000000
--- a/Editor/tests/cursor/enterPressed-list11-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>Two</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-list12-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list12-expected.html b/Editor/tests/cursor/enterPressed-list12-expected.html
deleted file mode 100644
index 64a7f61..0000000
--- a/Editor/tests/cursor/enterPressed-list12-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <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-list12-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list12-input.html b/Editor/tests/cursor/enterPressed-list12-input.html
deleted file mode 100644
index 98b93db..0000000
--- a/Editor/tests/cursor/enterPressed-list12-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-list13-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list13-expected.html b/Editor/tests/cursor/enterPressed-list13-expected.html
deleted file mode 100644
index 26d108a..0000000
--- a/Editor/tests/cursor/enterPressed-list13-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p><br/></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-list13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list13-input.html b/Editor/tests/cursor/enterPressed-list13-input.html
deleted file mode 100644
index cd746a0..0000000
--- a/Editor/tests/cursor/enterPressed-list13-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-list14-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list14-expected.html b/Editor/tests/cursor/enterPressed-list14-expected.html
deleted file mode 100644
index 88808b7..0000000
--- a/Editor/tests/cursor/enterPressed-list14-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two - f</p></li>
-      <li>
-        <p>[]irst</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-list14-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list14-input.html b/Editor/tests/cursor/enterPressed-list14-input.html
deleted file mode 100644
index 71907e0..0000000
--- a/Editor/tests/cursor/enterPressed-list14-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 - f[]irst</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-list15-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list15-expected.html b/Editor/tests/cursor/enterPressed-list15-expected.html
deleted file mode 100644
index 36072b5..0000000
--- a/Editor/tests/cursor/enterPressed-list15-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two - first</p></li>
-      <li>
-        <p>
-          []
-          <br/>
-        </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-list15-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-list15-input.html b/Editor/tests/cursor/enterPressed-list15-input.html
deleted file mode 100644
index 6607ab0..0000000
--- a/Editor/tests/cursor/enterPressed-list15-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>