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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-list01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list01-expected.html b/Editor/tests/clipboard/paste-list01-expected.html
deleted file mode 100644
index c326ce8..0000000
--- a/Editor/tests/clipboard/paste-list01-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>First</li>
-      <li>Second</li>
-      <li>Third[]</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-list01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list01-input.html b/Editor/tests/clipboard/paste-list01-input.html
deleted file mode 100644
index 7ce5ba5..0000000
--- a/Editor/tests/clipboard/paste-list01-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<ul>"+
-                        "  <li>First</li>"+
-                        "  <li>Second</li>"+
-                        "  <li>Third</li>"+
-                        "</ul>");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-list02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list02-expected.html b/Editor/tests/clipboard/paste-list02-expected.html
deleted file mode 100644
index c326ce8..0000000
--- a/Editor/tests/clipboard/paste-list02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>First</li>
-      <li>Second</li>
-      <li>Third[]</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-list02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list02-input.html b/Editor/tests/clipboard/paste-list02-input.html
deleted file mode 100644
index 09ad21a..0000000
--- a/Editor/tests/clipboard/paste-list02-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<li>First</li>"+
-                        "<li>Second</li>"+
-                        "<li>Third</li>");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-list03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list03-expected.html b/Editor/tests/clipboard/paste-list03-expected.html
deleted file mode 100644
index d531810..0000000
--- a/Editor/tests/clipboard/paste-list03-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>One</li>
-      <li>First</li>
-      <li>Second</li>
-      <li>Third[]</li>
-      <li>Three</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-list03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list03-input.html b/Editor/tests/clipboard/paste-list03-input.html
deleted file mode 100644
index decf8d0..0000000
--- a/Editor/tests/clipboard/paste-list03-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<ul>"+
-                        "  <li>First</li>"+
-                        "  <li>Second</li>"+
-                        "  <li>Third</li>"+
-                        "</ul>");
-    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/f4102a1c/Editor/tests/clipboard/paste-list04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list04-expected.html b/Editor/tests/clipboard/paste-list04-expected.html
deleted file mode 100644
index d531810..0000000
--- a/Editor/tests/clipboard/paste-list04-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>One</li>
-      <li>First</li>
-      <li>Second</li>
-      <li>Third[]</li>
-      <li>Three</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-list04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list04-input.html b/Editor/tests/clipboard/paste-list04-input.html
deleted file mode 100644
index 9dc3ba4..0000000
--- a/Editor/tests/clipboard/paste-list04-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<li>First</li>"+
-                        "<li>Second</li>"+
-                        "<li>Third</li>");
-    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/f4102a1c/Editor/tests/clipboard/paste-list05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list05-expected.html b/Editor/tests/clipboard/paste-list05-expected.html
deleted file mode 100644
index d531810..0000000
--- a/Editor/tests/clipboard/paste-list05-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>One</li>
-      <li>First</li>
-      <li>Second</li>
-      <li>Third[]</li>
-      <li>Three</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-list05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list05-input.html b/Editor/tests/clipboard/paste-list05-input.html
deleted file mode 100644
index 2d550f8..0000000
--- a/Editor/tests/clipboard/paste-list05-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<ol>"+
-                        "  <li>First</li>"+
-                        "  <li>Second</li>"+
-                        "  <li>Third</li>"+
-                        "</ol>");
-    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/f4102a1c/Editor/tests/clipboard/paste-list06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list06-expected.html b/Editor/tests/clipboard/paste-list06-expected.html
deleted file mode 100644
index a6569f6..0000000
--- a/Editor/tests/clipboard/paste-list06-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>First</li>
-      <li>Second</li>
-      <li>Third[]</li>
-      <li>Three</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-list06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-list06-input.html b/Editor/tests/clipboard/paste-list06-input.html
deleted file mode 100644
index c8984ea..0000000
--- a/Editor/tests/clipboard/paste-list06-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<ul>"+
-                        "  <li>First</li>"+
-                        "  <li>Second</li>"+
-                        "  <li>Third</li>"+
-                        "</ul>");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  [<li>Two</li>]
-  <li>Three</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-markdown-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-markdown-expected.html b/Editor/tests/clipboard/paste-markdown-expected.html
deleted file mode 100644
index b890c68..0000000
--- a/Editor/tests/clipboard/paste-markdown-expected.html
+++ /dev/null
@@ -1,44 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h2 id="usingthistool">Using this tool</h2>
-    <p>This page lets you create HTML by entering text in a simple format that's easy to read and write.</p>
-    <ul>
-      <li>Type Markdown text in the left window</li>
-      <li>See the HTML in the right</li>
-    </ul>
-    <p>
-      Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email.  As
-      <a href="http://daringfireball.net/">John Gruber</a>
-      writes on the
-      <a href="http://daringfireball.net/projects/markdown/">Markdown site</a>
-      :
-    </p>
-    <p>The overriding design goal for Markdown's
-  formatting syntax is to make it as readable 
-  as possible. The idea is that a
-  Markdown-formatted document should be
-  publishable as-is, as plain text, without
-  looking like it's been marked up with tags
-  or formatting instructions.</p>
-    <p>
-      This document is written in Markdown; you can see the plain-text version on the left.  To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.  You can see a Markdown syntax guide by switching the right-hand window from
-      <em>Preview</em>
-      to
-      <em>Syntax Guide</em>
-      .
-    </p>
-    <p>
-      Showdown is a Javascript port of Markdown.  You can get the full
-      <a href="http://www.attacklab.net/showdown-v0.9.zip">source code</a>
-      by clicking on the version number at the bottom of the page.
-    </p>
-    <p>
-      <strong>
-        Start with a
-        <a href="?blank=1" title="Clear all text">blank page</a>
-        or edit this document in the left window.[]
-      </strong>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-markdown-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-markdown-input.html b/Editor/tests/clipboard/paste-markdown-input.html
deleted file mode 100644
index 9da5336..0000000
--- a/Editor/tests/clipboard/paste-markdown-input.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<!--
-
-Using this tool
----------------
-
-
-This page lets you create HTML by entering text in a simple format that's easy to read and write.
-
-  - Type Markdown text in the left window
-  - See the HTML in the right
-
-Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email.  As [John Gruber] writes on the [Markdown site] [1]:
-
-> The overriding design goal for Markdown's
-> formatting syntax is to make it as readable 
-> as possible. The idea is that a
-> Markdown-formatted document should be
-> publishable as-is, as plain text, without
-> looking like it's been marked up with tags
-> or formatting instructions.
-
-This document is written in Markdown; you can see the plain-text version on the left.  To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right.  You can see a Markdown syntax guide by switching the right-hand window from *Preview* to *Syntax Guide*.
-
-Showdown is a Javascript port of Markdown.  You can get the full [source code] by clicking on the version number at the bottom of the page.
-
-**Start with a [blank page] or edit this document in the left window.**
-
-  [john gruber]: http://daringfireball.net/
-  [1]: http://daringfireball.net/projects/markdown/
-  [source code]: http://www.attacklab.net/showdown-v0.9.zip
-  [blank page]: ?blank=1 "Clear all text"
-
-
--->
-<script>
-function getComment()
-{
-    var head = DOM_documentHead(document);
-    var comment = null;
-    for (var child = head.firstChild; child != null; child = child.nextSibling) {
-        if (child.nodeType == Node.COMMENT_NODE) {
-            DOM_deleteNode(child);
-            return child.nodeValue;
-        }
-    }
-    return null;
-}
-function performTest()
-{
-    var comment = getComment();
-    Clipboard_pasteText(comment);
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table01-expected.html b/Editor/tests/clipboard/paste-table01-expected.html
deleted file mode 100644
index f97c2df..0000000
--- a/Editor/tests/clipboard/paste-table01-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tbody>
-        <tr>
-          <td>First</td>
-          <td>Second</td>
-          <td>Third[]</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table01-input.html b/Editor/tests/clipboard/paste-table01-input.html
deleted file mode 100644
index 51cd535..0000000
--- a/Editor/tests/clipboard/paste-table01-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<td>First</td>"+
-                        "<td>Second</td>"+
-                        "<td>Third</td>");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table02-expected.html b/Editor/tests/clipboard/paste-table02-expected.html
deleted file mode 100644
index af4b3fd..0000000
--- a/Editor/tests/clipboard/paste-table02-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tbody>
-        <tr>
-          <th>First</th>
-          <th>Second</th>
-          <th>Third[]</th>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table02-input.html b/Editor/tests/clipboard/paste-table02-input.html
deleted file mode 100644
index b3b6537..0000000
--- a/Editor/tests/clipboard/paste-table02-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<th>First</th>"+
-                        "<th>Second</th>"+
-                        "<th>Third</th>");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table03-expected.html b/Editor/tests/clipboard/paste-table03-expected.html
deleted file mode 100644
index c504bff..0000000
--- a/Editor/tests/clipboard/paste-table03-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <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/f4102a1c/Editor/tests/clipboard/paste-table03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table03-input.html b/Editor/tests/clipboard/paste-table03-input.html
deleted file mode 100644
index 85514f5..0000000
--- a/Editor/tests/clipboard/paste-table03-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<tr>"+
-                        "  <td>One</td>"+
-                        "  <td>Two</td>"+
-                        "</tr>"+
-                        "<tr>"+
-                        "  <td>Three</td>"+
-                        "  <td>Four</td>"+
-                        "</tr>");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table04-expected.html b/Editor/tests/clipboard/paste-table04-expected.html
deleted file mode 100644
index 501c1a6..0000000
--- a/Editor/tests/clipboard/paste-table04-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <thead>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four[]</td>
-        </tr>
-      </thead>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table04-input.html b/Editor/tests/clipboard/paste-table04-input.html
deleted file mode 100644
index 6b588b3..0000000
--- a/Editor/tests/clipboard/paste-table04-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<thead>"+
-                        "  <tr>"+
-                        "    <td>One</td>"+
-                        "    <td>Two</td>"+
-                        "  </tr>"+
-                        "  <tr>"+
-                        "    <td>Three</td>"+
-                        "    <td>Four</td>"+
-                        "  </tr>"+
-                        "</thead>");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table05-expected.html b/Editor/tests/clipboard/paste-table05-expected.html
deleted file mode 100644
index c504bff..0000000
--- a/Editor/tests/clipboard/paste-table05-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <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/f4102a1c/Editor/tests/clipboard/paste-table05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table05-input.html b/Editor/tests/clipboard/paste-table05-input.html
deleted file mode 100644
index 034d352..0000000
--- a/Editor/tests/clipboard/paste-table05-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<tbody>"+
-                        "  <tr>"+
-                        "    <td>One</td>"+
-                        "    <td>Two</td>"+
-                        "  </tr>"+
-                        "  <tr>"+
-                        "    <td>Three</td>"+
-                        "    <td>Four</td>"+
-                        "  </tr>"+
-                        "</tbody>");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table06-expected.html b/Editor/tests/clipboard/paste-table06-expected.html
deleted file mode 100644
index ee01c81..0000000
--- a/Editor/tests/clipboard/paste-table06-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tfoot>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four[]</td>
-        </tr>
-      </tfoot>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table06-input.html b/Editor/tests/clipboard/paste-table06-input.html
deleted file mode 100644
index 2b74c91..0000000
--- a/Editor/tests/clipboard/paste-table06-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<tfoot>"+
-                        "  <tr>"+
-                        "    <td>One</td>"+
-                        "    <td>Two</td>"+
-                        "  </tr>"+
-                        "  <tr>"+
-                        "    <td>Three</td>"+
-                        "    <td>Four</td>"+
-                        "  </tr>"+
-                        "</tfoot>");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table07-expected.html b/Editor/tests/clipboard/paste-table07-expected.html
deleted file mode 100644
index d7d3fbc..0000000
--- a/Editor/tests/clipboard/paste-table07-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <thead>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-        </tr>
-      </thead>
-      <tbody>
-        <tr>
-          <td>Three</td>
-          <td>Four</td>
-        </tr>
-      </tbody>
-      <tfoot>
-        <tr>
-          <td>Five</td>
-          <td>Six[]</td>
-        </tr>
-      </tfoot>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste-table07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste-table07-input.html b/Editor/tests/clipboard/paste-table07-input.html
deleted file mode 100644
index 71b8e66..0000000
--- a/Editor/tests/clipboard/paste-table07-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<thead>"+
-                        "  <tr>"+
-                        "    <td>One</td>"+
-                        "    <td>Two</td>"+
-                        "  </tr>"+
-                        "</thead>"+
-                        "<tbody>"+
-                        "  <tr>"+
-                        "    <td>Three</td>"+
-                        "    <td>Four</td>"+
-                        "  </tr>"+
-                        "</tbody>"+
-                        "<tfoot>"+
-                        "  <tr>"+
-                        "    <td>Five</td>"+
-                        "    <td>Six</td>"+
-                        "  </tr>"+
-                        "</tfoot>");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste05-expected.html b/Editor/tests/clipboard/paste05-expected.html
deleted file mode 100644
index 65722ee..0000000
--- a/Editor/tests/clipboard/paste05-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      A
-      <b><i><u>Sample</u></i></b>
-      text[]B
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/paste05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/paste05-input.html b/Editor/tests/clipboard/paste05-input.html
deleted file mode 100644
index 5b1f384..0000000
--- a/Editor/tests/clipboard/paste05-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteHTML("<b><i><u>Sample</u></i></b> text");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>A[Existing text]B</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/pasteText-whitespace01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/pasteText-whitespace01-input.html b/Editor/tests/clipboard/pasteText-whitespace01-input.html
deleted file mode 100644
index 017f4f6..0000000
--- a/Editor/tests/clipboard/pasteText-whitespace01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Clipboard_pasteText("\n");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/preserve-cutpaste01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/preserve-cutpaste01-expected.html b/Editor/tests/clipboard/preserve-cutpaste01-expected.html
deleted file mode 100644
index 6ebd8c6..0000000
--- a/Editor/tests/clipboard/preserve-cutpaste01-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p id="p1"><span id="s1">One</span></p>
-    <p id="p5"><span id="s5">Five</span></p>
-    <p id="p6"><span id="s6">Six</span></p>
-    <p id="p2"><span id="s2">Two</span></p>
-    <p id="p3"><span id="s3">Three</span></p>
-    <p id="p4"><span id="s4">Four[]</span></p>
-    <p id="p7"><span id="s7">Seven</span></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/clipboard/preserve-cutpaste01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/clipboard/preserve-cutpaste01-input.html b/Editor/tests/clipboard/preserve-cutpaste01-input.html
deleted file mode 100644
index 8840cac..0000000
--- a/Editor/tests/clipboard/preserve-cutpaste01-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var dest = document.getElementById("s6");
-    var clip = Clipboard_cut();
-    Selection_set(dest,dest.childNodes.length,dest,dest.childNodes.length);
-    Clipboard_pasteHTML(clip["text/html"]);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p id="p1"><span id="s1">One</span></p>
-  <p id="p2"><span id="s2">[Two</span></p>
-  <p id="p3"><span id="s3">Three</span></p>
-  <p id="p4"><span id="s4">Four]</span></p>
-  <p id="p5"><span id="s5">Five</span></p>
-  <p id="p6"><span id="s6">Six</span></p>
-  <p id="p7"><span id="s7">Seven</span></p>
-</body>
-</html>

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list01a-input.html b/Editor/tests/cursor/deleteBeforeParagraph-list01a-input.html
deleted file mode 100644
index ed562f0..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list01a-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Head[ing</h1>
-<ul><li><p>List ]item</p></li></ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list02-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-list02-expected.html
deleted file mode 100644
index 8913a47..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list02-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Heading</h1>
-    <ul>
-      <li>
-        <p>
-          []
-          <br/>
-        </p>
-      </li>
-    </ul>
-  </body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list02a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list02a-input.html b/Editor/tests/cursor/deleteBeforeParagraph-list02a-input.html
deleted file mode 100644
index 3a49428..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list02a-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Heading</h1>
-<ul><li><p>[List item]</p></li></ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list03-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-list03-expected.html
deleted file mode 100644
index dcf5952..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list03-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Heading[]One</h1>
-    <ul>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list03-input.html b/Editor/tests/cursor/deleteBeforeParagraph-list03-input.html
deleted file mode 100644
index 419232f..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list03-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Heading</h1>
-<ul>
-  <li><p>[]One</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/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list03a-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-list03a-expected.html
deleted file mode 100644
index f71834a..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list03a-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Head[]o</h1>
-    <ul>
-      <li><p>Three</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list03a-input.html b/Editor/tests/cursor/deleteBeforeParagraph-list03a-input.html
deleted file mode 100644
index f117a5d..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list03a-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Head[ing</h1>
-<ul>
-  <li><p>One</p></li>
-  <li><p>Tw]o</p></li>
-  <li><p>Three</p></li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list04-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-list04-expected.html
deleted file mode 100644
index 6005276..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list04-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Heading[]One</h1>
-    <ul>
-      <li>
-        <p>Two</p>
-        <p>Three</p>
-      </li>
-      <li>
-        <p>Four</p>
-        <p>Five</p>
-        <p>Six</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list04-input.html b/Editor/tests/cursor/deleteBeforeParagraph-list04-input.html
deleted file mode 100644
index 23c3a4d..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list04-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Heading</h1>
-<ul>
-  <li>
-    <p>[]One</p>
-    <p>Two</p>
-    <p>Three</p>
-  </li>
-  <li>
-    <p>Four</p>
-    <p>Five</p>
-    <p>Six</p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list04a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list04a-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-list04a-expected.html
deleted file mode 100644
index 66e1319..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list04a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Head[]o</h1>
-    <ul>
-      <li><p>Three</p></li>
-      <li>
-        <p>Four</p>
-        <p>Five</p>
-        <p>Six</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list04a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list04a-input.html b/Editor/tests/cursor/deleteBeforeParagraph-list04a-input.html
deleted file mode 100644
index c8fa609..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list04a-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Head[ing</h1>
-<ul>
-  <li>
-    <p>One</p>
-    <p>Tw]o</p>
-    <p>Three</p>
-  </li>
-  <li>
-    <p>Four</p>
-    <p>Five</p>
-    <p>Six</p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list05-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-list05-expected.html
deleted file mode 100644
index bbea153..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list05-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>
-      Heading[]One
-      <i>italic</i>
-      normal
-    </h1>
-    <ul>
-      <li>
-        <p>Two</p>
-        <p>Three</p>
-      </li>
-      <li>
-        <p>Four</p>
-        <p>Five</p>
-        <p>Six</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list05-input.html b/Editor/tests/cursor/deleteBeforeParagraph-list05-input.html
deleted file mode 100644
index ec6a01f..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list05-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Heading</h1>
-<ul>
-  <li>
-    <p>[]One <i>italic</i> normal</p>
-    <p>Two</p>
-    <p>Three</p>
-  </li>
-  <li>
-    <p>Four</p>
-    <p>Five</p>
-    <p>Six</p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list05a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list05a-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-list05a-expected.html
deleted file mode 100644
index 66e1319..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list05a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Head[]o</h1>
-    <ul>
-      <li><p>Three</p></li>
-      <li>
-        <p>Four</p>
-        <p>Five</p>
-        <p>Six</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list05a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list05a-input.html b/Editor/tests/cursor/deleteBeforeParagraph-list05a-input.html
deleted file mode 100644
index e88f485..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list05a-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Head[ing</h1>
-<ul>
-  <li>
-    <p>One <i>italic</i> normal</p>
-    <p>Tw]o</p>
-    <p>Three</p>
-  </li>
-  <li>
-    <p>Four</p>
-    <p>Five</p>
-    <p>Six</p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list06-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-list06-expected.html
deleted file mode 100644
index bbea153..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list06-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>
-      Heading[]One
-      <i>italic</i>
-      normal
-    </h1>
-    <ul>
-      <li>
-        <p>Two</p>
-        <p>Three</p>
-      </li>
-      <li>
-        <p>Four</p>
-        <p>Five</p>
-        <p>Six</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list06-input.html b/Editor/tests/cursor/deleteBeforeParagraph-list06-input.html
deleted file mode 100644
index 69ae308..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list06-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Heading</h1>
-<ul>
-  <li>
-    []One <i>italic</i> normal
-    <p>Two</p>
-    <p>Three</p>
-  </li>
-  <li>
-    <p>Four</p>
-    <p>Five</p>
-    <p>Six</p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list06a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list06a-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-list06a-expected.html
deleted file mode 100644
index 66e1319..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list06a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Head[]o</h1>
-    <ul>
-      <li><p>Three</p></li>
-      <li>
-        <p>Four</p>
-        <p>Five</p>
-        <p>Six</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-list06a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-list06a-input.html b/Editor/tests/cursor/deleteBeforeParagraph-list06a-input.html
deleted file mode 100644
index c0ac737..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-list06a-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Head[ing</h1>
-<ul>
-  <li>
-    One <i>italic</i> normal
-    <p>Tw]o</p>
-    <p>Three</p>
-  </li>
-  <li>
-    <p>Four</p>
-    <p>Five</p>
-    <p>Six</p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-sublist01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist01-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-sublist01-expected.html
deleted file mode 100644
index b4f5896..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-sublist01-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>
-      Heading[]Here
-      <u>is</u>
-      a
-      <i>sublist</i>
-      :
-    </h1>
-    <ul>
-      <li>
-        <ul>
-          <li>One</li>
-          <li>Two</li>
-          <li>Three</li>
-        </ul>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-sublist01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist01-input.html b/Editor/tests/cursor/deleteBeforeParagraph-sublist01-input.html
deleted file mode 100644
index 009ed50..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-sublist01-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Heading</h1>
-<ul>
-  <li>
-    <p>[]Here <u>is</u> a <i>sublist</i>:</p>
-    <ul>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-sublist02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist02-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-sublist02-expected.html
deleted file mode 100644
index b4f5896..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-sublist02-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>
-      Heading[]Here
-      <u>is</u>
-      a
-      <i>sublist</i>
-      :
-    </h1>
-    <ul>
-      <li>
-        <ul>
-          <li>One</li>
-          <li>Two</li>
-          <li>Three</li>
-        </ul>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-sublist02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist02-input.html b/Editor/tests/cursor/deleteBeforeParagraph-sublist02-input.html
deleted file mode 100644
index b5981ba..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-sublist02-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Heading</h1>
-<ul>
-  <li>
-    []Here <u>is</u> a <i>sublist</i>:
-    <ul>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-sublist03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist03-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-sublist03-expected.html
deleted file mode 100644
index bc0a68e..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-sublist03-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Heading[]List item</h1>
-    <ul>
-      <li>
-        <ul>
-          <li>One</li>
-          <li>Two</li>
-          <li>Three</li>
-        </ul>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-sublist03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist03-input.html b/Editor/tests/cursor/deleteBeforeParagraph-sublist03-input.html
deleted file mode 100644
index 01c2c9d..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-sublist03-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_deleteCharacter();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Heading</h1>
-<ul>
-  <li>
-    <p>[]List item</p>
-    <ul>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-expected.html b/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-expected.html
deleted file mode 100644
index e79f391..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>Head[]item</h1>
-    <ul>
-      <li>
-        <ul>
-          <li>One</li>
-          <li>Two</li>
-          <li>Three</li>
-        </ul>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-input.html b/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-input.html
deleted file mode 100644
index e4a9a40..0000000
--- a/Editor/tests/cursor/deleteBeforeParagraph-sublist03a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Head[ing</h1>
-<ul>
-  <li>
-    <p>List ]item</p>
-    <ul>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/cursor/deleteCharacter-caption01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-caption01-expected.html b/Editor/tests/cursor/deleteCharacter-caption01-expected.html
deleted file mode 100644
index 856246e..0000000
--- a/Editor/tests/cursor/deleteCharacter-caption01-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>Tes[]</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/f4102a1c/Editor/tests/cursor/deleteCharacter-caption01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-caption01-input.html b/Editor/tests/cursor/deleteCharacter-caption01-input.html
deleted file mode 100644
index 6c379d2..0000000
--- a/Editor/tests/cursor/deleteCharacter-caption01-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,4,last,4);
-    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/f4102a1c/Editor/tests/cursor/deleteCharacter-caption02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-caption02-expected.html b/Editor/tests/cursor/deleteCharacter-caption02-expected.html
deleted file mode 100644
index 2f9cc8c..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-caption02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-caption02-input.html b/Editor/tests/cursor/deleteCharacter-caption02-input.html
deleted file mode 100644
index b6de159..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji01-expected.html b/Editor/tests/cursor/deleteCharacter-emoji01-expected.html
deleted file mode 100644
index 2576290..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji01-input.html b/Editor/tests/cursor/deleteCharacter-emoji01-input.html
deleted file mode 100644
index b8b0437..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji02-expected.html b/Editor/tests/cursor/deleteCharacter-emoji02-expected.html
deleted file mode 100644
index 77c9d9f..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji02-input.html b/Editor/tests/cursor/deleteCharacter-emoji02-input.html
deleted file mode 100644
index 64566a9..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji03-expected.html b/Editor/tests/cursor/deleteCharacter-emoji03-expected.html
deleted file mode 100644
index 4969443..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji03-input.html b/Editor/tests/cursor/deleteCharacter-emoji03-input.html
deleted file mode 100644
index e30cb0c..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji04-expected.html b/Editor/tests/cursor/deleteCharacter-emoji04-expected.html
deleted file mode 100644
index bca34fc..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji04-input.html b/Editor/tests/cursor/deleteCharacter-emoji04-input.html
deleted file mode 100644
index ad096b8..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji05-expected.html b/Editor/tests/cursor/deleteCharacter-emoji05-expected.html
deleted file mode 100644
index 6bc2dfc..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji05-input.html b/Editor/tests/cursor/deleteCharacter-emoji05-input.html
deleted file mode 100644
index 3396b64..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji06-expected.html b/Editor/tests/cursor/deleteCharacter-emoji06-expected.html
deleted file mode 100644
index be7725c..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji06-input.html b/Editor/tests/cursor/deleteCharacter-emoji06-input.html
deleted file mode 100644
index 0dae400..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji07-expected.html b/Editor/tests/cursor/deleteCharacter-emoji07-expected.html
deleted file mode 100644
index b830d5b..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji07-input.html b/Editor/tests/cursor/deleteCharacter-emoji07-input.html
deleted file mode 100644
index 1e23217..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji08-expected.html b/Editor/tests/cursor/deleteCharacter-emoji08-expected.html
deleted file mode 100644
index fd1ee55..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-emoji08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-emoji08-input.html b/Editor/tests/cursor/deleteCharacter-emoji08-input.html
deleted file mode 100644
index a74ca8f..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote01-expected.html b/Editor/tests/cursor/deleteCharacter-endnote01-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote01-input.html b/Editor/tests/cursor/deleteCharacter-endnote01-input.html
deleted file mode 100644
index 0757734..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote02-expected.html b/Editor/tests/cursor/deleteCharacter-endnote02-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote02-input.html b/Editor/tests/cursor/deleteCharacter-endnote02-input.html
deleted file mode 100644
index b55d7d2..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote03-expected.html b/Editor/tests/cursor/deleteCharacter-endnote03-expected.html
deleted file mode 100644
index 895cd24..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote03-input.html b/Editor/tests/cursor/deleteCharacter-endnote03-input.html
deleted file mode 100644
index d94a572..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote04-expected.html b/Editor/tests/cursor/deleteCharacter-endnote04-expected.html
deleted file mode 100644
index 88dd17b..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote04-input.html b/Editor/tests/cursor/deleteCharacter-endnote04-input.html
deleted file mode 100644
index f6ad6e1..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote05-expected.html b/Editor/tests/cursor/deleteCharacter-endnote05-expected.html
deleted file mode 100644
index 0abd902..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote05-input.html b/Editor/tests/cursor/deleteCharacter-endnote05-input.html
deleted file mode 100644
index 0f82b31..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote06-expected.html b/Editor/tests/cursor/deleteCharacter-endnote06-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote06-input.html b/Editor/tests/cursor/deleteCharacter-endnote06-input.html
deleted file mode 100644
index bcaeeb1..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote07-expected.html b/Editor/tests/cursor/deleteCharacter-endnote07-expected.html
deleted file mode 100644
index 225c9b4..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote07-input.html b/Editor/tests/cursor/deleteCharacter-endnote07-input.html
deleted file mode 100644
index efd68bc..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote08-expected.html b/Editor/tests/cursor/deleteCharacter-endnote08-expected.html
deleted file mode 100644
index e2952bf..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote08-input.html b/Editor/tests/cursor/deleteCharacter-endnote08-input.html
deleted file mode 100644
index bff2f51..0000000
--- a/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/f4102a1c/Editor/tests/cursor/deleteCharacter-endnote09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/cursor/deleteCharacter-endnote09-expected.html b/Editor/tests/cursor/deleteCharacter-endnote09-expected.html
deleted file mode 100644
index 88dd17b..0000000
--- a/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>