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

[02/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/selection/deleteContents-paragraph-span07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph-span07-expected.html b/Editor/tests/selection/deleteContents-paragraph-span07-expected.html
deleted file mode 100644
index f68c935..0000000
--- a/Editor/tests/selection/deleteContents-paragraph-span07-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p id="x1"><span id="y1">One</span></p>
-    <p id="x2"><span id="y2">Two[]</span></p>
-    <p id="x6"><span id="y6">Six</span></p>
-    <p id="x7"><span id="y7">Seven</span></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph-span07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph-span07-input.html b/Editor/tests/selection/deleteContents-paragraph-span07-input.html
deleted file mode 100644
index 8111409..0000000
--- a/Editor/tests/selection/deleteContents-paragraph-span07-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="x1"><span id="y1">One</span></p>
-<p id="x2"><span id="y2">Two</span></p>
-<p id="x3"><span id="y3">[Three</span></p>
-<p id="x4"><span id="y4">Four</span></p>
-<p id="x5"><span id="y5">Five]</span></p>
-<p id="x6"><span id="y6">Six</span></p>
-<p id="x7"><span id="y7">Seven</span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph01-expected.html b/Editor/tests/selection/deleteContents-paragraph01-expected.html
deleted file mode 100644
index a9a097a..0000000
--- a/Editor/tests/selection/deleteContents-paragraph01-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p id="x1">
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph01-input.html b/Editor/tests/selection/deleteContents-paragraph01-input.html
deleted file mode 100644
index be71bea..0000000
--- a/Editor/tests/selection/deleteContents-paragraph01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="x1">[One]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph02-expected.html b/Editor/tests/selection/deleteContents-paragraph02-expected.html
deleted file mode 100644
index 1914faa..0000000
--- a/Editor/tests/selection/deleteContents-paragraph02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p id="x2">[]Two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph02-input.html b/Editor/tests/selection/deleteContents-paragraph02-input.html
deleted file mode 100644
index 46db6ea..0000000
--- a/Editor/tests/selection/deleteContents-paragraph02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="x1">[One]</p>
-<p id="x2">Two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph03-expected.html b/Editor/tests/selection/deleteContents-paragraph03-expected.html
deleted file mode 100644
index 1985c41..0000000
--- a/Editor/tests/selection/deleteContents-paragraph03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p id="x1">One[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph03-input.html b/Editor/tests/selection/deleteContents-paragraph03-input.html
deleted file mode 100644
index ba92e51..0000000
--- a/Editor/tests/selection/deleteContents-paragraph03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="x1">One</p>
-<p id="x2">[Two]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph04-expected.html b/Editor/tests/selection/deleteContents-paragraph04-expected.html
deleted file mode 100644
index 43986bd..0000000
--- a/Editor/tests/selection/deleteContents-paragraph04-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p id="x1">One[]</p>
-    <p id="x3">Three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph04-input.html b/Editor/tests/selection/deleteContents-paragraph04-input.html
deleted file mode 100644
index 887776e..0000000
--- a/Editor/tests/selection/deleteContents-paragraph04-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="x1">One</p>
-<p id="x2">[Two]</p>
-<p id="x3">Three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph05-expected.html b/Editor/tests/selection/deleteContents-paragraph05-expected.html
deleted file mode 100644
index 600015e..0000000
--- a/Editor/tests/selection/deleteContents-paragraph05-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p id="x4">[]Four</p>
-    <p id="x5">Five</p>
-    <p id="x6">Six</p>
-    <p id="x7">Seven</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph05-input.html b/Editor/tests/selection/deleteContents-paragraph05-input.html
deleted file mode 100644
index ac44efa..0000000
--- a/Editor/tests/selection/deleteContents-paragraph05-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="x1">[One</p>
-<p id="x2">Two</p>
-<p id="x3">Three]</p>
-<p id="x4">Four</p>
-<p id="x5">Five</p>
-<p id="x6">Six</p>
-<p id="x7">Seven</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph06-expected.html b/Editor/tests/selection/deleteContents-paragraph06-expected.html
deleted file mode 100644
index 6b39588..0000000
--- a/Editor/tests/selection/deleteContents-paragraph06-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p id="x1">One</p>
-    <p id="x2">Two</p>
-    <p id="x3">Three</p>
-    <p id="x4">Four[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph06-input.html b/Editor/tests/selection/deleteContents-paragraph06-input.html
deleted file mode 100644
index 85c71d9..0000000
--- a/Editor/tests/selection/deleteContents-paragraph06-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="x1">One</p>
-<p id="x2">Two</p>
-<p id="x3">Three</p>
-<p id="x4">Four</p>
-<p id="x5">[Five</p>
-<p id="x6">Six</p>
-<p id="x7">Seven]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph07-expected.html b/Editor/tests/selection/deleteContents-paragraph07-expected.html
deleted file mode 100644
index 5eefa5a..0000000
--- a/Editor/tests/selection/deleteContents-paragraph07-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p id="x1">One</p>
-    <p id="x2">Two[]</p>
-    <p id="x6">Six</p>
-    <p id="x7">Seven</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-paragraph07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-paragraph07-input.html b/Editor/tests/selection/deleteContents-paragraph07-input.html
deleted file mode 100644
index 3e293e8..0000000
--- a/Editor/tests/selection/deleteContents-paragraph07-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p id="x1">One</p>
-<p id="x2">Two</p>
-<p id="x3">[Three</p>
-<p id="x4">Four</p>
-<p id="x5">Five]</p>
-<p id="x6">Six</p>
-<p id="x7">Seven</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table01-expected.html b/Editor/tests/selection/deleteContents-table01-expected.html
deleted file mode 100644
index 95829bc..0000000
--- a/Editor/tests/selection/deleteContents-table01-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>T[]e</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table01-input.html b/Editor/tests/selection/deleteContents-table01-input.html
deleted file mode 100644
index bad6e90..0000000
--- a/Editor/tests/selection/deleteContents-table01-input.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>T[hre]e</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table02-expected.html b/Editor/tests/selection/deleteContents-table02-expected.html
deleted file mode 100644
index 3d96671..0000000
--- a/Editor/tests/selection/deleteContents-table02-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>[]</td>
-          <td/>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table02-input.html b/Editor/tests/selection/deleteContents-table02-input.html
deleted file mode 100644
index 3a5479f..0000000
--- a/Editor/tests/selection/deleteContents-table02-input.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>T[wo</td>
-    <td>Thr]ee</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table03-expected.html b/Editor/tests/selection/deleteContents-table03-expected.html
deleted file mode 100644
index 7b722db..0000000
--- a/Editor/tests/selection/deleteContents-table03-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td>Six</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table03-input.html b/Editor/tests/selection/deleteContents-table03-input.html
deleted file mode 100644
index d5b8fa6..0000000
--- a/Editor/tests/selection/deleteContents-table03-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>O[ne</td>
-    <td>Two</td>
-    <td>Thr]ee</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table04-expected.html b/Editor/tests/selection/deleteContents-table04-expected.html
deleted file mode 100644
index 9071a01..0000000
--- a/Editor/tests/selection/deleteContents-table04-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table04-input.html b/Editor/tests/selection/deleteContents-table04-input.html
deleted file mode 100644
index eadb0b8..0000000
--- a/Editor/tests/selection/deleteContents-table04-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Thr[ee</td>
-  </tr>
-  <tr>
-    <td>Fo]ur</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table05-expected.html b/Editor/tests/selection/deleteContents-table05-expected.html
deleted file mode 100644
index 7c56e8b..0000000
--- a/Editor/tests/selection/deleteContents-table05-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>[]</td>
-        </tr>
-        <tr>
-          <td>Four</td>
-          <td>Five</td>
-          <td/>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table05-input.html b/Editor/tests/selection/deleteContents-table05-input.html
deleted file mode 100644
index e27cee6..0000000
--- a/Editor/tests/selection/deleteContents-table05-input.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Thr[ee</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Si]x</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table06-expected.html b/Editor/tests/selection/deleteContents-table06-expected.html
deleted file mode 100644
index c6b79d1..0000000
--- a/Editor/tests/selection/deleteContents-table06-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/8eda56a5/Editor/tests/selection/deleteContents-table06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table06-input.html b/Editor/tests/selection/deleteContents-table06-input.html
deleted file mode 100644
index 45435cf..0000000
--- a/Editor/tests/selection/deleteContents-table06-input.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Thr[ee</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Se]ven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table07-expected.html b/Editor/tests/selection/deleteContents-table07-expected.html
deleted file mode 100644
index c6b79d1..0000000
--- a/Editor/tests/selection/deleteContents-table07-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/8eda56a5/Editor/tests/selection/deleteContents-table07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table07-input.html b/Editor/tests/selection/deleteContents-table07-input.html
deleted file mode 100644
index 3f54626..0000000
--- a/Editor/tests/selection/deleteContents-table07-input.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>O[ne</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Ni]ne</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table08-expected.html b/Editor/tests/selection/deleteContents-table08-expected.html
deleted file mode 100644
index 1f18901..0000000
--- a/Editor/tests/selection/deleteContents-table08-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-        <tr>
-          <td>Seven</td>
-          <td>Eight</td>
-          <td>Nine</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table08-input.html b/Editor/tests/selection/deleteContents-table08-input.html
deleted file mode 100644
index 30eed24..0000000
--- a/Editor/tests/selection/deleteContents-table08-input.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var tr = document.getElementsByTagName("TR")[1];
-    var offset = DOM_nodeOffset(tr);
-    Selection_set(tr.parentNode,offset,tr.parentNode,offset+1);
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table09-expected.html b/Editor/tests/selection/deleteContents-table09-expected.html
deleted file mode 100644
index 42d9ec2..0000000
--- a/Editor/tests/selection/deleteContents-table09-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table border="1">
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>Two</td>
-          <td>Three</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table09-input.html b/Editor/tests/selection/deleteContents-table09-input.html
deleted file mode 100644
index bf57040..0000000
--- a/Editor/tests/selection/deleteContents-table09-input.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var tr1 = document.getElementsByTagName("TR")[1];
-    var tr2 = document.getElementsByTagName("TR")[2];
-    var tr1Offset = DOM_nodeOffset(tr1);
-    var tr2Offset = DOM_nodeOffset(tr2);
-    Selection_set(tr1.parentNode,tr1Offset,tr2.parentNode,tr2Offset+1);
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table10-expected.html b/Editor/tests/selection/deleteContents-table10-expected.html
deleted file mode 100644
index a15e867..0000000
--- a/Editor/tests/selection/deleteContents-table10-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Content 2</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table10-input.html b/Editor/tests/selection/deleteContents-table10-input.html
deleted file mode 100644
index d895378..0000000
--- a/Editor/tests/selection/deleteContents-table10-input.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var tr = document.getElementsByTagName("TR")[1];
-    var p = document.getElementsByTagName("P")[0];
-    var trOffset = DOM_nodeOffset(tr);
-    var pOffset = DOM_nodeOffset(p);
-    Selection_set(tr.parentNode,trOffset,p.parentNode,pOffset+1);
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-<p>Content 1</p>
-<p>Content 2</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table11-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table11-expected.html b/Editor/tests/selection/deleteContents-table11-expected.html
deleted file mode 100644
index c6b79d1..0000000
--- a/Editor/tests/selection/deleteContents-table11-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/8eda56a5/Editor/tests/selection/deleteContents-table11-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table11-input.html b/Editor/tests/selection/deleteContents-table11-input.html
deleted file mode 100644
index b96a924..0000000
--- a/Editor/tests/selection/deleteContents-table11-input.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var tr = document.getElementsByTagName("TR")[1];
-    var table = document.getElementsByTagName("TABLE")[0];
-    var trOffset = DOM_nodeOffset(tr);
-    var tableOffset = DOM_nodeOffset(table);
-    Selection_set(table.parentNode,tableOffset,tr.parentNode,trOffset+1);
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table12-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table12-expected.html b/Editor/tests/selection/deleteContents-table12-expected.html
deleted file mode 100644
index 2c2157c..0000000
--- a/Editor/tests/selection/deleteContents-table12-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Content 1</p>
-    []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table12-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table12-input.html b/Editor/tests/selection/deleteContents-table12-input.html
deleted file mode 100644
index 2943f09..0000000
--- a/Editor/tests/selection/deleteContents-table12-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var tr = document.getElementsByTagName("TR")[1];
-    var p = document.getElementsByTagName("P")[1];
-    var trOffset = DOM_nodeOffset(tr);
-    var pOffset = DOM_nodeOffset(p);
-    Selection_set(p.parentNode,pOffset,tr.parentNode,trOffset+1);
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Content 1</p>
-<p>Content 2</p>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table13-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table13-expected.html b/Editor/tests/selection/deleteContents-table13-expected.html
deleted file mode 100644
index c6b79d1..0000000
--- a/Editor/tests/selection/deleteContents-table13-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/8eda56a5/Editor/tests/selection/deleteContents-table13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table13-input.html b/Editor/tests/selection/deleteContents-table13-input.html
deleted file mode 100644
index 116f8a9..0000000
--- a/Editor/tests/selection/deleteContents-table13-input.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-[<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table14-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table14-expected.html b/Editor/tests/selection/deleteContents-table14-expected.html
deleted file mode 100644
index d809328..0000000
--- a/Editor/tests/selection/deleteContents-table14-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Content 1</p>
-    <p>Content 4</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table14-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table14-input.html b/Editor/tests/selection/deleteContents-table14-input.html
deleted file mode 100644
index 3712311..0000000
--- a/Editor/tests/selection/deleteContents-table14-input.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<p>Content 1</p>
-[<p>Content 2</p>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-<p>Content 3</p>]
-<p>Content 4</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table15-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table15-expected.html b/Editor/tests/selection/deleteContents-table15-expected.html
deleted file mode 100644
index 4ce7ad1..0000000
--- a/Editor/tests/selection/deleteContents-table15-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>C[]t 4</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents-table15-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents-table15-input.html b/Editor/tests/selection/deleteContents-table15-input.html
deleted file mode 100644
index 94d65ab..0000000
--- a/Editor/tests/selection/deleteContents-table15-input.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>C[ontent 1</p>
-<p>Content 2</p>
-<table border="1">
-  <tr>
-    <td>One</td>
-    <td>Two</td>
-    <td>Three</td>
-  </tr>
-  <tr>
-    <td>Four</td>
-    <td>Five</td>
-    <td>Six</td>
-  </tr>
-  <tr>
-    <td>Seven</td>
-    <td>Eight</td>
-    <td>Nine</td>
-  </tr>
-</table>
-<p>Content 3</p>
-<p>Conten]t 4</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents01-expected.html b/Editor/tests/selection/deleteContents01-expected.html
deleted file mode 100644
index 4724015..0000000
--- a/Editor/tests/selection/deleteContents01-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sa[]t</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents01-input.html b/Editor/tests/selection/deleteContents01-input.html
deleted file mode 100644
index e55f7d2..0000000
--- a/Editor/tests/selection/deleteContents01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sa[mple tex]t</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents02-expected.html b/Editor/tests/selection/deleteContents02-expected.html
deleted file mode 100644
index 023378f..0000000
--- a/Editor/tests/selection/deleteContents02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sa[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents02-input.html b/Editor/tests/selection/deleteContents02-input.html
deleted file mode 100644
index a5a2954..0000000
--- a/Editor/tests/selection/deleteContents02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sa[mple text]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents03-expected.html b/Editor/tests/selection/deleteContents03-expected.html
deleted file mode 100644
index a293fd8..0000000
--- a/Editor/tests/selection/deleteContents03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[]xt</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents03-input.html b/Editor/tests/selection/deleteContents03-input.html
deleted file mode 100644
index 837a938..0000000
--- a/Editor/tests/selection/deleteContents03-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[Sample te]xt</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents04-expected.html b/Editor/tests/selection/deleteContents04-expected.html
deleted file mode 100644
index 46a6a7c..0000000
--- a/Editor/tests/selection/deleteContents04-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/selection/deleteContents04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents04-input.html b/Editor/tests/selection/deleteContents04-input.html
deleted file mode 100644
index 7f356c0..0000000
--- a/Editor/tests/selection/deleteContents04-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[Sample text]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents05-expected.html b/Editor/tests/selection/deleteContents05-expected.html
deleted file mode 100644
index c6b79d1..0000000
--- a/Editor/tests/selection/deleteContents05-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/8eda56a5/Editor/tests/selection/deleteContents05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents05-input.html b/Editor/tests/selection/deleteContents05-input.html
deleted file mode 100644
index e935522..0000000
--- a/Editor/tests/selection/deleteContents05-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-[<p>Sample text</p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents06-expected.html b/Editor/tests/selection/deleteContents06-expected.html
deleted file mode 100644
index c2af56c..0000000
--- a/Editor/tests/selection/deleteContents06-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First one</p>
-    <p>Fourth four</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents06-input.html b/Editor/tests/selection/deleteContents06-input.html
deleted file mode 100644
index fc83eaa..0000000
--- a/Editor/tests/selection/deleteContents06-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<p>First one</p>
-[<p>Second two</p>
-<p>Third three</p>]
-<p>Fourth four</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents07-expected.html b/Editor/tests/selection/deleteContents07-expected.html
deleted file mode 100644
index 2461855..0000000
--- a/Editor/tests/selection/deleteContents07-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First one</p>
-    <p>Second two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents07-input.html b/Editor/tests/selection/deleteContents07-input.html
deleted file mode 100644
index 259ce0e..0000000
--- a/Editor/tests/selection/deleteContents07-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<p>First one</p>
-<p>Second two</p>
-[<p>Third three</p>
-<p>Fourth four</p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents08-expected.html b/Editor/tests/selection/deleteContents08-expected.html
deleted file mode 100644
index 82e6c67..0000000
--- a/Editor/tests/selection/deleteContents08-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Third three</p>
-    <p>Fourth four</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents08-input.html b/Editor/tests/selection/deleteContents08-input.html
deleted file mode 100644
index b4cdbcd..0000000
--- a/Editor/tests/selection/deleteContents08-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-[<p>First one</p>
-<p>Second two</p>]
-<p>Third three</p>
-<p>Fourth four</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents09-expected.html b/Editor/tests/selection/deleteContents09-expected.html
deleted file mode 100644
index c6b79d1..0000000
--- a/Editor/tests/selection/deleteContents09-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/8eda56a5/Editor/tests/selection/deleteContents09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents09-input.html b/Editor/tests/selection/deleteContents09-input.html
deleted file mode 100644
index 0a96fdf..0000000
--- a/Editor/tests/selection/deleteContents09-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-[<p>First one</p>
-<p>Second two</p>
-<p>Third three</p>
-<p>Fourth four</p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents10-expected.html b/Editor/tests/selection/deleteContents10-expected.html
deleted file mode 100644
index 72e0a69..0000000
--- a/Editor/tests/selection/deleteContents10-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First []two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents10-input.html b/Editor/tests/selection/deleteContents10-input.html
deleted file mode 100644
index 681d804..0000000
--- a/Editor/tests/selection/deleteContents10-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First [one</p>
-<p>Second ]two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents11-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents11-expected.html b/Editor/tests/selection/deleteContents11-expected.html
deleted file mode 100644
index 7979222..0000000
--- a/Editor/tests/selection/deleteContents11-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>First []two</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents11-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents11-input.html b/Editor/tests/selection/deleteContents11-input.html
deleted file mode 100644
index c7497be..0000000
--- a/Editor/tests/selection/deleteContents11-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div>
-  <p>First [one</p>
-  <p>Second ]two</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents12-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents12-expected.html b/Editor/tests/selection/deleteContents12-expected.html
deleted file mode 100644
index 7979222..0000000
--- a/Editor/tests/selection/deleteContents12-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>First []two</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents12-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents12-input.html b/Editor/tests/selection/deleteContents12-input.html
deleted file mode 100644
index 1b21c70..0000000
--- a/Editor/tests/selection/deleteContents12-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div><p>First [one</p></div>
-<div><p>Second ]two</p></div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents13-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents13-expected.html b/Editor/tests/selection/deleteContents13-expected.html
deleted file mode 100644
index 509b325..0000000
--- a/Editor/tests/selection/deleteContents13-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1>First []two</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents13-input.html b/Editor/tests/selection/deleteContents13-input.html
deleted file mode 100644
index f472860..0000000
--- a/Editor/tests/selection/deleteContents13-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>First [one</h1>
-<p>Second ]two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents14-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents14-expected.html b/Editor/tests/selection/deleteContents14-expected.html
deleted file mode 100644
index 330b717..0000000
--- a/Editor/tests/selection/deleteContents14-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <h1>First []two</h1>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents14-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents14-input.html b/Editor/tests/selection/deleteContents14-input.html
deleted file mode 100644
index e26f6e6..0000000
--- a/Editor/tests/selection/deleteContents14-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div>
-  <h1>First [one</h1>
-  <p>Second ]two</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents15-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents15-expected.html b/Editor/tests/selection/deleteContents15-expected.html
deleted file mode 100644
index 330b717..0000000
--- a/Editor/tests/selection/deleteContents15-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <h1>First []two</h1>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents15-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents15-input.html b/Editor/tests/selection/deleteContents15-input.html
deleted file mode 100644
index 7728cb3..0000000
--- a/Editor/tests/selection/deleteContents15-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div><h1>First [one</h1></div>
-<div><p>Second ]two</p></div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents16-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents16-expected.html b/Editor/tests/selection/deleteContents16-expected.html
deleted file mode 100644
index c13e48b..0000000
--- a/Editor/tests/selection/deleteContents16-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <style>
-.one { color: blue }
-.two { color: red }
-    </style>
-  </head>
-  <body>
-    <p class="one">First []two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents16-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents16-input.html b/Editor/tests/selection/deleteContents16-input.html
deleted file mode 100644
index 5187b07..0000000
--- a/Editor/tests/selection/deleteContents16-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-.one { color: blue }
-.two { color: red }
-</style>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p class="one">First [one</p>
-<p class="two">Second ]two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents17-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents17-expected.html b/Editor/tests/selection/deleteContents17-expected.html
deleted file mode 100644
index 62a51de..0000000
--- a/Editor/tests/selection/deleteContents17-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="color: blue">First []two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents17-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents17-input.html b/Editor/tests/selection/deleteContents17-input.html
deleted file mode 100644
index d5e97cd..0000000
--- a/Editor/tests/selection/deleteContents17-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p style="color: blue">First [one</p>
-<p style="color: red">Second ]two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents18-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents18-expected.html b/Editor/tests/selection/deleteContents18-expected.html
deleted file mode 100644
index 72e0a69..0000000
--- a/Editor/tests/selection/deleteContents18-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First []two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents18-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents18-input.html b/Editor/tests/selection/deleteContents18-input.html
deleted file mode 100644
index 681d804..0000000
--- a/Editor/tests/selection/deleteContents18-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First [one</p>
-<p>Second ]two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents18a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents18a-expected.html b/Editor/tests/selection/deleteContents18a-expected.html
deleted file mode 100644
index 72e0a69..0000000
--- a/Editor/tests/selection/deleteContents18a-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First []two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents18a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents18a-input.html b/Editor/tests/selection/deleteContents18a-input.html
deleted file mode 100644
index 1a8ed3e..0000000
--- a/Editor/tests/selection/deleteContents18a-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-First [one
-<p>Second ]two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents18b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents18b-expected.html b/Editor/tests/selection/deleteContents18b-expected.html
deleted file mode 100644
index 72e0a69..0000000
--- a/Editor/tests/selection/deleteContents18b-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First []two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents18b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents18b-input.html b/Editor/tests/selection/deleteContents18b-input.html
deleted file mode 100644
index f118f7f..0000000
--- a/Editor/tests/selection/deleteContents18b-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First [one</p>
-Second ]two
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents19-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents19-expected.html b/Editor/tests/selection/deleteContents19-expected.html
deleted file mode 100644
index d516e02..0000000
--- a/Editor/tests/selection/deleteContents19-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b>First []two</b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents19-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents19-input.html b/Editor/tests/selection/deleteContents19-input.html
deleted file mode 100644
index 459a9ca..0000000
--- a/Editor/tests/selection/deleteContents19-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b>First [one</b></p>
-<p><b>Second ]two</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents19a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents19a-expected.html b/Editor/tests/selection/deleteContents19a-expected.html
deleted file mode 100644
index d516e02..0000000
--- a/Editor/tests/selection/deleteContents19a-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b>First []two</b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents19a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents19a-input.html b/Editor/tests/selection/deleteContents19a-input.html
deleted file mode 100644
index b25f656..0000000
--- a/Editor/tests/selection/deleteContents19a-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<b>First [one</b>
-<p><b>Second ]two</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents19b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents19b-expected.html b/Editor/tests/selection/deleteContents19b-expected.html
deleted file mode 100644
index d516e02..0000000
--- a/Editor/tests/selection/deleteContents19b-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b>First []two</b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents19b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents19b-input.html b/Editor/tests/selection/deleteContents19b-input.html
deleted file mode 100644
index 606cf73..0000000
--- a/Editor/tests/selection/deleteContents19b-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b>First [one</b></p>
-<b>Second ]two</b>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents20-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents20-expected.html b/Editor/tests/selection/deleteContents20-expected.html
deleted file mode 100644
index 7979222..0000000
--- a/Editor/tests/selection/deleteContents20-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>First []two</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents20-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents20-input.html b/Editor/tests/selection/deleteContents20-input.html
deleted file mode 100644
index 1b21c70..0000000
--- a/Editor/tests/selection/deleteContents20-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div><p>First [one</p></div>
-<div><p>Second ]two</p></div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents20a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents20a-expected.html b/Editor/tests/selection/deleteContents20a-expected.html
deleted file mode 100644
index 7979222..0000000
--- a/Editor/tests/selection/deleteContents20a-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>First []two</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents20a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents20a-input.html b/Editor/tests/selection/deleteContents20a-input.html
deleted file mode 100644
index 18cea84..0000000
--- a/Editor/tests/selection/deleteContents20a-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-First [one
-<div><p>Second ]two</p></div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents20b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents20b-expected.html b/Editor/tests/selection/deleteContents20b-expected.html
deleted file mode 100644
index 7979222..0000000
--- a/Editor/tests/selection/deleteContents20b-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>First []two</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents20b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents20b-input.html b/Editor/tests/selection/deleteContents20b-input.html
deleted file mode 100644
index 14a5f4b..0000000
--- a/Editor/tests/selection/deleteContents20b-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<div><p>First [one</p></div>
-Second ]two
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents21-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents21-expected.html b/Editor/tests/selection/deleteContents21-expected.html
deleted file mode 100644
index a87d29f..0000000
--- a/Editor/tests/selection/deleteContents21-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>
-        <b><i>First</i></b>
-        two
-      </p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents21-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents21-input.html b/Editor/tests/selection/deleteContents21-input.html
deleted file mode 100644
index 6592c3f..0000000
--- a/Editor/tests/selection/deleteContents21-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<div><p><b><i>First [one</i></b></p></div>
-<div><p>Second ]two</p></div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents21a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents21a-expected.html b/Editor/tests/selection/deleteContents21a-expected.html
deleted file mode 100644
index a87d29f..0000000
--- a/Editor/tests/selection/deleteContents21a-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>
-        <b><i>First</i></b>
-        two
-      </p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents21a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents21a-input.html b/Editor/tests/selection/deleteContents21a-input.html
deleted file mode 100644
index 3ac270c..0000000
--- a/Editor/tests/selection/deleteContents21a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<b><i>First [one</i></b>
-<div><p>Second ]two</p></div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents21b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents21b-expected.html b/Editor/tests/selection/deleteContents21b-expected.html
deleted file mode 100644
index a87d29f..0000000
--- a/Editor/tests/selection/deleteContents21b-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>
-        <b><i>First</i></b>
-        two
-      </p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents21b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents21b-input.html b/Editor/tests/selection/deleteContents21b-input.html
deleted file mode 100644
index 94aa41f..0000000
--- a/Editor/tests/selection/deleteContents21b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<div><p><b><i>First [one</i></b></p></div>
-Second ]two
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents22-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents22-expected.html b/Editor/tests/selection/deleteContents22-expected.html
deleted file mode 100644
index 533a41e..0000000
--- a/Editor/tests/selection/deleteContents22-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>
-        <b>
-          <i>
-            <u><tt>First</tt></u>
-            two
-          </i>
-        </b>
-      </p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents22-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents22-input.html b/Editor/tests/selection/deleteContents22-input.html
deleted file mode 100644
index d75c81b..0000000
--- a/Editor/tests/selection/deleteContents22-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<div><p><b><i><u><tt>First [one</tt></u></i></b></p></div>
-<div><p><b><i>Second ]two</i></b></p></div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents22a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents22a-expected.html b/Editor/tests/selection/deleteContents22a-expected.html
deleted file mode 100644
index 533a41e..0000000
--- a/Editor/tests/selection/deleteContents22a-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>
-        <b>
-          <i>
-            <u><tt>First</tt></u>
-            two
-          </i>
-        </b>
-      </p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents22a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents22a-input.html b/Editor/tests/selection/deleteContents22a-input.html
deleted file mode 100644
index 108d53d..0000000
--- a/Editor/tests/selection/deleteContents22a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<b><i><u><tt>First [one</tt></u></i></b>
-<div><p><b><i>Second ]two</i></b></p></div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents22b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents22b-expected.html b/Editor/tests/selection/deleteContents22b-expected.html
deleted file mode 100644
index 533a41e..0000000
--- a/Editor/tests/selection/deleteContents22b-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>
-        <b>
-          <i>
-            <u><tt>First</tt></u>
-            two
-          </i>
-        </b>
-      </p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/deleteContents22b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/deleteContents22b-input.html b/Editor/tests/selection/deleteContents22b-input.html
deleted file mode 100644
index 929f9f6..0000000
--- a/Editor/tests/selection/deleteContents22b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_deleteContents();
-}
-</script>
-</head>
-<body>
-<div><p><b><i><u><tt>First [one</tt></u></i></b></p></div>
-<b><i>Second ]two</i></b>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/highlights-figure01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-figure01-expected.html b/Editor/tests/selection/highlights-figure01-expected.html
deleted file mode 100644
index a7cff4f..0000000
--- a/Editor/tests/selection/highlights-figure01-expected.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<html>
-  <head>
-    <style>
-figure {
-    margin-left: auto;
-    margin-right: auto;
-    text-align: center;
-}
-    </style>
-  </head>
-  <body>
-    <p>
-      Text
-      <span class="uxwrite-selection">before</span>
-    </p>
-    <div class="uxwrite-selection">
-      <figure>
-        <img src="../figures/nothing.png"/>
-        <figcaption>Test figure</figcaption>
-      </figure>
-    </div>
-    <p>
-      <span class="uxwrite-selection">Text</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/highlights-figure01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-figure01-input.html b/Editor/tests/selection/highlights-figure01-input.html
deleted file mode 100644
index fc6945c..0000000
--- a/Editor/tests/selection/highlights-figure01-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-    <style>
-figure {
-    margin-left: auto;
-    margin-right: auto;
-    text-align: center;
-}
-    </style>
-<script>
-function performTest()
-{
-   outputOptions.keepSelectionHighlights = true;
-}
-</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/selection/highlights-figure02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-figure02-expected.html b/Editor/tests/selection/highlights-figure02-expected.html
deleted file mode 100644
index fbecf51..0000000
--- a/Editor/tests/selection/highlights-figure02-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head>
-    <style>
-figure {
-    margin-left: auto;
-    margin-right: auto;
-    text-align: center;
-}
-    </style>
-  </head>
-  <body>
-    <p>
-      <span class="uxwrite-selection">T</span>
-      ext 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/selection/highlights-figure02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-figure02-input.html b/Editor/tests/selection/highlights-figure02-input.html
deleted file mode 100644
index 4a4f6c9..0000000
--- a/Editor/tests/selection/highlights-figure02-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-    <style>
-figure {
-    margin-left: auto;
-    margin-right: auto;
-    text-align: center;
-}
-    </style>
-<script>
-function performTest()
-{
-    outputOptions.keepSelectionHighlights = true;
-
-    var p = document.getElementsByTagName("P")[0];
-    var text = p.firstChild;
-    Selection_set(text,0,text,1);
-}
-</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/selection/highlights-table01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-table01-expected.html b/Editor/tests/selection/highlights-table01-expected.html
deleted file mode 100644
index c6df315..0000000
--- a/Editor/tests/selection/highlights-table01-expected.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<html>
-  <head>
-    <style>
-caption {
-    caption-side: bottom;
-}
-table {
-    border-collapse: collapse;
-    margin-left: auto;
-    margin-right: auto;
-}
-td > :first-child, th > :first-child {
-    margin-top: 0;
-}
-td > :last-child, th > :last-child {
-    margin-bottom: 0;
-}
-td, th {
-    border: 1px solid black;
-}
-    </style>
-  </head>
-  <body>
-    <p>
-      Text
-      <span class="uxwrite-selection">before</span>
-    </p>
-    <div class="uxwrite-selection">
-      <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>
-    </div>
-    <p>
-      <span class="uxwrite-selection">Text</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/highlights-table01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-table01-input.html b/Editor/tests/selection/highlights-table01-input.html
deleted file mode 100644
index 361dffd..0000000
--- a/Editor/tests/selection/highlights-table01-input.html
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-caption {
-    caption-side: bottom;
-}
-table {
-    border-collapse: collapse;
-    margin-left: auto;
-    margin-right: auto;
-}
-td > :first-child, th > :first-child {
-    margin-top: 0;
-}
-td > :last-child, th > :last-child {
-    margin-bottom: 0;
-}
-td, th {
-    border: 1px solid black;
-}
-</style>
-<script>
-function performTest()
-{
-    outputOptions.keepSelectionHighlights = true;
-}
-</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/selection/highlights-table02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-table02-expected.html b/Editor/tests/selection/highlights-table02-expected.html
deleted file mode 100644
index 5d17f3b..0000000
--- a/Editor/tests/selection/highlights-table02-expected.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<html>
-  <head>
-    <style>
-caption {
-    caption-side: bottom;
-}
-table {
-    border-collapse: collapse;
-    margin-left: auto;
-    margin-right: auto;
-}
-td > :first-child, th > :first-child {
-    margin-top: 0;
-}
-td > :last-child, th > :last-child {
-    margin-bottom: 0;
-}
-td, th {
-    border: 1px solid black;
-}
-    </style>
-  </head>
-  <body>
-    <p>
-      <span class="uxwrite-selection">T</span>
-      ext 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/selection/highlights-table02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-table02-input.html b/Editor/tests/selection/highlights-table02-input.html
deleted file mode 100644
index 6cd3545..0000000
--- a/Editor/tests/selection/highlights-table02-input.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-caption {
-    caption-side: bottom;
-}
-table {
-    border-collapse: collapse;
-    margin-left: auto;
-    margin-right: auto;
-}
-td > :first-child, th > :first-child {
-    margin-top: 0;
-}
-td > :last-child, th > :last-child {
-    margin-bottom: 0;
-}
-td, th {
-    border: 1px solid black;
-}
-</style>
-<script>
-function performTest()
-{
-    outputOptions.keepSelectionHighlights = true;
-
-    var p = document.getElementsByTagName("P")[0];
-    var text = p.firstChild;
-    Selection_set(text,0,text,1);
-}
-</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/selection/highlights-table03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-table03-expected.html b/Editor/tests/selection/highlights-table03-expected.html
deleted file mode 100644
index 9d7bb32..0000000
--- a/Editor/tests/selection/highlights-table03-expected.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<html>
-  <head>
-    <style>
-caption {
-    caption-side: bottom;
-}
-table {
-    border-collapse: collapse;
-    margin-left: auto;
-    margin-right: auto;
-}
-td > :first-child, th > :first-child {
-    margin-top: 0;
-}
-td > :last-child, th > :last-child {
-    margin-bottom: 0;
-}
-td, th {
-    border: 1px solid black;
-}
-    </style>
-  </head>
-  <body>
-    <p>Text before</p>
-    <table width="100%">
-      <caption>Test caption</caption>
-      <tbody>
-        <tr>
-          <td>
-            <span class="uxwrite-selection">O</span>
-            ne
-          </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/selection/highlights-table03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-table03-input.html b/Editor/tests/selection/highlights-table03-input.html
deleted file mode 100644
index 80774ce..0000000
--- a/Editor/tests/selection/highlights-table03-input.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-caption {
-    caption-side: bottom;
-}
-table {
-    border-collapse: collapse;
-    margin-left: auto;
-    margin-right: auto;
-}
-td > :first-child, th > :first-child {
-    margin-top: 0;
-}
-td > :last-child, th > :last-child {
-    margin-bottom: 0;
-}
-td, th {
-    border: 1px solid black;
-}
-</style>
-<script>
-function performTest()
-{
-    outputOptions.keepSelectionHighlights = true;
-
-    var tds = document.getElementsByTagName("TD");
-    var text = tds[0].firstChild;
-    Selection_set(text,0,text,1);
-}
-</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/selection/highlights-toc01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-toc01-expected.html b/Editor/tests/selection/highlights-toc01-expected.html
deleted file mode 100644
index 3fff834..0000000
--- a/Editor/tests/selection/highlights-toc01-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <p>
-      Text
-      <span class="uxwrite-selection">before</span>
-    </p>
-    <div class="uxwrite-selection">
-      <nav class="tableofcontents">
-        <p class="toc1"><a href="#item1">First section</a></p>
-        <p class="toc1"><a href="#item2">Second section</a></p>
-        <p class="toc1"><a href="#item3">Third section</a></p>
-      </nav>
-    </div>
-    <p>
-      <span class="uxwrite-selection">Text</span>
-      after
-    </p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-    <h1 id="item3">Third section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/selection/highlights-toc01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/selection/highlights-toc01-input.html b/Editor/tests/selection/highlights-toc01-input.html
deleted file mode 100644
index 7be5644..0000000
--- a/Editor/tests/selection/highlights-toc01-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-
-    outputOptions.keepSelectionHighlights = true;
-}
-</script>
-</head>
-<body>
-<p>Text [before</p>
-<nav class="tableofcontents">
-</nav>
-<p>Text] after</p>
-<h1>First section</h1>
-<h1>Second section</h1>
-<h1>Third section</h1>
-</body>
-</html>