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

[33/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/deleteCharacter-last13-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last13-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last13-input.html
deleted file mode 100644
index eec9f55..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last13-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Before</p>
-<table>
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-  </tr>
-  <tr>
-    <td>Three</td>
-    <td>Four</td>
-  </tr>
-</table>
-<p>After</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-link01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-link01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-link01-expected.html
deleted file mode 100644
index 890a81d..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-link01-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      Text
-      []
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-link01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-link01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-link01-input.html
deleted file mode 100644
index 18e561a..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-link01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text<a href="http://www.uxproductivity.com">UX Productivity</a>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-link02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-link02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-link02-expected.html
deleted file mode 100644
index 7b72d83..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-link02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-link02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-link02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-link02-input.html
deleted file mode 100644
index 2a1dd79..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-link02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertLink("UX Productivity","http://www.uxproductivity.com");
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-link03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-link03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-link03-expected.html
deleted file mode 100644
index e83036d..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-link03-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      Text
-      []after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-link03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-link03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-link03-input.html
deleted file mode 100644
index 8547177..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-link03-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text<a href="http://www.uxproductivity.com">UX Productivity</a>[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-link04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-link04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-link04-expected.html
deleted file mode 100644
index e83036d..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-link04-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      Text
-      []after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-link04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-link04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-link04-input.html
deleted file mode 100644
index abc026c..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-link04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertLink("UX Productivity","http://www.uxproductivity.com");
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list01-expected.html
deleted file mode 100644
index ac79517..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list01-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before[]One</p>
-    <ul>
-      <li>Two</li>
-      <li>Three</li>
-    </ul>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list01-input.html
deleted file mode 100644
index ef43999..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list01-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Before</p>
-<ul>
-  <li>[]One</li>
-  <li>Two</li>
-  <li>Three</li>
-</ul>
-<p>After</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list02-expected.html
deleted file mode 100644
index 39a39b1..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list02-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <ul>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three[]After</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list02-input.html
deleted file mode 100644
index a772cf7..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list02-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Before</p>
-<ul>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-</ul>
-<p>[]After</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list03-expected.html
deleted file mode 100644
index e4b53f1..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list03-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before[]</p>
-    <ul>
-      <li>Two</li>
-      <li>Three</li>
-    </ul>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list03-input.html
deleted file mode 100644
index bc3501c..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list03-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Before</p>
-<ul>
-  <li>[]</li>
-  <li>Two</li>
-  <li>Three</li>
-</ul>
-<p>After</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list04-expected.html
deleted file mode 100644
index 15bedaf..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list04-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before[]</p>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list04-input.html
deleted file mode 100644
index fa89fb0..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list04-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Before</p>
-<ul>
-  <li>[]</li>
-</ul>
-<p>After</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list05-expected.html
deleted file mode 100644
index 2d59fcd..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list05-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>[]One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list05-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list05-input.html
deleted file mode 100644
index d073741..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list05-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>[]One</li>
-  <li>Two</li>
-  <li>Three</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list06-expected.html
deleted file mode 100644
index 1e26a12..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list06-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>[]</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list06-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list06-input.html
deleted file mode 100644
index f81ced9..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list06-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>[]</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-list07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-list07-expected.html
deleted file mode 100644
index b91c420..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list07-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/deleteCharacter-list07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-list07-input.html b/experiments/Editor/tests/cursor/deleteCharacter-list07-input.html
deleted file mode 100644
index 8fef80e..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-list07-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var lip = document.getElementsByTagName("P")[1];
-    Selection_set(lip,0,lip,0);
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample text</p>
-<ul>
-  <li>
-    <p><br></p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-reference01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-reference01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-reference01-expected.html
deleted file mode 100644
index 7f13d9b..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-reference01-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="test">Heading</h1>
-    <p>
-      Text
-      []
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-reference01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-reference01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-reference01-input.html
deleted file mode 100644
index 7dc3ebd..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-reference01-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1 id="test">Heading</h1>
-<p>Text<a href="#test"></a>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-reference02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-reference02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-reference02-expected.html
deleted file mode 100644
index 8555d94..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-reference02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="test">Heading</h1>
-    <p>Text[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-reference02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-reference02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-reference02-input.html
deleted file mode 100644
index 4af20c1..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-reference02-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    Cursor_insertReference("test");
-    PostponedActions_perform();
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1 id="test">Heading</h1>
-<p>Text[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-reference03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-reference03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-reference03-expected.html
deleted file mode 100644
index 80384f3..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-reference03-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="test">Heading</h1>
-    <p>
-      Text
-      []after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-reference03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-reference03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-reference03-input.html
deleted file mode 100644
index 191d976..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-reference03-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1 id="test">Heading</h1>
-<p>Text<a href="#test"></a>[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-reference04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-reference04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-reference04-expected.html
deleted file mode 100644
index 80384f3..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-reference04-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="test">Heading</h1>
-    <p>
-      Text
-      []after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-reference04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-reference04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-reference04-input.html
deleted file mode 100644
index de3c54a..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-reference04-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    Cursor_insertReference("test");
-    PostponedActions_perform();
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1 id="test">Heading</h1>
-<p>Text[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-table01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-table01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-table01-expected.html
deleted file mode 100644
index dfd81a3..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-table01-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text before</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>Text after</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-table02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-table02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-table02-expected.html
deleted file mode 100644
index 69b8a90..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-table02-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text before[]</p>
-    <table width="100%">
-      <caption>Test caption</caption>
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>Text after</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-table03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-table03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-table03-expected.html
deleted file mode 100644
index dfd81a3..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-table03-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text before</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>Text after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-table03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-table03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-table03-input.html
deleted file mode 100644
index b10134d..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-table03-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var table = document.getElementsByTagName("TABLE")[0];
-    var offset = DOM_nodeOffset(table);
-    Cursor_set(table.parentNode,offset+1,table.parentNode,offset+1);
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text before</p>
-<table width="100%">
-  <caption>Test caption</caption>
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-  </tr>
-  <tr>
-    <td>Three</td>
-    <td>Four</td>
-  </tr>
-</table>
-<p>Text after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-table04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-table04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-table04-expected.html
deleted file mode 100644
index 69b8a90..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-table04-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text before[]</p>
-    <table width="100%">
-      <caption>Test caption</caption>
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>Text after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-table04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-table04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-table04-input.html
deleted file mode 100644
index eaa136a..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-table04-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var table = document.getElementsByTagName("TABLE")[0];
-    var offset = DOM_nodeOffset(table);
-    Cursor_set(table.parentNode,offset,table.parentNode,offset);
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text before</p>
-<table width="100%">
-  <caption>Test caption</caption>
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-  </tr>
-  <tr>
-    <td>Three</td>
-    <td>Four</td>
-  </tr>
-</table>
-<p>Text after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html
deleted file mode 100644
index 02fd8e0..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table width="100%">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four</td>
-        </tr>
-      </tbody>
-    </table>
-    []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-input.html
deleted file mode 100644
index 5089a5d..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-tablecaption01-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>[]</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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html
deleted file mode 100644
index 02fd8e0..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table width="100%">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four</td>
-        </tr>
-      </tbody>
-    </table>
-    []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-tablecaption02-input.html
deleted file mode 100644
index 402c13b..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-toc01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-toc01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-toc01-expected.html
deleted file mode 100644
index 82a41eb..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-toc01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-toc01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-toc01-input.html
deleted file mode 100644
index 2489640..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-toc02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-toc02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-toc02-expected.html
deleted file mode 100644
index 9cb1744..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-toc02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-toc02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-toc02-input.html
deleted file mode 100644
index b7fe560..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-toc03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-toc03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-toc03-expected.html
deleted file mode 100644
index 82a41eb..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-toc03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-toc03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-toc03-input.html
deleted file mode 100644
index c0e352c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-toc04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-toc04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-toc04-expected.html
deleted file mode 100644
index 9cb1744..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-toc04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-toc04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-toc04-input.html
deleted file mode 100644
index 0ff9baf..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter01-expected.html
deleted file mode 100644
index b8521ba..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter01-input.html b/experiments/Editor/tests/cursor/deleteCharacter01-input.html
deleted file mode 100644
index 81243d2..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter02-expected.html
deleted file mode 100644
index 778bf58..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter02-input.html b/experiments/Editor/tests/cursor/deleteCharacter02-input.html
deleted file mode 100644
index b570e41..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter03-expected.html
deleted file mode 100644
index 2ad40ec..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter03-input.html b/experiments/Editor/tests/cursor/deleteCharacter03-input.html
deleted file mode 100644
index 6f6c38f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter04-expected.html
deleted file mode 100644
index 26501f0..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter04-input.html b/experiments/Editor/tests/cursor/deleteCharacter04-input.html
deleted file mode 100644
index a94bd08..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter04a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter04a-expected.html
deleted file mode 100644
index 26501f0..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter04a-input.html b/experiments/Editor/tests/cursor/deleteCharacter04a-input.html
deleted file mode 100644
index e425b90..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter04b-expected.html b/experiments/Editor/tests/cursor/deleteCharacter04b-expected.html
deleted file mode 100644
index 26501f0..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter04b-input.html b/experiments/Editor/tests/cursor/deleteCharacter04b-input.html
deleted file mode 100644
index becf324..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter05-expected.html
deleted file mode 100644
index e72ef9e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter05-input.html b/experiments/Editor/tests/cursor/deleteCharacter05-input.html
deleted file mode 100644
index 7b6b698..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter05a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter05a-expected.html
deleted file mode 100644
index e72ef9e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter05a-input.html b/experiments/Editor/tests/cursor/deleteCharacter05a-input.html
deleted file mode 100644
index 2a25c6a..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter05b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter05b-expected.html b/experiments/Editor/tests/cursor/deleteCharacter05b-expected.html
deleted file mode 100644
index e72ef9e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter05b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter05b-input.html b/experiments/Editor/tests/cursor/deleteCharacter05b-input.html
deleted file mode 100644
index 02f5f42..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter06-expected.html
deleted file mode 100644
index 761f37c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter06-input.html b/experiments/Editor/tests/cursor/deleteCharacter06-input.html
deleted file mode 100644
index 11356b5..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter06a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter06a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter06a-expected.html
deleted file mode 100644
index 761f37c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter06a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter06a-input.html b/experiments/Editor/tests/cursor/deleteCharacter06a-input.html
deleted file mode 100644
index 22b4eb1..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter06b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter06b-expected.html b/experiments/Editor/tests/cursor/deleteCharacter06b-expected.html
deleted file mode 100644
index 761f37c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter06b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter06b-input.html b/experiments/Editor/tests/cursor/deleteCharacter06b-input.html
deleted file mode 100644
index 8e226b0..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter07-expected.html
deleted file mode 100644
index a853cc3..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter07-input.html b/experiments/Editor/tests/cursor/deleteCharacter07-input.html
deleted file mode 100644
index 13775e7..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter07a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter07a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter07a-expected.html
deleted file mode 100644
index a853cc3..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter07a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter07a-input.html b/experiments/Editor/tests/cursor/deleteCharacter07a-input.html
deleted file mode 100644
index 3c911fa..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter07b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter07b-expected.html b/experiments/Editor/tests/cursor/deleteCharacter07b-expected.html
deleted file mode 100644
index a853cc3..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter07b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter07b-input.html b/experiments/Editor/tests/cursor/deleteCharacter07b-input.html
deleted file mode 100644
index 0425949..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter08-expected.html b/experiments/Editor/tests/cursor/deleteCharacter08-expected.html
deleted file mode 100644
index f3b5711..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter08-input.html b/experiments/Editor/tests/cursor/deleteCharacter08-input.html
deleted file mode 100644
index 5bc9d77..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter08a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter08a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter08a-expected.html
deleted file mode 100644
index f3b5711..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter08a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter08a-input.html b/experiments/Editor/tests/cursor/deleteCharacter08a-input.html
deleted file mode 100644
index 437a1df..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter08b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter08b-expected.html b/experiments/Editor/tests/cursor/deleteCharacter08b-expected.html
deleted file mode 100644
index f3b5711..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter08b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter08b-input.html b/experiments/Editor/tests/cursor/deleteCharacter08b-input.html
deleted file mode 100644
index 45b89a8..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter09-expected.html b/experiments/Editor/tests/cursor/deleteCharacter09-expected.html
deleted file mode 100644
index e27d2bb..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter09-input.html b/experiments/Editor/tests/cursor/deleteCharacter09-input.html
deleted file mode 100644
index 57286ab..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter10-expected.html b/experiments/Editor/tests/cursor/deleteCharacter10-expected.html
deleted file mode 100644
index 8bdb582..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter10-input.html b/experiments/Editor/tests/cursor/deleteCharacter10-input.html
deleted file mode 100644
index 8c2fe44..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter11-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter11-expected.html b/experiments/Editor/tests/cursor/deleteCharacter11-expected.html
deleted file mode 100644
index 336000d..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter11-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter11-input.html b/experiments/Editor/tests/cursor/deleteCharacter11-input.html
deleted file mode 100644
index 7aeb877..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter12-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter12-expected.html b/experiments/Editor/tests/cursor/deleteCharacter12-expected.html
deleted file mode 100644
index 4910ec8..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter12-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter12-input.html b/experiments/Editor/tests/cursor/deleteCharacter12-input.html
deleted file mode 100644
index 8c9a444..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter13-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter13-expected.html b/experiments/Editor/tests/cursor/deleteCharacter13-expected.html
deleted file mode 100644
index 8637eec..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter13-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter13-input.html b/experiments/Editor/tests/cursor/deleteCharacter13-input.html
deleted file mode 100644
index 2a4d919..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter14-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter14-expected.html b/experiments/Editor/tests/cursor/deleteCharacter14-expected.html
deleted file mode 100644
index a4da091..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter14-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter14-input.html b/experiments/Editor/tests/cursor/deleteCharacter14-input.html
deleted file mode 100644
index 74f3979..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter15-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter15-expected.html b/experiments/Editor/tests/cursor/deleteCharacter15-expected.html
deleted file mode 100644
index e65b76c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter15-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter15-input.html b/experiments/Editor/tests/cursor/deleteCharacter15-input.html
deleted file mode 100644
index b01ce3d..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter16-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter16-expected.html b/experiments/Editor/tests/cursor/deleteCharacter16-expected.html
deleted file mode 100644
index 882eb15..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter16-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter16-input.html b/experiments/Editor/tests/cursor/deleteCharacter16-input.html
deleted file mode 100644
index b9f9acf..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter17-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter17-expected.html b/experiments/Editor/tests/cursor/deleteCharacter17-expected.html
deleted file mode 100644
index e98abd8..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter17-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter17-input.html b/experiments/Editor/tests/cursor/deleteCharacter17-input.html
deleted file mode 100644
index 2c6d345..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter18-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter18-expected.html b/experiments/Editor/tests/cursor/deleteCharacter18-expected.html
deleted file mode 100644
index 98aba46..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter18-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter18-input.html b/experiments/Editor/tests/cursor/deleteCharacter18-input.html
deleted file mode 100644
index 7044edd..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter19-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter19-expected.html b/experiments/Editor/tests/cursor/deleteCharacter19-expected.html
deleted file mode 100644
index ecb299b..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter19-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter19-input.html b/experiments/Editor/tests/cursor/deleteCharacter19-input.html
deleted file mode 100644
index d10e977..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter20-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter20-expected.html b/experiments/Editor/tests/cursor/deleteCharacter20-expected.html
deleted file mode 100644
index 955a055..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter20-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter20-input.html b/experiments/Editor/tests/cursor/deleteCharacter20-input.html
deleted file mode 100644
index 8835abc..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter21-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter21-expected.html b/experiments/Editor/tests/cursor/deleteCharacter21-expected.html
deleted file mode 100644
index ff21e33..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter21-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter21-input.html b/experiments/Editor/tests/cursor/deleteCharacter21-input.html
deleted file mode 100644
index 055ae34..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter22-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter22-expected.html b/experiments/Editor/tests/cursor/deleteCharacter22-expected.html
deleted file mode 100644
index 768504b..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter22-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter22-input.html b/experiments/Editor/tests/cursor/deleteCharacter22-input.html
deleted file mode 100644
index 0d04467..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter23-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter23-expected.html b/experiments/Editor/tests/cursor/deleteCharacter23-expected.html
deleted file mode 100644
index c57e8ed..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter23-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter23-input.html b/experiments/Editor/tests/cursor/deleteCharacter23-input.html
deleted file mode 100644
index 358d482..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter24-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter24-expected.html b/experiments/Editor/tests/cursor/deleteCharacter24-expected.html
deleted file mode 100644
index 4bc23c8..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/deleteCharacter24-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter24-input.html b/experiments/Editor/tests/cursor/deleteCharacter24-input.html
deleted file mode 100644
index f2a4efb..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/doubleSpacePeriod01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/doubleSpacePeriod01-expected.html b/experiments/Editor/tests/cursor/doubleSpacePeriod01-expected.html
deleted file mode 100644
index 69d4d64..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/doubleSpacePeriod01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/doubleSpacePeriod01-input.html b/experiments/Editor/tests/cursor/doubleSpacePeriod01-input.html
deleted file mode 100644
index 94314fa..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/doubleSpacePeriod02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/doubleSpacePeriod02-expected.html b/experiments/Editor/tests/cursor/doubleSpacePeriod02-expected.html
deleted file mode 100644
index 69d4d64..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/doubleSpacePeriod02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/doubleSpacePeriod02-input.html b/experiments/Editor/tests/cursor/doubleSpacePeriod02-input.html
deleted file mode 100644
index c8df755..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/doubleSpacePeriod03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/doubleSpacePeriod03-expected.html b/experiments/Editor/tests/cursor/doubleSpacePeriod03-expected.html
deleted file mode 100644
index 69d4d64..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/doubleSpacePeriod03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/doubleSpacePeriod03-input.html b/experiments/Editor/tests/cursor/doubleSpacePeriod03-input.html
deleted file mode 100644
index aa8d6e1..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/cursor/doubleSpacePeriod04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/doubleSpacePeriod04-expected.html b/experiments/Editor/tests/cursor/doubleSpacePeriod04-expected.html
deleted file mode 100644
index ecc4490..0000000
--- a/experiments/Editor/tests/cursor/doubleSpacePeriod04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample text []</p>
-  </body>
-</html>