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

[34/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-caption02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-caption02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-caption02-expected.html
deleted file mode 100644
index 2f9cc8c..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-caption02-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <table id="item1" style="width: 100%">
-      <caption>Te[]t</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>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-caption02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-caption02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-caption02-input.html
deleted file mode 100644
index b6de159..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-caption02-input.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-
-    var caption = document.getElementsByTagName("CAPTION")[0];
-    var last = caption.lastChild;
-    Selection_set(last,3,last,3);
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <table style="width: 100%">
-    <caption>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/deleteCharacter-emoji01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji01-expected.html
deleted file mode 100644
index 2576290..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji01-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <meta charset="utf-8"/>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji01-input.html
deleted file mode 100644
index b8b0437..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji01-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>๐ŸŒ[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji02-expected.html
deleted file mode 100644
index 77c9d9f..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji02-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <meta charset="utf-8"/>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>๐Ÿ˜ƒ๐Ÿ‘ฟ[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji02-input.html
deleted file mode 100644
index 64566a9..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji02-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>๐Ÿ˜ƒ๐Ÿ‘ฟ๐ŸŒ[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji03-expected.html
deleted file mode 100644
index 4969443..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji03-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <meta charset="utf-8"/>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>before[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji03-input.html
deleted file mode 100644
index e30cb0c..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji03-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before๐ŸŒ[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji04-expected.html
deleted file mode 100644
index bca34fc..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji04-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <meta charset="utf-8"/>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>before๐Ÿ˜ƒ๐Ÿ‘ฟ[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji04-input.html
deleted file mode 100644
index ad096b8..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji04-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before๐Ÿ˜ƒ๐Ÿ‘ฟ๐ŸŒ[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji05-expected.html
deleted file mode 100644
index 6bc2dfc..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji05-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <meta charset="utf-8"/>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji05-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji05-input.html
deleted file mode 100644
index 3396b64..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji05-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>๐ŸŒ[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji06-expected.html
deleted file mode 100644
index be7725c..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji06-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <meta charset="utf-8"/>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>๐Ÿ˜ƒ๐Ÿ‘ฟ[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji06-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji06-input.html
deleted file mode 100644
index 0dae400..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji06-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>๐Ÿ˜ƒ๐Ÿ‘ฟ๐ŸŒ[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji07-expected.html
deleted file mode 100644
index b830d5b..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji07-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <meta charset="utf-8"/>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>before[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji07-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji07-input.html
deleted file mode 100644
index 1e23217..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji07-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before๐ŸŒ[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji08-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji08-expected.html
deleted file mode 100644
index fd1ee55..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji08-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <meta charset="utf-8"/>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>before๐Ÿ˜ƒ๐Ÿ‘ฟ[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-emoji08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-emoji08-input.html b/experiments/Editor/tests/cursor/deleteCharacter-emoji08-input.html
deleted file mode 100644
index a74ca8f..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-emoji08-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<meta charset="utf-8">
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before๐Ÿ˜ƒ๐Ÿ‘ฟ๐ŸŒ[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote01-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote01-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      []after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote01-input.html
deleted file mode 100644
index 0757734..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    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/deleteCharacter-endnote02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote02-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote02-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      []after
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote03-expected.html
deleted file mode 100644
index 895cd24..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote03-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>before[]</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote04-expected.html
deleted file mode 100644
index 88dd17b..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote04-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>[]after</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote05-expected.html
deleted file mode 100644
index 0abd902..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote05-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>Initial paragraph</p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote05-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote05-input.html
deleted file mode 100644
index 0f82b31..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote05-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>Initial paragraph</p>
-  <p><span class="endnote">[]</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote06-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote06-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      []after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote06-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote06-input.html
deleted file mode 100644
index bcaeeb1..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    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/deleteCharacter-endnote07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote07-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote07-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      []after
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote08-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote08-expected.html
deleted file mode 100644
index e2952bf..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote08-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      []
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote09-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote09-expected.html
deleted file mode 100644
index 88dd17b..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote09-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>[]after</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote10-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote10-expected.html
deleted file mode 100644
index 0abd902..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote10-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>Initial paragraph</p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-endnote10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-endnote10-input.html b/experiments/Editor/tests/cursor/deleteCharacter-endnote10-input.html
deleted file mode 100644
index 8f7aa92..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-endnote10-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>Initial paragraph</p>
-  <p><span class="endnote"></span>[]after</p>
-</body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-figcaption02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figcaption02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption02-expected.html
deleted file mode 100644
index 5bd3d26..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figcaption02-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <figure id="item1">
-      <img src="../figures/nothing.png"/>
-      <figcaption>Te[]t</figcaption>
-    </figure>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-figcaption03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figcaption03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption03-expected.html
deleted file mode 100644
index f1ab352..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figcaption03-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <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/deleteCharacter-figcaption03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figcaption03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption03-input.html
deleted file mode 100644
index 0b9dced..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figcaption03-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <figure>
-    <img src="../figures/nothing.png">
-    <figcaption>[]</figcaption>
-  </figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-figcaption04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figcaption04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption04-expected.html
deleted file mode 100644
index f1ab352..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figcaption04-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <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/deleteCharacter-figcaption04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figcaption04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figcaption04-input.html
deleted file mode 100644
index 9aa4617..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figcaption04-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <figure>
-    <img src="../figures/nothing.png">
-    <figcaption><b>[]</b></figcaption>
-  </figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-figure01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figure01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figure01-expected.html
deleted file mode 100644
index dfd81a3..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figure01-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-figure01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figure01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figure01-input.html
deleted file mode 100644
index 85e31a7..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figure01-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text before</p>
-<figure>
-  <img src="../figures/nothing.png">
-  <figcaption>Test figure</figcaption>
-</figure>
-[]
-<p>Text after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-figure02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figure02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figure02-expected.html
deleted file mode 100644
index 6bc7589..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figure02-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text before[]</p>
-    <figure>
-      <img src="../figures/nothing.png"/>
-      <figcaption>Test figure</figcaption>
-    </figure>
-    <p>Text after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-figure02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figure02-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figure02-input.html
deleted file mode 100644
index cc38df5..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figure02-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text before</p>
-[]
-<figure>
-  <img src="../figures/nothing.png">
-  <figcaption>Test figure</figcaption>
-</figure>
-<p>Text after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-figure03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figure03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figure03-expected.html
deleted file mode 100644
index dfd81a3..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figure03-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-figure03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figure03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figure03-input.html
deleted file mode 100644
index 6227eca..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figure03-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var figure = document.getElementsByTagName("FIGURE")[0];
-    var offset = DOM_nodeOffset(figure);
-    Cursor_set(figure.parentNode,offset+1,figure.parentNode,offset+1);
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text before</p>
-<figure>
-  <img src="../figures/nothing.png">
-  <figcaption>Test figure</figcaption>
-</figure>
-<p>Text after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-figure04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figure04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-figure04-expected.html
deleted file mode 100644
index 6bc7589..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figure04-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Text before[]</p>
-    <figure>
-      <img src="../figures/nothing.png"/>
-      <figcaption>Test figure</figcaption>
-    </figure>
-    <p>Text after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-figure04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-figure04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-figure04-input.html
deleted file mode 100644
index 257679b..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-figure04-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var figure = document.getElementsByTagName("FIGURE")[0];
-    var offset = DOM_nodeOffset(figure);
-    Cursor_set(figure.parentNode,offset,figure.parentNode,offset);
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Text before</p>
-<figure>
-  <img src="../figures/nothing.png">
-  <figcaption>Test figure</figcaption>
-</figure>
-<p>Text after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote01-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote01-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote01-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      []after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote01-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote01-input.html
deleted file mode 100644
index cf02a9e..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    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/deleteCharacter-footnote02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote02-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote02-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote02-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      []after
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote03-expected.html
deleted file mode 100644
index 895cd24..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote03-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>before[]</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote04-expected.html
deleted file mode 100644
index 88dd17b..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote04-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>[]after</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote05-expected.html
deleted file mode 100644
index 0abd902..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote05-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>Initial paragraph</p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote05-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote05-input.html
deleted file mode 100644
index 5f7eb34..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote05-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>Initial paragraph</p>
-  <p><span class="footnote">[]</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote06-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote06-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      []after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote06-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote06-input.html
deleted file mode 100644
index 3496595..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    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/deleteCharacter-footnote07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote07-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote07-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote07-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      []after
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote08-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote08-expected.html
deleted file mode 100644
index e2952bf..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote08-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      before
-      []
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote09-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote09-expected.html
deleted file mode 100644
index 88dd17b..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote09-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>[]after</p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote10-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote10-expected.html
deleted file mode 100644
index 0abd902..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote10-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>Initial paragraph</p>
-    <p>[]after</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-footnote10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-footnote10-input.html b/experiments/Editor/tests/cursor/deleteCharacter-footnote10-input.html
deleted file mode 100644
index ad5a014..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-footnote10-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>Initial paragraph</p>
-  <p><span class="footnote"></span>[]after</p>
-</body>
-</html>

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last03-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last03-expected.html
deleted file mode 100644
index 461e9a6..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last03-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>[]</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-last03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last03-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last03-input.html
deleted file mode 100644
index 9dc86bb..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last03-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>O[]</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-last03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last03a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last03a-expected.html
deleted file mode 100644
index c50dd7f..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last03a-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>
-        <p>
-          []
-          <br/>
-        </p>
-      </li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-    </ul>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last04-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last04-expected.html
deleted file mode 100644
index 63b28df..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last04-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></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-last04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last04-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last04-input.html
deleted file mode 100644
index 9c94260..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last04-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>O[]</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-last04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last04a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last04a-expected.html
deleted file mode 100644
index ecd9ac5..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last04a-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <ul>
-      <li>
-        <p>
-          []
-          <br/>
-        </p>
-      </li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-    </ul>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last04a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last04a-input.html
deleted file mode 100644
index 044d635..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last04a-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><p>O[]</p></li>
-  <li><p>Two</p></li>
-  <li><p>Three</p></li>
-</ul>
-<p>After</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last05-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last05-expected.html
deleted file mode 100644
index 59d486b..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last05-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <ul>
-      <li>One</li>
-      <li>[]</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-last05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last05-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last05-input.html
deleted file mode 100644
index 8e096e7..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last05-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>T[]</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-last05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last05a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last05a-expected.html
deleted file mode 100644
index e45487c..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last05a-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <ul>
-      <li><p>One</p></li>
-      <li>
-        <p>
-          []
-          <br/>
-        </p>
-      </li>
-      <li><p>Three</p></li>
-    </ul>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last05a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last05a-input.html
deleted file mode 100644
index ae26a7f..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last05a-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><p>One</p></li>
-  <li><p>T[]</p></li>
-  <li><p>Three</p></li>
-</ul>
-<p>After</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last06-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last06-expected.html
deleted file mode 100644
index c13c337..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last06-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <ul>
-      <li>One</li>
-      <li>Two</li>
-      <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-last06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last06-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last06-input.html
deleted file mode 100644
index aa957db..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last06-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>T[]</li>
-</ul>
-<p>After</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last06a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last06a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last06a-input.html
deleted file mode 100644
index ccba53e..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last06a-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><p>One</p></li>
-  <li><p>Two</p></li>
-  <li><p>T[]</p></li>
-</ul>
-<p>After</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last07-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last07-input.html
deleted file mode 100644
index d65ff5d..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last07-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>A[]</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last07a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last07a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last07a-input.html
deleted file mode 100644
index 977ba7a..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last07a-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><p>One</p></li>
-  <li><p>Two</p></li>
-  <li><p>Three</p></li>
-</ul>
-<p>A[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last08-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last08-expected.html
deleted file mode 100644
index 5ce18b6..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last08-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <table>
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four</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/deleteCharacter-last08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last08-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last08-input.html
deleted file mode 100644
index c13c7e6..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last08-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>A[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last08a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last08a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last08a-expected.html
deleted file mode 100644
index 33ed21a..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last08a-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <table>
-      <tbody>
-        <tr>
-          <td><p>One</p></td>
-          <td><p>Two</p></td>
-        </tr>
-        <tr>
-          <td><p>Three</p></td>
-          <td><p>Four</p></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/deleteCharacter-last08a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last08a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last08a-input.html
deleted file mode 100644
index 6648c77..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last08a-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><p>One</p></td>
-    <td><p>Two</p></td>
-  </tr>
-  <tr>
-    <td><p>Three</p></td>
-    <td><p>Four</p></td>
-  </tr>
-</table>
-<p>A[]</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last09-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last09-input.html
deleted file mode 100644
index 4d1a285..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last09-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>F[]</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-last09a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last09a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last09a-expected.html
deleted file mode 100644
index d266c4b..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last09a-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <table>
-      <tbody>
-        <tr>
-          <td><p>One</p></td>
-          <td><p>Two</p></td>
-        </tr>
-        <tr>
-          <td><p>Three</p></td>
-          <td>
-            <p>
-              []
-              <br/>
-            </p>
-          </td>
-        </tr>
-      </tbody>
-    </table>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last09a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last09a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last09a-input.html
deleted file mode 100644
index b185e35..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last09a-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><p>One</p></td>
-    <td><p>Two</p></td>
-  </tr>
-  <tr>
-    <td><p>Three</p></td>
-    <td><p>F[]</p></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-last10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last10-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last10-expected.html
deleted file mode 100644
index 37f0479..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last10-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <table>
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-        </tr>
-        <tr>
-          <td>[]</td>
-          <td>Four</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last10-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last10-input.html
deleted file mode 100644
index 74353d6..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last10-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>T[]</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-last10a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last10a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last10a-expected.html
deleted file mode 100644
index 21a2308..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last10a-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <table>
-      <tbody>
-        <tr>
-          <td><p>One</p></td>
-          <td><p>Two</p></td>
-        </tr>
-        <tr>
-          <td>
-            <p>
-              []
-              <br/>
-            </p>
-          </td>
-          <td><p>Four</p></td>
-        </tr>
-      </tbody>
-    </table>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last10a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last10a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last10a-input.html
deleted file mode 100644
index 14d27dd..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last10a-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><p>One</p></td>
-    <td><p>Two</p></td>
-  </tr>
-  <tr>
-    <td><p>T[]</p></td>
-    <td><p>Four</p></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-last11-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last11-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last11-expected.html
deleted file mode 100644
index 82e301d..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last11-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <table>
-      <tbody>
-        <tr>
-          <td>[]</td>
-          <td>Two</td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last11-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last11-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last11-input.html
deleted file mode 100644
index 2eed181..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last11-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>O[]</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-last11a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last11a-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last11a-expected.html
deleted file mode 100644
index 62ea5ac..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last11a-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <table>
-      <tbody>
-        <tr>
-          <td>
-            <p>
-              []
-              <br/>
-            </p>
-          </td>
-          <td><p>Two</p></td>
-        </tr>
-        <tr>
-          <td><p>Three</p></td>
-          <td><p>Four</p></td>
-        </tr>
-      </tbody>
-    </table>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/deleteCharacter-last11a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last11a-input.html b/experiments/Editor/tests/cursor/deleteCharacter-last11a-input.html
deleted file mode 100644
index 40b4e22..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last11a-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><p>O[]</p></td>
-    <td><p>Two</p></td>
-  </tr>
-  <tr>
-    <td><p>Three</p></td>
-    <td><p>Four</p></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-last13-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/deleteCharacter-last13-expected.html b/experiments/Editor/tests/cursor/deleteCharacter-last13-expected.html
deleted file mode 100644
index a22d7f4..0000000
--- a/experiments/Editor/tests/cursor/deleteCharacter-last13-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <table>
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>After</p>
-  </body>
-</html>