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/05 22:06:51 UTC

[33/57] [partial] incubator-corinthia git commit: first cleanup of sources not to be released

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter-tablecaption02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-tablecaption02-input.html b/Editor/tests/cursor/deleteCharacter-tablecaption02-input.html
deleted file mode 100644
index 402c13b..0000000
--- a/Editor/tests/cursor/deleteCharacter-tablecaption02-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table width="100%">
-  <caption><b>[]</b></caption>
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-  </tr>
-  <tr>
-    <td>Three</td>
-    <td>Four</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter-toc01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-toc01-expected.html b/Editor/tests/cursor/deleteCharacter-toc01-expected.html
deleted file mode 100644
index 82a41eb..0000000
--- a/Editor/tests/cursor/deleteCharacter-toc01-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text before</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>Text after</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-    <h1 id="item3">Third section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter-toc01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-toc01-input.html b/Editor/tests/cursor/deleteCharacter-toc01-input.html
deleted file mode 100644
index 2489640..0000000
--- a/Editor/tests/cursor/deleteCharacter-toc01-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text before</p>
-<nav class="tableofcontents">
-</nav>
-[]
-<p>Text after</p>
-<h1>First section</h1>
-<h1>Second section</h1>
-<h1>Third section</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter-toc02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-toc02-expected.html b/Editor/tests/cursor/deleteCharacter-toc02-expected.html
deleted file mode 100644
index 9cb1744..0000000
--- a/Editor/tests/cursor/deleteCharacter-toc02-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text before[]</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-      <p class="toc1"><a href="#item3">Third section</a></p>
-    </nav>
-    <p>Text after</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-    <h1 id="item3">Third section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter-toc02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-toc02-input.html b/Editor/tests/cursor/deleteCharacter-toc02-input.html
deleted file mode 100644
index b7fe560..0000000
--- a/Editor/tests/cursor/deleteCharacter-toc02-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text before</p>
-[]
-<nav class="tableofcontents">
-</nav>
-<p>Text after</p>
-<h1>First section</h1>
-<h1>Second section</h1>
-<h1>Third section</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter-toc03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-toc03-expected.html b/Editor/tests/cursor/deleteCharacter-toc03-expected.html
deleted file mode 100644
index 82a41eb..0000000
--- a/Editor/tests/cursor/deleteCharacter-toc03-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text before</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>Text after</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-    <h1 id="item3">Third section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter-toc03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-toc03-input.html b/Editor/tests/cursor/deleteCharacter-toc03-input.html
deleted file mode 100644
index c0e352c..0000000
--- a/Editor/tests/cursor/deleteCharacter-toc03-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    var nav = document.getElementsByTagName("NAV")[0];
-    var offset = DOM_nodeOffset(nav);
-    Cursor_set(nav.parentNode,offset+1,nav.parentNode,offset+1);
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text before</p>
-<nav class="tableofcontents">
-</nav>
-[]
-<p>Text after</p>
-<h1>First section</h1>
-<h1>Second section</h1>
-<h1>Third section</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter-toc04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-toc04-expected.html b/Editor/tests/cursor/deleteCharacter-toc04-expected.html
deleted file mode 100644
index 9cb1744..0000000
--- a/Editor/tests/cursor/deleteCharacter-toc04-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text before[]</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-      <p class="toc1"><a href="#item3">Third section</a></p>
-    </nav>
-    <p>Text after</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-    <h1 id="item3">Third section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter-toc04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-toc04-input.html b/Editor/tests/cursor/deleteCharacter-toc04-input.html
deleted file mode 100644
index 0ff9baf..0000000
--- a/Editor/tests/cursor/deleteCharacter-toc04-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    var nav = document.getElementsByTagName("NAV")[0];
-    var offset = DOM_nodeOffset(nav);
-    Cursor_set(nav.parentNode,offset,nav.parentNode,offset);
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text before</p>
-<nav class="tableofcontents">
-</nav>
-[]
-<p>Text after</p>
-<h1>First section</h1>
-<h1>Second section</h1>
-<h1>Third section</h1>
-</body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter02-expected.html b/Editor/tests/cursor/deleteCharacter02-expected.html
deleted file mode 100644
index 778bf58..0000000
--- a/Editor/tests/cursor/deleteCharacter02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Samp[]e text</p>
-  </body>
-</html>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter09-input.html b/Editor/tests/cursor/deleteCharacter09-input.html
deleted file mode 100644
index 57286ab..0000000
--- a/Editor/tests/cursor/deleteCharacter09-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First one</p>
-<h1>Heading</h1>
-<p>[]Second two</p>
-</body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter11-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter11-expected.html b/Editor/tests/cursor/deleteCharacter11-expected.html
deleted file mode 100644
index 336000d..0000000
--- a/Editor/tests/cursor/deleteCharacter11-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>xxxxxxx[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter11-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter11-input.html b/Editor/tests/cursor/deleteCharacter11-input.html
deleted file mode 100644
index 7aeb877..0000000
--- a/Editor/tests/cursor/deleteCharacter11-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>xxxxxxxx[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter12-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter12-expected.html b/Editor/tests/cursor/deleteCharacter12-expected.html
deleted file mode 100644
index 4910ec8..0000000
--- a/Editor/tests/cursor/deleteCharacter12-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>xxxxxx[]</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter13-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter13-expected.html b/Editor/tests/cursor/deleteCharacter13-expected.html
deleted file mode 100644
index 8637eec..0000000
--- a/Editor/tests/cursor/deleteCharacter13-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>xxxx[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter13-input.html b/Editor/tests/cursor/deleteCharacter13-input.html
deleted file mode 100644
index 2a4d919..0000000
--- a/Editor/tests/cursor/deleteCharacter13-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    Cursor_deleteCharacter();
-    Cursor_deleteCharacter();
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>xxxxxxxx[]</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter14-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter14-input.html b/Editor/tests/cursor/deleteCharacter14-input.html
deleted file mode 100644
index 74f3979..0000000
--- a/Editor/tests/cursor/deleteCharacter14-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("A B");
-    Cursor_enterPressed();
-    Cursor_deleteCharacter();
-    Cursor_deleteCharacter();
-    UndoManager_newGroup();
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter15-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter15-input.html b/Editor/tests/cursor/deleteCharacter15-input.html
deleted file mode 100644
index b01ce3d..0000000
--- a/Editor/tests/cursor/deleteCharacter15-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("A  B");
-    Cursor_enterPressed();
-    Cursor_deleteCharacter();
-    Cursor_deleteCharacter();
-    UndoManager_newGroup();
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter16-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter16-expected.html b/Editor/tests/cursor/deleteCharacter16-expected.html
deleted file mode 100644
index 882eb15..0000000
--- a/Editor/tests/cursor/deleteCharacter16-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    A []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter16-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter16-input.html b/Editor/tests/cursor/deleteCharacter16-input.html
deleted file mode 100644
index b9f9acf..0000000
--- a/Editor/tests/cursor/deleteCharacter16-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    UndoManager_newGroup();
-    showSelection();
-}
-</script>
-</head>
-<body>
-A B[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter17-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter17-expected.html b/Editor/tests/cursor/deleteCharacter17-expected.html
deleted file mode 100644
index e98abd8..0000000
--- a/Editor/tests/cursor/deleteCharacter17-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    A  []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter17-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter17-input.html b/Editor/tests/cursor/deleteCharacter17-input.html
deleted file mode 100644
index 2c6d345..0000000
--- a/Editor/tests/cursor/deleteCharacter17-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    UndoManager_newGroup();
-    showSelection();
-}
-</script>
-</head>
-<body>
-A  B[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter18-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter18-expected.html b/Editor/tests/cursor/deleteCharacter18-expected.html
deleted file mode 100644
index 98aba46..0000000
--- a/Editor/tests/cursor/deleteCharacter18-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>A []</p>
-    <p>C D</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter18-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter18-input.html b/Editor/tests/cursor/deleteCharacter18-input.html
deleted file mode 100644
index 7044edd..0000000
--- a/Editor/tests/cursor/deleteCharacter18-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    UndoManager_newGroup();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>A B[]</p>
-<p>C D</p>
-</body>
-</html>

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter21-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter21-expected.html b/Editor/tests/cursor/deleteCharacter21-expected.html
deleted file mode 100644
index ff21e33..0000000
--- a/Editor/tests/cursor/deleteCharacter21-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p id="p2">[]Sample text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter21-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter21-input.html b/Editor/tests/cursor/deleteCharacter21-input.html
deleted file mode 100644
index 055ae34..0000000
--- a/Editor/tests/cursor/deleteCharacter21-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="p1"><br></p>
-<p id="p2">[]Sample text</p>
-</body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter23-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter23-expected.html b/Editor/tests/cursor/deleteCharacter23-expected.html
deleted file mode 100644
index c57e8ed..0000000
--- a/Editor/tests/cursor/deleteCharacter23-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><br/></p>
-    <h1>first sec[] fifth</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter23-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter23-input.html b/Editor/tests/cursor/deleteCharacter23-input.html
deleted file mode 100644
index 358d482..0000000
--- a/Editor/tests/cursor/deleteCharacter23-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 16; i++) {
-        Cursor_deleteCharacter();
-        PostponedActions_perform();
-    }
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><br></p>
-<h1>first second third fourth[] fifth</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter24-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter24-expected.html b/Editor/tests/cursor/deleteCharacter24-expected.html
deleted file mode 100644
index 4bc23c8..0000000
--- a/Editor/tests/cursor/deleteCharacter24-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>After</p>
-  </body>
-</html>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterFigure01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterFigure01-expected.html b/Editor/tests/cursor/enterAfterFigure01-expected.html
deleted file mode 100644
index 1423796..0000000
--- a/Editor/tests/cursor/enterAfterFigure01-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterFigure01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterFigure01-input.html b/Editor/tests/cursor/enterAfterFigure01-input.html
deleted file mode 100644
index b1dcd9c..0000000
--- a/Editor/tests/cursor/enterAfterFigure01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<figure>
-  <img src="../figures/nothing.png">
-</figure>[]
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterFigure02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterFigure02-expected.html b/Editor/tests/cursor/enterAfterFigure02-expected.html
deleted file mode 100644
index e30e81e..0000000
--- a/Editor/tests/cursor/enterAfterFigure02-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-    <p>a</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterFigure02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterFigure02-input.html b/Editor/tests/cursor/enterAfterFigure02-input.html
deleted file mode 100644
index 680356f..0000000
--- a/Editor/tests/cursor/enterAfterFigure02-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<figure>
-  <img src="../figures/nothing.png">
-</figure>a[]
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterFigure03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterFigure03-expected.html b/Editor/tests/cursor/enterAfterFigure03-expected.html
deleted file mode 100644
index 28082ef..0000000
--- a/Editor/tests/cursor/enterAfterFigure03-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-    <p>
-      []
-      <br/>
-    </p>
-    a
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterFigure03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterFigure03-input.html b/Editor/tests/cursor/enterAfterFigure03-input.html
deleted file mode 100644
index 06b1915..0000000
--- a/Editor/tests/cursor/enterAfterFigure03-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<figure>
-  <img src="../figures/nothing.png">
-</figure>[]a
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterTable01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterTable01-expected.html b/Editor/tests/cursor/enterAfterTable01-expected.html
deleted file mode 100644
index 32fa18c..0000000
--- a/Editor/tests/cursor/enterAfterTable01-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterTable01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterTable01-input.html b/Editor/tests/cursor/enterAfterTable01-input.html
deleted file mode 100644
index 6216142..0000000
--- a/Editor/tests/cursor/enterAfterTable01-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-</table>[]
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterTable02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterTable02-expected.html b/Editor/tests/cursor/enterAfterTable02-expected.html
deleted file mode 100644
index d1d67ed..0000000
--- a/Editor/tests/cursor/enterAfterTable02-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>a</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterTable02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterTable02-input.html b/Editor/tests/cursor/enterAfterTable02-input.html
deleted file mode 100644
index 246829f..0000000
--- a/Editor/tests/cursor/enterAfterTable02-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-</table>a[]
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterTable03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterTable03-expected.html b/Editor/tests/cursor/enterAfterTable03-expected.html
deleted file mode 100644
index a1456e0..0000000
--- a/Editor/tests/cursor/enterAfterTable03-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>
-      []
-      <br/>
-    </p>
-    a
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterAfterTable03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterAfterTable03-input.html b/Editor/tests/cursor/enterAfterTable03-input.html
deleted file mode 100644
index b44b35a..0000000
--- a/Editor/tests/cursor/enterAfterTable03-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-</table>[]a
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeFigure01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeFigure01-expected.html b/Editor/tests/cursor/enterBeforeFigure01-expected.html
deleted file mode 100644
index 6ca614d..0000000
--- a/Editor/tests/cursor/enterBeforeFigure01-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeFigure01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeFigure01-input.html b/Editor/tests/cursor/enterBeforeFigure01-input.html
deleted file mode 100644
index 42cbacd..0000000
--- a/Editor/tests/cursor/enterBeforeFigure01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-[]<figure>
-  <img src="../figures/nothing.png">
-</figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeFigure02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeFigure02-expected.html b/Editor/tests/cursor/enterBeforeFigure02-expected.html
deleted file mode 100644
index 9f4264f..0000000
--- a/Editor/tests/cursor/enterBeforeFigure02-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    a
-    <p>
-      []
-      <br/>
-    </p>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeFigure02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeFigure02-input.html b/Editor/tests/cursor/enterBeforeFigure02-input.html
deleted file mode 100644
index 2dc06c7..0000000
--- a/Editor/tests/cursor/enterBeforeFigure02-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-a[]<figure>
-  <img src="../figures/nothing.png">
-</figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeFigure03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeFigure03-expected.html b/Editor/tests/cursor/enterBeforeFigure03-expected.html
deleted file mode 100644
index 58cb2c2..0000000
--- a/Editor/tests/cursor/enterBeforeFigure03-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    <p><br/></p>
-    <p>[]a</p>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeFigure03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeFigure03-input.html b/Editor/tests/cursor/enterBeforeFigure03-input.html
deleted file mode 100644
index dab3c44..0000000
--- a/Editor/tests/cursor/enterBeforeFigure03-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-[]a<figure>
-  <img src="../figures/nothing.png">
-</figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeTable01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeTable01-expected.html b/Editor/tests/cursor/enterBeforeTable01-expected.html
deleted file mode 100644
index 535d71c..0000000
--- a/Editor/tests/cursor/enterBeforeTable01-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeTable01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeTable01-input.html b/Editor/tests/cursor/enterBeforeTable01-input.html
deleted file mode 100644
index a353c44..0000000
--- a/Editor/tests/cursor/enterBeforeTable01-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-[]<table>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeTable02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeTable02-expected.html b/Editor/tests/cursor/enterBeforeTable02-expected.html
deleted file mode 100644
index ced9713..0000000
--- a/Editor/tests/cursor/enterBeforeTable02-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    a
-    <p>
-      []
-      <br/>
-    </p>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeTable02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeTable02-input.html b/Editor/tests/cursor/enterBeforeTable02-input.html
deleted file mode 100644
index 4ebd612..0000000
--- a/Editor/tests/cursor/enterBeforeTable02-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-a[]<table>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeTable03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeTable03-expected.html b/Editor/tests/cursor/enterBeforeTable03-expected.html
deleted file mode 100644
index 921092b..0000000
--- a/Editor/tests/cursor/enterBeforeTable03-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    <p><br/></p>
-    <p>[]a</p>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterBeforeTable03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterBeforeTable03-input.html b/Editor/tests/cursor/enterBeforeTable03-input.html
deleted file mode 100644
index 41b0bd4..0000000
--- a/Editor/tests/cursor/enterBeforeTable03-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-[]a<table>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-</table>
-</body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterPressed-caption02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-caption02-expected.html b/Editor/tests/cursor/enterPressed-caption02-expected.html
deleted file mode 100644
index 2aa7dab..0000000
--- a/Editor/tests/cursor/enterPressed-caption02-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <table id="item1" style="width: 100%">
-      <caption>Test</caption>
-      <colgroup>
-        <col width="50%"/>
-        <col width="50%"/>
-      </colgroup>
-      <tbody>
-        <tr>
-          <td>0, 0</td>
-          <td>0, 1</td>
-        </tr>
-        <tr>
-          <td>1, 0</td>
-          <td>1, 1</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterPressed-emptyContainer01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer01-expected.html b/Editor/tests/cursor/enterPressed-emptyContainer01-expected.html
deleted file mode 100644
index 6183f00..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer01-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/f4102a1c/Editor/tests/cursor/enterPressed-emptyContainer01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer01-input.html b/Editor/tests/cursor/enterPressed-emptyContainer01-input.html
deleted file mode 100644
index 2ab73f5..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer01-input.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-  <body>[]</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterPressed-emptyContainer01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer01a-expected.html b/Editor/tests/cursor/enterPressed-emptyContainer01a-expected.html
deleted file mode 100644
index 6183f00..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer01a-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/f4102a1c/Editor/tests/cursor/enterPressed-emptyContainer01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer01a-input.html b/Editor/tests/cursor/enterPressed-emptyContainer01a-input.html
deleted file mode 100644
index 123a62e..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer01a-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    removeWhitespaceAndCommentNodes(document.body);
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-  <body>[]</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterPressed-emptyContainer02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer02-expected.html b/Editor/tests/cursor/enterPressed-emptyContainer02-expected.html
deleted file mode 100644
index 5c245d4..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer02-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <figure>
-      <p><br/></p>
-      <p>
-        []
-        <br/>
-      </p>
-    </figure>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterPressed-emptyContainer02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer02-input.html b/Editor/tests/cursor/enterPressed-emptyContainer02-input.html
deleted file mode 100644
index 492697d..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer02-input.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-  <body><figure>[]</figure></body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html b/Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html
deleted file mode 100644
index 5c245d4..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <figure>
-      <p><br/></p>
-      <p>
-        []
-        <br/>
-      </p>
-    </figure>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterPressed-emptyContainer03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer03-expected.html b/Editor/tests/cursor/enterPressed-emptyContainer03-expected.html
deleted file mode 100644
index 46f41bb..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer03-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <figure>
-      <figcaption></figcaption>
-    </figure>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterPressed-emptyContainer03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer03-input.html b/Editor/tests/cursor/enterPressed-emptyContainer03-input.html
deleted file mode 100644
index b0f293e..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer03-input.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_enterPressed();
-    showSelection();
-}
-</script>
-</head>
-  <body><figure><figcaption>[]</figcaption></figure></body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html b/Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html
deleted file mode 100644
index 07efe23..0000000
--- a/Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <figure>
-      <figcaption/>
-    </figure>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

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