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

[34/84] [partial] incubator-corinthia git commit: Moved experimentel code to /experiments

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/deleteCharacter-endnote09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote09-input.html b/Editor/tests/cursor/deleteCharacter-endnote09-input.html
deleted file mode 100644
index ab3f8ac..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-endnote10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote10-expected.html b/Editor/tests/cursor/deleteCharacter-endnote10-expected.html
deleted file mode 100644
index 0abd902..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-endnote10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote10-input.html b/Editor/tests/cursor/deleteCharacter-endnote10-input.html
deleted file mode 100644
index 8f7aa92..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figcaption01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption01-expected.html b/Editor/tests/cursor/deleteCharacter-figcaption01-expected.html
deleted file mode 100644
index ddf7db9..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figcaption01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption01-input.html b/Editor/tests/cursor/deleteCharacter-figcaption01-input.html
deleted file mode 100644
index 2f2a4df..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figcaption02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption02-expected.html b/Editor/tests/cursor/deleteCharacter-figcaption02-expected.html
deleted file mode 100644
index 5bd3d26..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figcaption02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption02-input.html b/Editor/tests/cursor/deleteCharacter-figcaption02-input.html
deleted file mode 100644
index 5ce66a3..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figcaption03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption03-expected.html b/Editor/tests/cursor/deleteCharacter-figcaption03-expected.html
deleted file mode 100644
index f1ab352..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figcaption03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption03-input.html b/Editor/tests/cursor/deleteCharacter-figcaption03-input.html
deleted file mode 100644
index 0b9dced..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figcaption04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption04-expected.html b/Editor/tests/cursor/deleteCharacter-figcaption04-expected.html
deleted file mode 100644
index f1ab352..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figcaption04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figcaption04-input.html b/Editor/tests/cursor/deleteCharacter-figcaption04-input.html
deleted file mode 100644
index 9aa4617..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figure01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figure01-expected.html b/Editor/tests/cursor/deleteCharacter-figure01-expected.html
deleted file mode 100644
index dfd81a3..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figure01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figure01-input.html b/Editor/tests/cursor/deleteCharacter-figure01-input.html
deleted file mode 100644
index 85e31a7..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figure02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figure02-expected.html b/Editor/tests/cursor/deleteCharacter-figure02-expected.html
deleted file mode 100644
index 6bc7589..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figure02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figure02-input.html b/Editor/tests/cursor/deleteCharacter-figure02-input.html
deleted file mode 100644
index cc38df5..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figure03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figure03-expected.html b/Editor/tests/cursor/deleteCharacter-figure03-expected.html
deleted file mode 100644
index dfd81a3..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figure03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figure03-input.html b/Editor/tests/cursor/deleteCharacter-figure03-input.html
deleted file mode 100644
index 6227eca..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figure04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figure04-expected.html b/Editor/tests/cursor/deleteCharacter-figure04-expected.html
deleted file mode 100644
index 6bc7589..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-figure04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-figure04-input.html b/Editor/tests/cursor/deleteCharacter-figure04-input.html
deleted file mode 100644
index 257679b..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote01-expected.html b/Editor/tests/cursor/deleteCharacter-footnote01-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote01-input.html b/Editor/tests/cursor/deleteCharacter-footnote01-input.html
deleted file mode 100644
index cf02a9e..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote02-expected.html b/Editor/tests/cursor/deleteCharacter-footnote02-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote02-input.html b/Editor/tests/cursor/deleteCharacter-footnote02-input.html
deleted file mode 100644
index 495be1c..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote03-expected.html b/Editor/tests/cursor/deleteCharacter-footnote03-expected.html
deleted file mode 100644
index 895cd24..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote03-input.html b/Editor/tests/cursor/deleteCharacter-footnote03-input.html
deleted file mode 100644
index 6ecd381..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote04-expected.html b/Editor/tests/cursor/deleteCharacter-footnote04-expected.html
deleted file mode 100644
index 88dd17b..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote04-input.html b/Editor/tests/cursor/deleteCharacter-footnote04-input.html
deleted file mode 100644
index c84d178..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote05-expected.html b/Editor/tests/cursor/deleteCharacter-footnote05-expected.html
deleted file mode 100644
index 0abd902..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote05-input.html b/Editor/tests/cursor/deleteCharacter-footnote05-input.html
deleted file mode 100644
index 5f7eb34..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote06-expected.html b/Editor/tests/cursor/deleteCharacter-footnote06-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote06-input.html b/Editor/tests/cursor/deleteCharacter-footnote06-input.html
deleted file mode 100644
index 3496595..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote07-expected.html b/Editor/tests/cursor/deleteCharacter-footnote07-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote07-input.html b/Editor/tests/cursor/deleteCharacter-footnote07-input.html
deleted file mode 100644
index 141f5d8..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote08-expected.html b/Editor/tests/cursor/deleteCharacter-footnote08-expected.html
deleted file mode 100644
index e2952bf..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote08-input.html b/Editor/tests/cursor/deleteCharacter-footnote08-input.html
deleted file mode 100644
index 9b637e2..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote09-expected.html b/Editor/tests/cursor/deleteCharacter-footnote09-expected.html
deleted file mode 100644
index 88dd17b..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote09-input.html b/Editor/tests/cursor/deleteCharacter-footnote09-input.html
deleted file mode 100644
index 6f74db3..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote10-expected.html b/Editor/tests/cursor/deleteCharacter-footnote10-expected.html
deleted file mode 100644
index 0abd902..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-footnote10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-footnote10-input.html b/Editor/tests/cursor/deleteCharacter-footnote10-input.html
deleted file mode 100644
index ad5a014..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last01-expected.html b/Editor/tests/cursor/deleteCharacter-last01-expected.html
deleted file mode 100644
index 46a6a7c..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last01-input.html b/Editor/tests/cursor/deleteCharacter-last01-input.html
deleted file mode 100644
index e3d17d9..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last02-expected.html b/Editor/tests/cursor/deleteCharacter-last02-expected.html
deleted file mode 100644
index 49521c8..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last02-input.html b/Editor/tests/cursor/deleteCharacter-last02-input.html
deleted file mode 100644
index c146296..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last03-expected.html b/Editor/tests/cursor/deleteCharacter-last03-expected.html
deleted file mode 100644
index 461e9a6..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last03-input.html b/Editor/tests/cursor/deleteCharacter-last03-input.html
deleted file mode 100644
index 9dc86bb..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last03a-expected.html b/Editor/tests/cursor/deleteCharacter-last03a-expected.html
deleted file mode 100644
index c50dd7f..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last03a-input.html b/Editor/tests/cursor/deleteCharacter-last03a-input.html
deleted file mode 100644
index eefc685..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last04-expected.html b/Editor/tests/cursor/deleteCharacter-last04-expected.html
deleted file mode 100644
index 63b28df..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last04-input.html b/Editor/tests/cursor/deleteCharacter-last04-input.html
deleted file mode 100644
index 9c94260..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last04a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last04a-expected.html b/Editor/tests/cursor/deleteCharacter-last04a-expected.html
deleted file mode 100644
index ecd9ac5..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last04a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last04a-input.html b/Editor/tests/cursor/deleteCharacter-last04a-input.html
deleted file mode 100644
index 044d635..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last05-expected.html b/Editor/tests/cursor/deleteCharacter-last05-expected.html
deleted file mode 100644
index 59d486b..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last05-input.html b/Editor/tests/cursor/deleteCharacter-last05-input.html
deleted file mode 100644
index 8e096e7..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last05a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last05a-expected.html b/Editor/tests/cursor/deleteCharacter-last05a-expected.html
deleted file mode 100644
index e45487c..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last05a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last05a-input.html b/Editor/tests/cursor/deleteCharacter-last05a-input.html
deleted file mode 100644
index ae26a7f..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last06-expected.html b/Editor/tests/cursor/deleteCharacter-last06-expected.html
deleted file mode 100644
index c13c337..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last06-input.html b/Editor/tests/cursor/deleteCharacter-last06-input.html
deleted file mode 100644
index aa957db..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last06a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last06a-expected.html b/Editor/tests/cursor/deleteCharacter-last06a-expected.html
deleted file mode 100644
index a612d17..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last06a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last06a-input.html b/Editor/tests/cursor/deleteCharacter-last06a-input.html
deleted file mode 100644
index ccba53e..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last07-expected.html b/Editor/tests/cursor/deleteCharacter-last07-expected.html
deleted file mode 100644
index 1963c32..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last07-input.html b/Editor/tests/cursor/deleteCharacter-last07-input.html
deleted file mode 100644
index d65ff5d..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last07a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last07a-expected.html b/Editor/tests/cursor/deleteCharacter-last07a-expected.html
deleted file mode 100644
index 28897bb..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last07a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last07a-input.html b/Editor/tests/cursor/deleteCharacter-last07a-input.html
deleted file mode 100644
index 977ba7a..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last08-expected.html b/Editor/tests/cursor/deleteCharacter-last08-expected.html
deleted file mode 100644
index 5ce18b6..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last08-input.html b/Editor/tests/cursor/deleteCharacter-last08-input.html
deleted file mode 100644
index c13c7e6..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last08a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last08a-expected.html b/Editor/tests/cursor/deleteCharacter-last08a-expected.html
deleted file mode 100644
index 33ed21a..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last08a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last08a-input.html b/Editor/tests/cursor/deleteCharacter-last08a-input.html
deleted file mode 100644
index 6648c77..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last09-expected.html b/Editor/tests/cursor/deleteCharacter-last09-expected.html
deleted file mode 100644
index 32940d3..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last09-input.html b/Editor/tests/cursor/deleteCharacter-last09-input.html
deleted file mode 100644
index 4d1a285..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last09a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last09a-expected.html b/Editor/tests/cursor/deleteCharacter-last09a-expected.html
deleted file mode 100644
index d266c4b..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last09a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last09a-input.html b/Editor/tests/cursor/deleteCharacter-last09a-input.html
deleted file mode 100644
index b185e35..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last10-expected.html b/Editor/tests/cursor/deleteCharacter-last10-expected.html
deleted file mode 100644
index 37f0479..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last10-input.html b/Editor/tests/cursor/deleteCharacter-last10-input.html
deleted file mode 100644
index 74353d6..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last10a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last10a-expected.html b/Editor/tests/cursor/deleteCharacter-last10a-expected.html
deleted file mode 100644
index 21a2308..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last10a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last10a-input.html b/Editor/tests/cursor/deleteCharacter-last10a-input.html
deleted file mode 100644
index 14d27dd..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last11-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last11-expected.html b/Editor/tests/cursor/deleteCharacter-last11-expected.html
deleted file mode 100644
index 82e301d..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last11-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last11-input.html b/Editor/tests/cursor/deleteCharacter-last11-input.html
deleted file mode 100644
index 2eed181..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last11a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last11a-expected.html b/Editor/tests/cursor/deleteCharacter-last11a-expected.html
deleted file mode 100644
index 62ea5ac..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last11a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last11a-input.html b/Editor/tests/cursor/deleteCharacter-last11a-input.html
deleted file mode 100644
index 40b4e22..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-last13-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last13-expected.html b/Editor/tests/cursor/deleteCharacter-last13-expected.html
deleted file mode 100644
index a22d7f4..0000000
--- a/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>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/cursor/deleteCharacter-last13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-last13-input.html b/Editor/tests/cursor/deleteCharacter-last13-input.html
deleted file mode 100644
index eec9f55..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-link01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-link01-expected.html b/Editor/tests/cursor/deleteCharacter-link01-expected.html
deleted file mode 100644
index 890a81d..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-link01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-link01-input.html b/Editor/tests/cursor/deleteCharacter-link01-input.html
deleted file mode 100644
index 18e561a..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-link02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-link02-expected.html b/Editor/tests/cursor/deleteCharacter-link02-expected.html
deleted file mode 100644
index 7b72d83..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-link02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-link02-input.html b/Editor/tests/cursor/deleteCharacter-link02-input.html
deleted file mode 100644
index 2a1dd79..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-link03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-link03-expected.html b/Editor/tests/cursor/deleteCharacter-link03-expected.html
deleted file mode 100644
index e83036d..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-link03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-link03-input.html b/Editor/tests/cursor/deleteCharacter-link03-input.html
deleted file mode 100644
index 8547177..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-link04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-link04-expected.html b/Editor/tests/cursor/deleteCharacter-link04-expected.html
deleted file mode 100644
index e83036d..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-link04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-link04-input.html b/Editor/tests/cursor/deleteCharacter-link04-input.html
deleted file mode 100644
index abc026c..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list01-expected.html b/Editor/tests/cursor/deleteCharacter-list01-expected.html
deleted file mode 100644
index ac79517..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list01-input.html b/Editor/tests/cursor/deleteCharacter-list01-input.html
deleted file mode 100644
index ef43999..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list02-expected.html b/Editor/tests/cursor/deleteCharacter-list02-expected.html
deleted file mode 100644
index 39a39b1..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list02-input.html b/Editor/tests/cursor/deleteCharacter-list02-input.html
deleted file mode 100644
index a772cf7..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list03-expected.html b/Editor/tests/cursor/deleteCharacter-list03-expected.html
deleted file mode 100644
index e4b53f1..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list03-input.html b/Editor/tests/cursor/deleteCharacter-list03-input.html
deleted file mode 100644
index bc3501c..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list04-expected.html b/Editor/tests/cursor/deleteCharacter-list04-expected.html
deleted file mode 100644
index 15bedaf..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list04-input.html b/Editor/tests/cursor/deleteCharacter-list04-input.html
deleted file mode 100644
index fa89fb0..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list05-expected.html b/Editor/tests/cursor/deleteCharacter-list05-expected.html
deleted file mode 100644
index 2d59fcd..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list05-input.html b/Editor/tests/cursor/deleteCharacter-list05-input.html
deleted file mode 100644
index d073741..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list06-expected.html b/Editor/tests/cursor/deleteCharacter-list06-expected.html
deleted file mode 100644
index 1e26a12..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list06-input.html b/Editor/tests/cursor/deleteCharacter-list06-input.html
deleted file mode 100644
index f81ced9..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list07-expected.html b/Editor/tests/cursor/deleteCharacter-list07-expected.html
deleted file mode 100644
index b91c420..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-list07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-list07-input.html b/Editor/tests/cursor/deleteCharacter-list07-input.html
deleted file mode 100644
index 8fef80e..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-reference01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-reference01-expected.html b/Editor/tests/cursor/deleteCharacter-reference01-expected.html
deleted file mode 100644
index 7f13d9b..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-reference01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-reference01-input.html b/Editor/tests/cursor/deleteCharacter-reference01-input.html
deleted file mode 100644
index 7dc3ebd..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-reference02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-reference02-expected.html b/Editor/tests/cursor/deleteCharacter-reference02-expected.html
deleted file mode 100644
index 8555d94..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-reference02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-reference02-input.html b/Editor/tests/cursor/deleteCharacter-reference02-input.html
deleted file mode 100644
index 4af20c1..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-reference03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-reference03-expected.html b/Editor/tests/cursor/deleteCharacter-reference03-expected.html
deleted file mode 100644
index 80384f3..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-reference03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-reference03-input.html b/Editor/tests/cursor/deleteCharacter-reference03-input.html
deleted file mode 100644
index 191d976..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-reference04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-reference04-expected.html b/Editor/tests/cursor/deleteCharacter-reference04-expected.html
deleted file mode 100644
index 80384f3..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-reference04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-reference04-input.html b/Editor/tests/cursor/deleteCharacter-reference04-input.html
deleted file mode 100644
index de3c54a..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-table01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-table01-expected.html b/Editor/tests/cursor/deleteCharacter-table01-expected.html
deleted file mode 100644
index dfd81a3..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-table01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-table01-input.html b/Editor/tests/cursor/deleteCharacter-table01-input.html
deleted file mode 100644
index 95574c4..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-table02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-table02-expected.html b/Editor/tests/cursor/deleteCharacter-table02-expected.html
deleted file mode 100644
index 69b8a90..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-table02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-table02-input.html b/Editor/tests/cursor/deleteCharacter-table02-input.html
deleted file mode 100644
index 8a94a80..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-table03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-table03-expected.html b/Editor/tests/cursor/deleteCharacter-table03-expected.html
deleted file mode 100644
index dfd81a3..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-table03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-table03-input.html b/Editor/tests/cursor/deleteCharacter-table03-input.html
deleted file mode 100644
index b10134d..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-table04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-table04-expected.html b/Editor/tests/cursor/deleteCharacter-table04-expected.html
deleted file mode 100644
index 69b8a90..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-table04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-table04-input.html b/Editor/tests/cursor/deleteCharacter-table04-input.html
deleted file mode 100644
index eaa136a..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html b/Editor/tests/cursor/deleteCharacter-tablecaption01-expected.html
deleted file mode 100644
index 02fd8e0..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-tablecaption01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-tablecaption01-input.html b/Editor/tests/cursor/deleteCharacter-tablecaption01-input.html
deleted file mode 100644
index 5089a5d..0000000
--- a/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/8eda56a5/Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html b/Editor/tests/cursor/deleteCharacter-tablecaption02-expected.html
deleted file mode 100644
index 02fd8e0..0000000
--- a/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>