You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/08/16 12:58:07 UTC

[32/51] [partial] incubator-corinthia git commit: Added editorFramework in experiments.

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/doubleSpacePeriod04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/doubleSpacePeriod04-input.html b/experiments/Editor/tests/cursor/doubleSpacePeriod04-input.html
deleted file mode 100644
index 539f0f1..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/doubleSpacePeriod05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/doubleSpacePeriod05-expected.html b/experiments/Editor/tests/cursor/doubleSpacePeriod05-expected.html
deleted file mode 100644
index c758a73..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/doubleSpacePeriod05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/doubleSpacePeriod05-input.html b/experiments/Editor/tests/cursor/doubleSpacePeriod05-input.html
deleted file mode 100644
index b9c790b..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enter-delete01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enter-delete01-expected.html b/experiments/Editor/tests/cursor/enter-delete01-expected.html
deleted file mode 100644
index b91c420..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enter-delete01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enter-delete01-input.html b/experiments/Editor/tests/cursor/enter-delete01-input.html
deleted file mode 100644
index 52c6d80..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enter-delete02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enter-delete02-expected.html b/experiments/Editor/tests/cursor/enter-delete02-expected.html
deleted file mode 100644
index b91c420..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enter-delete02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enter-delete02-input.html b/experiments/Editor/tests/cursor/enter-delete02-input.html
deleted file mode 100644
index d1172be..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enter-delete03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enter-delete03-expected.html b/experiments/Editor/tests/cursor/enter-delete03-expected.html
deleted file mode 100644
index b91c420..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enter-delete03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enter-delete03-input.html b/experiments/Editor/tests/cursor/enter-delete03-input.html
deleted file mode 100644
index 5d81b5b..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterFigure01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterFigure01-expected.html b/experiments/Editor/tests/cursor/enterAfterFigure01-expected.html
deleted file mode 100644
index 1423796..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterFigure01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterFigure01-input.html b/experiments/Editor/tests/cursor/enterAfterFigure01-input.html
deleted file mode 100644
index b1dcd9c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterFigure02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterFigure02-expected.html b/experiments/Editor/tests/cursor/enterAfterFigure02-expected.html
deleted file mode 100644
index e30e81e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterFigure02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterFigure02-input.html b/experiments/Editor/tests/cursor/enterAfterFigure02-input.html
deleted file mode 100644
index 680356f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterFigure03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterFigure03-expected.html b/experiments/Editor/tests/cursor/enterAfterFigure03-expected.html
deleted file mode 100644
index 28082ef..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterFigure03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterFigure03-input.html b/experiments/Editor/tests/cursor/enterAfterFigure03-input.html
deleted file mode 100644
index 06b1915..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterTable01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterTable01-expected.html b/experiments/Editor/tests/cursor/enterAfterTable01-expected.html
deleted file mode 100644
index 32fa18c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterTable01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterTable01-input.html b/experiments/Editor/tests/cursor/enterAfterTable01-input.html
deleted file mode 100644
index 6216142..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterTable02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterTable02-expected.html b/experiments/Editor/tests/cursor/enterAfterTable02-expected.html
deleted file mode 100644
index d1d67ed..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterTable02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterTable02-input.html b/experiments/Editor/tests/cursor/enterAfterTable02-input.html
deleted file mode 100644
index 246829f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterTable03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterTable03-expected.html b/experiments/Editor/tests/cursor/enterAfterTable03-expected.html
deleted file mode 100644
index a1456e0..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterAfterTable03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterAfterTable03-input.html b/experiments/Editor/tests/cursor/enterAfterTable03-input.html
deleted file mode 100644
index b44b35a..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeFigure01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeFigure01-expected.html b/experiments/Editor/tests/cursor/enterBeforeFigure01-expected.html
deleted file mode 100644
index 6ca614d..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeFigure01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeFigure01-input.html b/experiments/Editor/tests/cursor/enterBeforeFigure01-input.html
deleted file mode 100644
index 42cbacd..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeFigure02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeFigure02-expected.html b/experiments/Editor/tests/cursor/enterBeforeFigure02-expected.html
deleted file mode 100644
index 9f4264f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeFigure02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeFigure02-input.html b/experiments/Editor/tests/cursor/enterBeforeFigure02-input.html
deleted file mode 100644
index 2dc06c7..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeFigure03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeFigure03-expected.html b/experiments/Editor/tests/cursor/enterBeforeFigure03-expected.html
deleted file mode 100644
index 58cb2c2..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeFigure03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeFigure03-input.html b/experiments/Editor/tests/cursor/enterBeforeFigure03-input.html
deleted file mode 100644
index dab3c44..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeTable01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeTable01-expected.html b/experiments/Editor/tests/cursor/enterBeforeTable01-expected.html
deleted file mode 100644
index 535d71c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeTable01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeTable01-input.html b/experiments/Editor/tests/cursor/enterBeforeTable01-input.html
deleted file mode 100644
index a353c44..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeTable02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeTable02-expected.html b/experiments/Editor/tests/cursor/enterBeforeTable02-expected.html
deleted file mode 100644
index ced9713..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeTable02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeTable02-input.html b/experiments/Editor/tests/cursor/enterBeforeTable02-input.html
deleted file mode 100644
index 4ebd612..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeTable03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeTable03-expected.html b/experiments/Editor/tests/cursor/enterBeforeTable03-expected.html
deleted file mode 100644
index 921092b..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterBeforeTable03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterBeforeTable03-input.html b/experiments/Editor/tests/cursor/enterBeforeTable03-input.html
deleted file mode 100644
index 41b0bd4..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-caption01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-caption01-expected.html b/experiments/Editor/tests/cursor/enterPressed-caption01-expected.html
deleted file mode 100644
index 2aa7dab..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-caption01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-caption01-input.html b/experiments/Editor/tests/cursor/enterPressed-caption01-input.html
deleted file mode 100644
index a23cc97..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-caption02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-caption02-expected.html b/experiments/Editor/tests/cursor/enterPressed-caption02-expected.html
deleted file mode 100644
index 2aa7dab..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-caption02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-caption02-input.html b/experiments/Editor/tests/cursor/enterPressed-caption02-input.html
deleted file mode 100644
index 822de76..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer01-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer01-expected.html
deleted file mode 100644
index 6183f00..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer01-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer01-input.html
deleted file mode 100644
index 2ab73f5..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer01a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer01a-expected.html
deleted file mode 100644
index 6183f00..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer01a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer01a-input.html
deleted file mode 100644
index 123a62e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer02-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer02-expected.html
deleted file mode 100644
index 5c245d4..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer02-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer02-input.html
deleted file mode 100644
index 492697d..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer02a-expected.html
deleted file mode 100644
index 5c245d4..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer02a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer02a-input.html
deleted file mode 100644
index dd8d57b..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer03-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer03-expected.html
deleted file mode 100644
index 46f41bb..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer03-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer03-input.html
deleted file mode 100644
index b0f293e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer03a-expected.html
deleted file mode 100644
index 07efe23..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer03a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer03a-input.html
deleted file mode 100644
index dcef72b..0000000
--- a/experiments/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>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer04-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer04-expected.html
deleted file mode 100644
index 3b39650..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer04-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer04-input.html
deleted file mode 100644
index 3bde7f9..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer04a-expected.html
deleted file mode 100644
index 020c65b..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer04a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer04a-input.html
deleted file mode 100644
index 4eebe75..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer05-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer05-expected.html
deleted file mode 100644
index 7a4cd21..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer05-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer05-input.html
deleted file mode 100644
index 609761b..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer05a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer05a-expected.html
deleted file mode 100644
index 7a4cd21..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer05a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer05a-input.html
deleted file mode 100644
index e6fed06..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer06-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer06-expected.html
deleted file mode 100644
index e777f58..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer06-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer06-input.html
deleted file mode 100644
index 88bae4c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer06a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer06a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer06a-expected.html
deleted file mode 100644
index e777f58..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer06a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer06a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer06a-input.html
deleted file mode 100644
index feec701..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer07-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer07-expected.html
deleted file mode 100644
index 35998e7..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer07-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer07-input.html
deleted file mode 100644
index 2bf330b..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer07a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer07a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer07a-expected.html
deleted file mode 100644
index 35998e7..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer07a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer07a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer07a-input.html
deleted file mode 100644
index 402ac1a..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer08-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer08-expected.html
deleted file mode 100644
index 50e6d8f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer08-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer08-input.html
deleted file mode 100644
index fb42c6e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer08a-expected.html
deleted file mode 100644
index 50e6d8f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-emptyContainer08a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-emptyContainer08a-input.html b/experiments/Editor/tests/cursor/enterPressed-emptyContainer08a-input.html
deleted file mode 100644
index 6be38da..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote01-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote01-expected.html
deleted file mode 100644
index a0c6787..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote01-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote01-input.html
deleted file mode 100644
index 6291f6e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote02-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote02-expected.html
deleted file mode 100644
index 3c70c9e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote02-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote02-input.html
deleted file mode 100644
index 0349f77..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote03-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote03-expected.html
deleted file mode 100644
index a3966aa..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote03-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote03-input.html
deleted file mode 100644
index ab48008..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote04-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote04-expected.html
deleted file mode 100644
index 1664fb5..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote04-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote04-input.html
deleted file mode 100644
index e9e050e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote05-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote05-expected.html
deleted file mode 100644
index ad381c2..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote05-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote05-input.html
deleted file mode 100644
index 6a3b67f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote06-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote06-expected.html
deleted file mode 100644
index ad381c2..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote06-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote06-input.html
deleted file mode 100644
index f13892f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote07-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote07-expected.html
deleted file mode 100644
index ad381c2..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote07-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote07-input.html
deleted file mode 100644
index c57b762..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote08-expected.html b/experiments/Editor/tests/cursor/enterPressed-endnote08-expected.html
deleted file mode 100644
index ad381c2..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-endnote08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-endnote08-input.html b/experiments/Editor/tests/cursor/enterPressed-endnote08-input.html
deleted file mode 100644
index 79503c7..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-figcaption01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-figcaption01-expected.html b/experiments/Editor/tests/cursor/enterPressed-figcaption01-expected.html
deleted file mode 100644
index 7165288..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-figcaption01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-figcaption01-input.html b/experiments/Editor/tests/cursor/enterPressed-figcaption01-input.html
deleted file mode 100644
index c8794f9..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-figcaption02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-figcaption02-expected.html b/experiments/Editor/tests/cursor/enterPressed-figcaption02-expected.html
deleted file mode 100644
index 7165288..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-figcaption02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-figcaption02-input.html b/experiments/Editor/tests/cursor/enterPressed-figcaption02-input.html
deleted file mode 100644
index 0068364..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote01-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote01-expected.html
deleted file mode 100644
index 3650dc8..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote01-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote01-input.html
deleted file mode 100644
index 7d1d2a2..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote02-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote02-expected.html
deleted file mode 100644
index 5f52e4d..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote02-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote02-input.html
deleted file mode 100644
index 0ee7ad4..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote03-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote03-expected.html
deleted file mode 100644
index b9ab906..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote03-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote03-input.html
deleted file mode 100644
index f2e61c0..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote04-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote04-expected.html
deleted file mode 100644
index 31207ea..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote04-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote04-input.html
deleted file mode 100644
index 1c23e5e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote05-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote05-expected.html
deleted file mode 100644
index 62280e9..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote05-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote05-input.html
deleted file mode 100644
index 78dc232..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote06-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote06-expected.html
deleted file mode 100644
index 62280e9..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote06-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote06-input.html
deleted file mode 100644
index c7d159c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote07-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote07-expected.html
deleted file mode 100644
index 62280e9..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote07-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote07-input.html
deleted file mode 100644
index e6777ad..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote08-expected.html b/experiments/Editor/tests/cursor/enterPressed-footnote08-expected.html
deleted file mode 100644
index 62280e9..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-footnote08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-footnote08-input.html b/experiments/Editor/tests/cursor/enterPressed-footnote08-input.html
deleted file mode 100644
index 50f1986..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading01-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading01-expected.html
deleted file mode 100644
index f2aa188..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading01-input.html b/experiments/Editor/tests/cursor/enterPressed-heading01-input.html
deleted file mode 100644
index f75e82d..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading02-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading02-expected.html
deleted file mode 100644
index 5b8b602..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading02-input.html b/experiments/Editor/tests/cursor/enterPressed-heading02-input.html
deleted file mode 100644
index 7b7a6b4..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading03-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading03-expected.html
deleted file mode 100644
index 38cdb5f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading03-input.html b/experiments/Editor/tests/cursor/enterPressed-heading03-input.html
deleted file mode 100644
index cfc3359..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading04-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading04-expected.html
deleted file mode 100644
index 7441b07..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading04-input.html b/experiments/Editor/tests/cursor/enterPressed-heading04-input.html
deleted file mode 100644
index 0b52deb..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading05-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading05-expected.html
deleted file mode 100644
index 3df3e1e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading05-input.html b/experiments/Editor/tests/cursor/enterPressed-heading05-input.html
deleted file mode 100644
index 39eed47..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/enterPressed-heading06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/enterPressed-heading06-expected.html b/experiments/Editor/tests/cursor/enterPressed-heading06-expected.html
deleted file mode 100644
index 64894b8..0000000
--- a/experiments/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>