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

[13/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/lists/setList-adjacentLists02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-adjacentLists02-input.html b/Editor/tests/lists/setList-adjacentLists02-input.html
deleted file mode 100644
index e75cbad..0000000
--- a/Editor/tests/lists/setList-adjacentLists02-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-//    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-    </ul>
-    <ol>
-      <li><p>[Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Six]</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-adjacentLists03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-adjacentLists03-expected.html b/Editor/tests/lists/setList-adjacentLists03-expected.html
deleted file mode 100644
index cd6a84d..0000000
--- a/Editor/tests/lists/setList-adjacentLists03-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Six</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-adjacentLists03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-adjacentLists03-input.html b/Editor/tests/lists/setList-adjacentLists03-input.html
deleted file mode 100644
index 001ee1d..0000000
--- a/Editor/tests/lists/setList-adjacentLists03-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-//    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ol>
-      <li><p>[One</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three]</p></li>
-    </ol>
-    <ul>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Six</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-adjacentLists04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-adjacentLists04-expected.html b/Editor/tests/lists/setList-adjacentLists04-expected.html
deleted file mode 100644
index e0bbb62..0000000
--- a/Editor/tests/lists/setList-adjacentLists04-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Six</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-adjacentLists04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-adjacentLists04-input.html b/Editor/tests/lists/setList-adjacentLists04-input.html
deleted file mode 100644
index 95add80..0000000
--- a/Editor/tests/lists/setList-adjacentLists04-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-//    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-    </ol>
-    <ul>
-      <li><p>[Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Six]</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-emptyLIs01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-emptyLIs01-expected.html b/Editor/tests/lists/setList-emptyLIs01-expected.html
deleted file mode 100644
index b95613d..0000000
--- a/Editor/tests/lists/setList-emptyLIs01-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li/>
-      <li/>
-      <li/>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-emptyLIs01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-emptyLIs01-input.html b/Editor/tests/lists/setList-emptyLIs01-input.html
deleted file mode 100644
index 1d93eb5..0000000
--- a/Editor/tests/lists/setList-emptyLIs01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-}
-</script>
-</head>
-  <body>
-    <ul>
-     [<li></li>
-      <li></li>
-      <li></li>]
-   </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-emptyLIs02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-emptyLIs02-expected.html b/Editor/tests/lists/setList-emptyLIs02-expected.html
deleted file mode 100644
index b95613d..0000000
--- a/Editor/tests/lists/setList-emptyLIs02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li/>
-      <li/>
-      <li/>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-emptyLIs02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-emptyLIs02-input.html b/Editor/tests/lists/setList-emptyLIs02-input.html
deleted file mode 100644
index 379a97f..0000000
--- a/Editor/tests/lists/setList-emptyLIs02-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-}
-</script>
-</head>
-  <body>
-    <ol>
-     [<li></li>
-      <li></li>
-      <li></li>]
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-emptyLIs03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-emptyLIs03-expected.html b/Editor/tests/lists/setList-emptyLIs03-expected.html
deleted file mode 100644
index 62f3941..0000000
--- a/Editor/tests/lists/setList-emptyLIs03-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li/>
-      <li/>
-      <li/>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-emptyLIs03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-emptyLIs03-input.html b/Editor/tests/lists/setList-emptyLIs03-input.html
deleted file mode 100644
index f39f85a..0000000
--- a/Editor/tests/lists/setList-emptyLIs03-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-}
-</script>
-</head>
-  <body>
-    <ul>
-     [<li></li>
-      <li></li>
-      <li></li>]
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-emptyLIs04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-emptyLIs04-expected.html b/Editor/tests/lists/setList-emptyLIs04-expected.html
deleted file mode 100644
index 62f3941..0000000
--- a/Editor/tests/lists/setList-emptyLIs04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li/>
-      <li/>
-      <li/>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-emptyLIs04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-emptyLIs04-input.html b/Editor/tests/lists/setList-emptyLIs04-input.html
deleted file mode 100644
index a2c3572..0000000
--- a/Editor/tests/lists/setList-emptyLIs04-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-}
-</script>
-</head>
-  <body>
-    <ol>
-     [<li></li>
-      <li></li>
-      <li></li>]
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-headings01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-headings01-expected.html b/Editor/tests/lists/setList-headings01-expected.html
deleted file mode 100644
index 57a648a..0000000
--- a/Editor/tests/lists/setList-headings01-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1 id="item1">[Test]</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-headings01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-headings01-input.html b/Editor/tests/lists/setList-headings01-input.html
deleted file mode 100644
index 4b1835f..0000000
--- a/Editor/tests/lists/setList-headings01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Lists_setUnorderedList();
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>[Test]</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-headings02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-headings02-expected.html b/Editor/tests/lists/setList-headings02-expected.html
deleted file mode 100644
index dafe95e..0000000
--- a/Editor/tests/lists/setList-headings02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1 id="item1">[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/8eda56a5/Editor/tests/lists/setList-headings02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-headings02-input.html b/Editor/tests/lists/setList-headings02-input.html
deleted file mode 100644
index dae8338..0000000
--- a/Editor/tests/lists/setList-headings02-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Lists_setUnorderedList();
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>[One</h1>
-<p>Two</p>
-<p>Three]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-headings03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-headings03-expected.html b/Editor/tests/lists/setList-headings03-expected.html
deleted file mode 100644
index 7a9cd9d..0000000
--- a/Editor/tests/lists/setList-headings03-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>[One</p></li>
-    </ul>
-    <h1 id="item1">Two</h1>
-    <ul>
-      <li><p>Three]</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-headings03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-headings03-input.html b/Editor/tests/lists/setList-headings03-input.html
deleted file mode 100644
index 7f73931..0000000
--- a/Editor/tests/lists/setList-headings03-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Lists_setUnorderedList();
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[One</p>
-<h1>Two</h1>
-<p>Three]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-headings04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-headings04-expected.html b/Editor/tests/lists/setList-headings04-expected.html
deleted file mode 100644
index a5ddcf7..0000000
--- a/Editor/tests/lists/setList-headings04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>[One</p></li>
-      <li><p>Two</p></li>
-    </ul>
-    <h1 id="item1">Three]</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-headings04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-headings04-input.html b/Editor/tests/lists/setList-headings04-input.html
deleted file mode 100644
index 90f9df8..0000000
--- a/Editor/tests/lists/setList-headings04-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Lists_setUnorderedList();
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[One</p>
-<p>Two</p>
-<h1>Three]</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-innerp01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-innerp01-expected.html b/Editor/tests/lists/setList-innerp01-expected.html
deleted file mode 100644
index e2a77eb..0000000
--- a/Editor/tests/lists/setList-innerp01-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>
-        <p>[]One</p>
-        <p>Two</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-innerp01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-innerp01-input.html b/Editor/tests/lists/setList-innerp01-input.html
deleted file mode 100644
index 0d180f3..0000000
--- a/Editor/tests/lists/setList-innerp01-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li>
-        <p>[]One</p>
-        <p>Two</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-innerp02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-innerp02-expected.html b/Editor/tests/lists/setList-innerp02-expected.html
deleted file mode 100644
index 3a20361..0000000
--- a/Editor/tests/lists/setList-innerp02-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>
-        <p>One</p>
-        <ul>
-          <li><p>[]Two</p></li>
-        </ul>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-innerp02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-innerp02-input.html b/Editor/tests/lists/setList-innerp02-input.html
deleted file mode 100644
index b894bbd..0000000
--- a/Editor/tests/lists/setList-innerp02-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li>
-        <p>One</p>
-        <p>[]Two</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-innerp03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-innerp03-expected.html b/Editor/tests/lists/setList-innerp03-expected.html
deleted file mode 100644
index 76f1004..0000000
--- a/Editor/tests/lists/setList-innerp03-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li>
-        <p>Two</p>
-        <ul>
-          <li><p>Three</p></li>
-          <li><p>Four</p></li>
-          <li><p>[]Five</p></li>
-        </ul>
-      </li>
-      <li><p>Six</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-innerp03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-innerp03-input.html b/Editor/tests/lists/setList-innerp03-input.html
deleted file mode 100644
index f6e1715..0000000
--- a/Editor/tests/lists/setList-innerp03-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li>
-        <p>One</p>
-      </li>
-      <li>
-        <p>Two</p>
-        <ul>
-          <li><p>Three</p></li>
-          <li><p>Four</p></li>
-        </ul>
-        <p>[]Five</p>
-      </li>
-      <li>
-        <p>Six</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-innerp04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-innerp04-expected.html b/Editor/tests/lists/setList-innerp04-expected.html
deleted file mode 100644
index d0fe455..0000000
--- a/Editor/tests/lists/setList-innerp04-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li>
-        <p>Two</p>
-        <ul>
-          <li><p>Three</p></li>
-          <li><p>Four</p></li>
-        </ul>
-        <ol>
-          <li><p>[]Five</p></li>
-        </ol>
-      </li>
-      <li><p>Six</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-innerp04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-innerp04-input.html b/Editor/tests/lists/setList-innerp04-input.html
deleted file mode 100644
index 590ea01..0000000
--- a/Editor/tests/lists/setList-innerp04-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li>
-        <p>One</p>
-      </li>
-      <li>
-        <p>Two</p>
-        <ul>
-          <li><p>Three</p></li>
-          <li><p>Four</p></li>
-        </ul>
-        <p>[]Five</p>
-      </li>
-      <li>
-        <p>Six</p>
-      </li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-mixed01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-mixed01-expected.html b/Editor/tests/lists/setList-mixed01-expected.html
deleted file mode 100644
index 1b12141..0000000
--- a/Editor/tests/lists/setList-mixed01-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>One</p>
-    <ul>
-      <li><p>T[wo</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Si]x</p></li>
-    </ul>
-    <p>Seven</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-mixed01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-mixed01-input.html b/Editor/tests/lists/setList-mixed01-input.html
deleted file mode 100644
index 2b9dc28..0000000
--- a/Editor/tests/lists/setList-mixed01-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <p>One</p>
-    <p>T[wo</p>
-    <p>Three</p>
-    <ul>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Si]x</p></li>
-    </ul>
-    <p>Seven</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-mixed02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-mixed02-expected.html b/Editor/tests/lists/setList-mixed02-expected.html
deleted file mode 100644
index c3e686c..0000000
--- a/Editor/tests/lists/setList-mixed02-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    [
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Si]x</p></li>
-    </ul>
-    <p>Seven</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-mixed02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-mixed02-input.html b/Editor/tests/lists/setList-mixed02-input.html
deleted file mode 100644
index a79d56c..0000000
--- a/Editor/tests/lists/setList-mixed02-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    [
-    <p>One</p>
-    <p>Two</p>
-    <p>Three</p>
-    <ul>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Si]x</p></li>
-    </ul>
-    <p>Seven</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-mixed03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-mixed03-expected.html b/Editor/tests/lists/setList-mixed03-expected.html
deleted file mode 100644
index d842f2a..0000000
--- a/Editor/tests/lists/setList-mixed03-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>One</p>
-    <ul>
-      <li><p>T[wo</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Six</p></li>
-      <li><p>Seven</p></li>
-    </ul>
-    ]
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-mixed03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-mixed03-input.html b/Editor/tests/lists/setList-mixed03-input.html
deleted file mode 100644
index 0b7a80a..0000000
--- a/Editor/tests/lists/setList-mixed03-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <p>One</p>
-    <p>T[wo</p>
-    <p>Three</p>
-    <ul>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Six</p></li>
-    </ul>
-    <p>Seven</p>
-    ]
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested01-expected.html b/Editor/tests/lists/setList-nested01-expected.html
deleted file mode 100644
index b010456..0000000
--- a/Editor/tests/lists/setList-nested01-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>O[ne</p></li>
-      <li><p>Two</p></li>
-      <li>
-        <p>Three</p>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>Five</p></li>
-          <li><p>Si]x</p></li>
-        </ul>
-      </li>
-    </ol>
-    <ul>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested01-input.html b/Editor/tests/lists/setList-nested01-input.html
deleted file mode 100644
index 8fd7e62..0000000
--- a/Editor/tests/lists/setList-nested01-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>O[ne</p></li>
-      <li><p>Two</p></li>
-      <li>
-        <p>Three</p>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>Five</p></li>
-          <li><p>Si]x</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested02-expected.html b/Editor/tests/lists/setList-nested02-expected.html
deleted file mode 100644
index 5cd52d0..0000000
--- a/Editor/tests/lists/setList-nested02-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>O[ne</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>Five</p></li>
-          <li><p>Si]x</p></li>
-        </ul>
-      </li>
-    </ol>
-    <ul>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested02-input.html b/Editor/tests/lists/setList-nested02-input.html
deleted file mode 100644
index f153151..0000000
--- a/Editor/tests/lists/setList-nested02-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>O[ne</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>Five</p></li>
-          <li><p>Si]x</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested03-expected.html b/Editor/tests/lists/setList-nested03-expected.html
deleted file mode 100644
index 6377c96..0000000
--- a/Editor/tests/lists/setList-nested03-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>O[ne</p></li>
-      <li><p>Two</p></li>
-      <li>
-        <p>Three</p>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>Fiv]e</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-    </ol>
-    <ul>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested03-input.html b/Editor/tests/lists/setList-nested03-input.html
deleted file mode 100644
index fd1e183..0000000
--- a/Editor/tests/lists/setList-nested03-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>O[ne</p></li>
-      <li><p>Two</p></li>
-      <li>
-        <p>Three</p>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>Fiv]e</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested04-expected.html b/Editor/tests/lists/setList-nested04-expected.html
deleted file mode 100644
index 8a19193..0000000
--- a/Editor/tests/lists/setList-nested04-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>O[ne</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>Fiv]e</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-    </ol>
-    <ul>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested04-input.html b/Editor/tests/lists/setList-nested04-input.html
deleted file mode 100644
index 7c8c53d..0000000
--- a/Editor/tests/lists/setList-nested04-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>O[ne</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>Fiv]e</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested05-expected.html b/Editor/tests/lists/setList-nested05-expected.html
deleted file mode 100644
index cbe960f..0000000
--- a/Editor/tests/lists/setList-nested05-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-    </ul>
-    <ol>
-      <li>
-        <p>Three</p>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>F[ive</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nin]e</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested05-input.html b/Editor/tests/lists/setList-nested05-input.html
deleted file mode 100644
index aa12109..0000000
--- a/Editor/tests/lists/setList-nested05-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li>
-        <p>Three</p>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>F[ive</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nin]e</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested06-expected.html b/Editor/tests/lists/setList-nested06-expected.html
deleted file mode 100644
index a3efad0..0000000
--- a/Editor/tests/lists/setList-nested06-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-    </ul>
-    <ol>
-      <li>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>F[ive</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nin]e</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested06-input.html b/Editor/tests/lists/setList-nested06-input.html
deleted file mode 100644
index cf1ca3c..0000000
--- a/Editor/tests/lists/setList-nested06-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>F[ive</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eight</p></li>
-      <li><p>Nin]e</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested07-expected.html b/Editor/tests/lists/setList-nested07-expected.html
deleted file mode 100644
index 5caabe9..0000000
--- a/Editor/tests/lists/setList-nested07-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-    </ul>
-    <ol>
-      <li>
-        <p>Three</p>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>F[ive</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eigh]t</p></li>
-    </ol>
-    <ul>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested07-input.html b/Editor/tests/lists/setList-nested07-input.html
deleted file mode 100644
index 5e69be3..0000000
--- a/Editor/tests/lists/setList-nested07-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li>
-        <p>Three</p>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>F[ive</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eigh]t</p></li>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested08-expected.html b/Editor/tests/lists/setList-nested08-expected.html
deleted file mode 100644
index 23e238e..0000000
--- a/Editor/tests/lists/setList-nested08-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-    </ul>
-    <ol>
-      <li>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>F[ive</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eigh]t</p></li>
-    </ol>
-    <ul>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nested08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nested08-input.html b/Editor/tests/lists/setList-nested08-input.html
deleted file mode 100644
index a4c4c51..0000000
--- a/Editor/tests/lists/setList-nested08-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li>
-        <ul>
-          <li><p>Four</p></li>
-          <li><p>F[ive</p></li>
-          <li><p>Six</p></li>
-        </ul>
-      </li>
-      <li><p>Seven</p></li>
-      <li><p>Eigh]t</p></li>
-      <li><p>Nine</p></li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nop01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nop01-expected.html b/Editor/tests/lists/setList-nop01-expected.html
deleted file mode 100644
index f032705..0000000
--- a/Editor/tests/lists/setList-nop01-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>[test]</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nop01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nop01-input.html b/Editor/tests/lists/setList-nop01-input.html
deleted file mode 100644
index 5474fc0..0000000
--- a/Editor/tests/lists/setList-nop01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-[test]
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nop02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nop02-input.html b/Editor/tests/lists/setList-nop02-input.html
deleted file mode 100644
index 723105f..0000000
--- a/Editor/tests/lists/setList-nop02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nop03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nop03-expected.html b/Editor/tests/lists/setList-nop03-expected.html
deleted file mode 100644
index 23649c7..0000000
--- a/Editor/tests/lists/setList-nop03-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>test[]</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nop03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nop03-input.html b/Editor/tests/lists/setList-nop03-input.html
deleted file mode 100644
index 14174a6..0000000
--- a/Editor/tests/lists/setList-nop03-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-test[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nop04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nop04-expected.html b/Editor/tests/lists/setList-nop04-expected.html
deleted file mode 100644
index c43e793..0000000
--- a/Editor/tests/lists/setList-nop04-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>[]test</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nop04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nop04-input.html b/Editor/tests/lists/setList-nop04-input.html
deleted file mode 100644
index 8c58505..0000000
--- a/Editor/tests/lists/setList-nop04-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]test
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-nop05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-nop05-input.html b/Editor/tests/lists/setList-nop05-input.html
deleted file mode 100644
index 844b096..0000000
--- a/Editor/tests/lists/setList-nop05-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    DOM_deleteAllChildren(document.body);
-    Selection_set(document.body,0,document.body,0);
-
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-paragraphs01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-paragraphs01-expected.html b/Editor/tests/lists/setList-paragraphs01-expected.html
deleted file mode 100644
index 142ab51..0000000
--- a/Editor/tests/lists/setList-paragraphs01-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    [
-    <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/8eda56a5/Editor/tests/lists/setList-paragraphs01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-paragraphs01-input.html b/Editor/tests/lists/setList-paragraphs01-input.html
deleted file mode 100644
index 7b00f75..0000000
--- a/Editor/tests/lists/setList-paragraphs01-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    [
-    <p>One</p>
-    <p>Two</p>
-    <p>Three</p>
-    ]
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-paragraphs02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-paragraphs02-expected.html b/Editor/tests/lists/setList-paragraphs02-expected.html
deleted file mode 100644
index afe7773..0000000
--- a/Editor/tests/lists/setList-paragraphs02-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>One</p>
-    <p>Two</p>
-    [
-    <ul>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-    </ul>
-    ]
-    <p>Six</p>
-    <p>Seven</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-paragraphs02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-paragraphs02-input.html b/Editor/tests/lists/setList-paragraphs02-input.html
deleted file mode 100644
index 85db2ba..0000000
--- a/Editor/tests/lists/setList-paragraphs02-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <p>One</p>
-    <p>Two</p>
-    [
-    <p>Three</p>
-    <p>Four</p>
-    <p>Five</p>
-    ]
-    <p>Six</p>
-    <p>Seven</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-paragraphs03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-paragraphs03-expected.html b/Editor/tests/lists/setList-paragraphs03-expected.html
deleted file mode 100644
index ab32faf..0000000
--- a/Editor/tests/lists/setList-paragraphs03-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    [
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-    </ul>
-    ]
-    <p>Six</p>
-    <p>Seven</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-paragraphs03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-paragraphs03-input.html b/Editor/tests/lists/setList-paragraphs03-input.html
deleted file mode 100644
index ca93046..0000000
--- a/Editor/tests/lists/setList-paragraphs03-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    [
-    <p>One</p>
-    <p>Two</p>
-    <p>Three</p>
-    <p>Four</p>
-    <p>Five</p>
-    ]
-    <p>Six</p>
-    <p>Seven</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-paragraphs04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-paragraphs04-expected.html b/Editor/tests/lists/setList-paragraphs04-expected.html
deleted file mode 100644
index ed9a5d8..0000000
--- a/Editor/tests/lists/setList-paragraphs04-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>One</p>
-    <p>Two</p>
-    [
-    <ul>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-      <li><p>Six</p></li>
-      <li><p>Seven</p></li>
-    </ul>
-    ]
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-paragraphs04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-paragraphs04-input.html b/Editor/tests/lists/setList-paragraphs04-input.html
deleted file mode 100644
index 50551bf..0000000
--- a/Editor/tests/lists/setList-paragraphs04-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-    showSelection();
-}
-</script>
-</head>
-  <body>
-    <p>One</p>
-    <p>Two</p>
-    [
-    <p>Three</p>
-    <p>Four</p>
-    <p>Five</p>
-    <p>Six</p>
-    <p>Seven</p>
-    ]
-  </body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-paragraphs06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-paragraphs06-expected.html b/Editor/tests/lists/setList-paragraphs06-expected.html
deleted file mode 100644
index b4060bf..0000000
--- a/Editor/tests/lists/setList-paragraphs06-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>test[]</p></li>
-    </ul>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/setList-paragraphs07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/setList-paragraphs07-expected.html b/Editor/tests/lists/setList-paragraphs07-expected.html
deleted file mode 100644
index 548fbfe..0000000
--- a/Editor/tests/lists/setList-paragraphs07-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>[]test</p></li>
-    </ul>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/ul01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/ul01-expected.html b/Editor/tests/lists/ul01-expected.html
deleted file mode 100644
index ca83af4..0000000
--- a/Editor/tests/lists/ul01-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-    </ul>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/ul01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/ul01-input.html b/Editor/tests/lists/ul01-input.html
deleted file mode 100644
index d9b191a..0000000
--- a/Editor/tests/lists/ul01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-}
-</script>
-</head>
-<body>
-<p>[One</p>
-<p>Two</p>
-<p>Three</p>
-<p>Four</p>
-<p>Five]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/ul02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/ul02-expected.html b/Editor/tests/lists/ul02-expected.html
deleted file mode 100644
index f8fdae0..0000000
--- a/Editor/tests/lists/ul02-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-    </ul>
-    <p>Two</p>
-    <p>Three</p>
-    <p>Four</p>
-    <p>Five</p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/ul02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/ul02-input.html b/Editor/tests/lists/ul02-input.html
deleted file mode 100644
index e0fbea5..0000000
--- a/Editor/tests/lists/ul02-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-}
-</script>
-</head>
-<body>
-<p>[One]</p>
-<p>Two</p>
-<p>Three</p>
-<p>Four</p>
-<p>Five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/ul03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/ul03-expected.html b/Editor/tests/lists/ul03-expected.html
deleted file mode 100644
index 230709c..0000000
--- a/Editor/tests/lists/ul03-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>One</p>
-    <p>Two</p>
-    <ul>
-      <li><p>Three</p></li>
-    </ul>
-    <p>Four</p>
-    <p>Five</p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/ul03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/ul03-input.html b/Editor/tests/lists/ul03-input.html
deleted file mode 100644
index 50584a4..0000000
--- a/Editor/tests/lists/ul03-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-}
-</script>
-</head>
-<body>
-<p>One</p>
-<p>Two</p>
-<p>[Three]</p>
-<p>Four</p>
-<p>Five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/ul04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/ul04-expected.html b/Editor/tests/lists/ul04-expected.html
deleted file mode 100644
index 0c28fc6..0000000
--- a/Editor/tests/lists/ul04-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>One</p>
-    <p>Two</p>
-    <p>Three</p>
-    <p>Four</p>
-    <ul>
-      <li><p>Five</p></li>
-    </ul>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/lists/ul04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/ul04-input.html b/Editor/tests/lists/ul04-input.html
deleted file mode 100644
index 646c86b..0000000
--- a/Editor/tests/lists/ul04-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setUnorderedList();
-}
-</script>
-</head>
-<body>
-<p>One</p>
-<p>Two</p>
-<p>Three</span></p>
-<p>Four</p>
-<p>[Five]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/main/removeSpecial01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/main/removeSpecial01-expected.html b/Editor/tests/main/removeSpecial01-expected.html
deleted file mode 100644
index ee604fe..0000000
--- a/Editor/tests/main/removeSpecial01-expected.html
+++ /dev/null
@@ -1,27 +0,0 @@
-Before
-------
-
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <span class="uxwrite-autocorrect" original="twox">two</span>
-      three
-    </p>
-  </body>
-</html>
-
-After
------
-
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      two
-      three
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/main/removeSpecial01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/main/removeSpecial01-input.html b/Editor/tests/main/removeSpecial01-input.html
deleted file mode 100644
index a92c85a..0000000
--- a/Editor/tests/main/removeSpecial01-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-// Test that autocorrect spans are removed
-
-function performTest()
-{
-    AutoCorrect_init();
-    PostponedActions_perform();
-
-    Cursor_insertCharacter("one");
-    Cursor_insertCharacter(" twox");
-    AutoCorrect_correctPrecedingWord(4,"two");
-    Cursor_insertCharacter(" three");
-    PostponedActions_perform();
-
-    var before = PrettyPrinter.getHTML(document.documentElement,outputOptions);
-    Main_removeSpecial(document.documentElement);
-    var after = PrettyPrinter.getHTML(document.documentElement,outputOptions);
-    return "Before\n------\n\n"+before+"\nAfter\n-----\n\n"+after;
-}
-</script>
-</head>
-<body>
-<p>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/main/removeSpecial02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/main/removeSpecial02-expected.html b/Editor/tests/main/removeSpecial02-expected.html
deleted file mode 100644
index 15d8615..0000000
--- a/Editor/tests/main/removeSpecial02-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-Before
-------
-
-<html>
-  <head></head>
-  <body>
-    <p><span class="uxwrite-selection">one two three</span></p>
-  </body>
-</html>
-
-After
------
-
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/main/removeSpecial02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/main/removeSpecial02-input.html b/Editor/tests/main/removeSpecial02-input.html
deleted file mode 100644
index 4fda89c..0000000
--- a/Editor/tests/main/removeSpecial02-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-// Test that autocorrect spans are removed
-
-function performTest()
-{
-    Selection_selectAll();
-    outputOptions.keepSelectionHighlights = true;
-
-    var before = PrettyPrinter.getHTML(document.documentElement,outputOptions);
-    Main_removeSpecial(document.documentElement);
-    var after = PrettyPrinter.getHTML(document.documentElement,outputOptions);
-    return "Before\n------\n\n"+before+"\nAfter\n-----\n\n"+after;
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/main/removeSpecial03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/main/removeSpecial03-expected.html b/Editor/tests/main/removeSpecial03-expected.html
deleted file mode 100644
index 6baa319..0000000
--- a/Editor/tests/main/removeSpecial03-expected.html
+++ /dev/null
@@ -1,27 +0,0 @@
-Before
-------
-
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span class="uxwrite-selection">one</span>
-      <span class="uxwrite-autocorrect" original="twox"><span class="uxwrite-selection">two</span></span>
-      <span class="uxwrite-selection">three</span>
-    </p>
-  </body>
-</html>
-
-After
------
-
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      two
-      three
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/main/removeSpecial03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/main/removeSpecial03-input.html b/Editor/tests/main/removeSpecial03-input.html
deleted file mode 100644
index 84c83a7..0000000
--- a/Editor/tests/main/removeSpecial03-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    AutoCorrect_init();
-    PostponedActions_perform();
-
-    Cursor_insertCharacter("one");
-    Cursor_insertCharacter(" twox");
-    AutoCorrect_correctPrecedingWord(4,"two");
-    Cursor_insertCharacter(" three");
-    PostponedActions_perform();
-
-    Selection_selectAll();
-    outputOptions.keepSelectionHighlights = true;
-
-    var before = PrettyPrinter.getHTML(document.documentElement,outputOptions);
-    Main_removeSpecial(document.documentElement);
-    var after = PrettyPrinter.getHTML(document.documentElement,outputOptions);
-    return "Before\n------\n\n"+before+"\nAfter\n-----\n\n"+after;
-}
-</script>
-</head>
-<body>
-<p>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/OutlineTest.js
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/OutlineTest.js b/Editor/tests/outline/OutlineTest.js
deleted file mode 100644
index 587e82c..0000000
--- a/Editor/tests/outline/OutlineTest.js
+++ /dev/null
@@ -1,111 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-function createTestSections(topChildren)
-{
-    var index = 1;
-
-    processChildren(1,topChildren);
-
-    PostponedActions_perform();
-
-    setNumbering(true);
-
-    function processChildren(level,children)
-    {
-        if (typeof children == "number") {
-            for (var i = 0; i < children; i++)
-                recurse(level,null);
-        }
-        else if (children instanceof Array) {
-            for (var i = 0; i < children.length; i++)
-                recurse(level,children[i]);
-        }
-    }
-
-    function recurse(level,children)
-    {
-        var heading = DOM_createElement(document,"H"+level);
-
-        DOM_appendChild(heading,DOM_createTextNode(document,"Section "+index));
-
-        var p1 = DOM_createElement(document,"P");
-        var p2 = DOM_createElement(document,"P");
-
-        DOM_appendChild(p1,DOM_createTextNode(document,"Content "+index+" A"));
-        DOM_appendChild(p2,DOM_createTextNode(document,"Content "+index+" B"));
-
-
-        DOM_appendChild(document.body,heading);
-        DOM_appendChild(document.body,p1);
-        DOM_appendChild(document.body,p2);
-        index++;
-
-        processChildren(level+1,children);
-    }
-}
-
-function setupOutline(topChildren)
-{
-    Outline_init();
-    PostponedActions_perform();
-    createTestSections(topChildren);
-}
-
-function createTestFigures(count)
-{
-    for (var i = 0; i < count; i++) {
-        var figure = DOM_createElement(document,"FIGURE");
-        var figcaption = DOM_createElement(document,"FIGCAPTION");
-        var content = DOM_createTextNode(document,"(figure content)");
-        var text = DOM_createTextNode(document,"Test figure "+String.fromCharCode(65+i));
-        DOM_appendChild(figcaption,text);
-        DOM_appendChild(figure,content);
-        DOM_appendChild(figure,figcaption);
-        DOM_appendChild(document.body,figure);
-    }
-}
-
-function createTestTables(count)
-{
-    for (var i = 0; i < count; i++) {
-        var offset = document.body.childNodes.length;
-        Selection_set(document.body,offset,document.body,offset);
-        Tables_insertTable(1,1,"100%",true,"Test table "+String.fromCharCode(65+i));
-    }
-    PostponedActions_perform();
-}
-
-function removeOutlineHTML(node)
-{
-    if ((node.nodeName == "SPAN") &&
-        (node.getAttribute("class") == "uxwrite-heading-number")) {
-        DOM_removeNodeButKeepChildren(node);
-    }
-    else {
-        for (var child = node.firstChild; child != null; child = child.nextSibling)
-            removeOutlineHTML(child);
-        for (var child = node.firstChild; child != null; child = child.nextSibling)
-            Formatting_mergeWithNeighbours(child,Formatting_MERGEABLE_INLINE);
-    }
-}
-
-function cleanupOutline()
-{
-    PostponedActions_perform();
-    removeOutlineHTML(document.body);
-}

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/changeHeadingToParagraph-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/changeHeadingToParagraph-expected.html b/Editor/tests/outline/changeHeadingToParagraph-expected.html
deleted file mode 100644
index f9b3d80..0000000
--- a/Editor/tests/outline/changeHeadingToParagraph-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">[No sections defined]</p>
-    </nav>
-    <p>Heading</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/changeHeadingToParagraph-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/changeHeadingToParagraph-input.html b/Editor/tests/outline/changeHeadingToParagraph-input.html
deleted file mode 100644
index 72e0be5..0000000
--- a/Editor/tests/outline/changeHeadingToParagraph-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("P",{});
-    PostponedActions_perform();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-[<h1>Heading</h1>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/changeHeadingType-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/changeHeadingType-expected.html b/Editor/tests/outline/changeHeadingType-expected.html
deleted file mode 100644
index d21ea79..0000000
--- a/Editor/tests/outline/changeHeadingType-expected.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">
-        <a href="#item1">
-          1
-          One
-        </a>
-      </p>
-      <p class="toc1">
-        <a href="#item2">
-          2
-          One - first subsection
-        </a>
-      </p>
-      <p class="toc2">
-        <a href="#item3">
-          2.1
-          One - second subsection
-        </a>
-      </p>
-    </nav>
-    <h1 id="item1">One</h1>
-    <h1 id="item2">One - first subsection</h1>
-    <h2 id="item3">One - second subsection</h2>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/changeHeadingType-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/changeHeadingType-input.html b/Editor/tests/outline/changeHeadingType-input.html
deleted file mode 100644
index 0ded0c5..0000000
--- a/Editor/tests/outline/changeHeadingType-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-// TOC: This test isn't so meaningful any more, since we're not
-// actually automatic addition of numbering. Perhaps add a TOC,
-// to test that it's reflected?
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    setNumbering(true);
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>One</h1>
-    <h2>[One - first subsection]</h2>
-    <h2>One - second subsection</h2>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/deleteSection-inner01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-inner01-expected.html b/Editor/tests/outline/deleteSection-inner01-expected.html
deleted file mode 100644
index d946484..0000000
--- a/Editor/tests/outline/deleteSection-inner01-expected.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 Section 1</a></p>
-      <p class="toc2"><a href="#item5">1.1 Section 5</a></p>
-      <p class="toc3"><a href="#item6">1.1.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">1.1.2 Section 7</a></p>
-      <p class="toc2"><a href="#item8">1.2 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.2.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.2.2 Section 10</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h2 id="item5">Section 5</h2>
-    <p>Content 5 A</p>
-    <p>Content 5 B</p>
-    <h3 id="item6">Section 6</h3>
-    <p>Content 6 A</p>
-    <p>Content 6 B</p>
-    <h3 id="item7">Section 7</h3>
-    <p>Content 7 A</p>
-    <p>Content 7 B</p>
-    <h2 id="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <p>Content 9 A</p>
-    <p>Content 9 B</p>
-    <h3 id="item10">Section 10</h3>
-    <p>Content 10 A</p>
-    <p>Content 10 B</p>
-    <h1 id="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/deleteSection-inner01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-inner01-input.html b/Editor/tests/outline/deleteSection-inner01-input.html
deleted file mode 100644
index 7d9590a..0000000
--- a/Editor/tests/outline/deleteSection-inner01-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    setupOutline([[2,2,2],0,0]);
-
-    Outline_deleteItem("item2");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/deleteSection-inner02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-inner02-expected.html b/Editor/tests/outline/deleteSection-inner02-expected.html
deleted file mode 100644
index 11d7820..0000000
--- a/Editor/tests/outline/deleteSection-inner02-expected.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 Section 1</a></p>
-      <p class="toc2"><a href="#item2">1.1 Section 2</a></p>
-      <p class="toc3"><a href="#item3">1.1.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">1.1.2 Section 4</a></p>
-      <p class="toc2"><a href="#item8">1.2 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.2.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.2.2 Section 10</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h2 id="item2">Section 2</h2>
-    <p>Content 2 A</p>
-    <p>Content 2 B</p>
-    <h3 id="item3">Section 3</h3>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-    <h3 id="item4">Section 4</h3>
-    <p>Content 4 A</p>
-    <p>Content 4 B</p>
-    <h2 id="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <p>Content 9 A</p>
-    <p>Content 9 B</p>
-    <h3 id="item10">Section 10</h3>
-    <p>Content 10 A</p>
-    <p>Content 10 B</p>
-    <h1 id="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/deleteSection-inner02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-inner02-input.html b/Editor/tests/outline/deleteSection-inner02-input.html
deleted file mode 100644
index 3a610a7..0000000
--- a/Editor/tests/outline/deleteSection-inner02-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    setupOutline([[2,2,2],0,0]);
-
-    Outline_deleteItem("item5");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/deleteSection-inner03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-inner03-expected.html b/Editor/tests/outline/deleteSection-inner03-expected.html
deleted file mode 100644
index a2ca2ad..0000000
--- a/Editor/tests/outline/deleteSection-inner03-expected.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 Section 1</a></p>
-      <p class="toc2"><a href="#item2">1.1 Section 2</a></p>
-      <p class="toc3"><a href="#item3">1.1.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">1.1.2 Section 4</a></p>
-      <p class="toc2"><a href="#item5">1.2 Section 5</a></p>
-      <p class="toc3"><a href="#item6">1.2.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">1.2.2 Section 7</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h2 id="item2">Section 2</h2>
-    <p>Content 2 A</p>
-    <p>Content 2 B</p>
-    <h3 id="item3">Section 3</h3>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-    <h3 id="item4">Section 4</h3>
-    <p>Content 4 A</p>
-    <p>Content 4 B</p>
-    <h2 id="item5">Section 5</h2>
-    <p>Content 5 A</p>
-    <p>Content 5 B</p>
-    <h3 id="item6">Section 6</h3>
-    <p>Content 6 A</p>
-    <p>Content 6 B</p>
-    <h3 id="item7">Section 7</h3>
-    <p>Content 7 A</p>
-    <p>Content 7 B</p>
-    <h1 id="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/deleteSection-inner03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-inner03-input.html b/Editor/tests/outline/deleteSection-inner03-input.html
deleted file mode 100644
index a9edd43..0000000
--- a/Editor/tests/outline/deleteSection-inner03-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    setupOutline([[2,2,2],0,0]);
-
-    Outline_deleteItem("item8");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/deleteSection-nested01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-nested01-expected.html b/Editor/tests/outline/deleteSection-nested01-expected.html
deleted file mode 100644
index 98f4c6b..0000000
--- a/Editor/tests/outline/deleteSection-nested01-expected.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item8">1 Section 8</a></p>
-      <p class="toc2"><a href="#item9">1.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.1.1 Section 10</a></p>
-      <p class="toc3"><a href="#item11">1.1.2 Section 11</a></p>
-      <p class="toc2"><a href="#item12">1.2 Section 12</a></p>
-      <p class="toc3"><a href="#item13">1.2.1 Section 13</a></p>
-      <p class="toc3"><a href="#item14">1.2.2 Section 14</a></p>
-      <p class="toc1"><a href="#item15">2 Section 15</a></p>
-      <p class="toc2"><a href="#item16">2.1 Section 16</a></p>
-      <p class="toc3"><a href="#item17">2.1.1 Section 17</a></p>
-      <p class="toc3"><a href="#item18">2.1.2 Section 18</a></p>
-      <p class="toc2"><a href="#item19">2.2 Section 19</a></p>
-      <p class="toc3"><a href="#item20">2.2.1 Section 20</a></p>
-      <p class="toc3"><a href="#item21">2.2.2 Section 21</a></p>
-    </nav>
-    <h1 id="item8">Section 8</h1>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h2 id="item9">Section 9</h2>
-    <p>Content 9 A</p>
-    <p>Content 9 B</p>
-    <h3 id="item10">Section 10</h3>
-    <p>Content 10 A</p>
-    <p>Content 10 B</p>
-    <h3 id="item11">Section 11</h3>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h2 id="item12">Section 12</h2>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-    <h3 id="item13">Section 13</h3>
-    <p>Content 13 A</p>
-    <p>Content 13 B</p>
-    <h3 id="item14">Section 14</h3>
-    <p>Content 14 A</p>
-    <p>Content 14 B</p>
-    <h1 id="item15">Section 15</h1>
-    <p>Content 15 A</p>
-    <p>Content 15 B</p>
-    <h2 id="item16">Section 16</h2>
-    <p>Content 16 A</p>
-    <p>Content 16 B</p>
-    <h3 id="item17">Section 17</h3>
-    <p>Content 17 A</p>
-    <p>Content 17 B</p>
-    <h3 id="item18">Section 18</h3>
-    <p>Content 18 A</p>
-    <p>Content 18 B</p>
-    <h2 id="item19">Section 19</h2>
-    <p>Content 19 A</p>
-    <p>Content 19 B</p>
-    <h3 id="item20">Section 20</h3>
-    <p>Content 20 A</p>
-    <p>Content 20 B</p>
-    <h3 id="item21">Section 21</h3>
-    <p>Content 21 A</p>
-    <p>Content 21 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/deleteSection-nested01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-nested01-input.html b/Editor/tests/outline/deleteSection-nested01-input.html
deleted file mode 100644
index 4f658cf..0000000
--- a/Editor/tests/outline/deleteSection-nested01-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    setupOutline([[2,2],[2,2],[2,2]]);
-
-    Outline_deleteItem("item1");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/deleteSection-nested02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-nested02-expected.html b/Editor/tests/outline/deleteSection-nested02-expected.html
deleted file mode 100644
index 6029daa..0000000
--- a/Editor/tests/outline/deleteSection-nested02-expected.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 Section 1</a></p>
-      <p class="toc2"><a href="#item2">1.1 Section 2</a></p>
-      <p class="toc3"><a href="#item3">1.1.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">1.1.2 Section 4</a></p>
-      <p class="toc2"><a href="#item5">1.2 Section 5</a></p>
-      <p class="toc3"><a href="#item6">1.2.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">1.2.2 Section 7</a></p>
-      <p class="toc1"><a href="#item15">2 Section 15</a></p>
-      <p class="toc2"><a href="#item16">2.1 Section 16</a></p>
-      <p class="toc3"><a href="#item17">2.1.1 Section 17</a></p>
-      <p class="toc3"><a href="#item18">2.1.2 Section 18</a></p>
-      <p class="toc2"><a href="#item19">2.2 Section 19</a></p>
-      <p class="toc3"><a href="#item20">2.2.1 Section 20</a></p>
-      <p class="toc3"><a href="#item21">2.2.2 Section 21</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h2 id="item2">Section 2</h2>
-    <p>Content 2 A</p>
-    <p>Content 2 B</p>
-    <h3 id="item3">Section 3</h3>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-    <h3 id="item4">Section 4</h3>
-    <p>Content 4 A</p>
-    <p>Content 4 B</p>
-    <h2 id="item5">Section 5</h2>
-    <p>Content 5 A</p>
-    <p>Content 5 B</p>
-    <h3 id="item6">Section 6</h3>
-    <p>Content 6 A</p>
-    <p>Content 6 B</p>
-    <h3 id="item7">Section 7</h3>
-    <p>Content 7 A</p>
-    <p>Content 7 B</p>
-    <h1 id="item15">Section 15</h1>
-    <p>Content 15 A</p>
-    <p>Content 15 B</p>
-    <h2 id="item16">Section 16</h2>
-    <p>Content 16 A</p>
-    <p>Content 16 B</p>
-    <h3 id="item17">Section 17</h3>
-    <p>Content 17 A</p>
-    <p>Content 17 B</p>
-    <h3 id="item18">Section 18</h3>
-    <p>Content 18 A</p>
-    <p>Content 18 B</p>
-    <h2 id="item19">Section 19</h2>
-    <p>Content 19 A</p>
-    <p>Content 19 B</p>
-    <h3 id="item20">Section 20</h3>
-    <p>Content 20 A</p>
-    <p>Content 20 B</p>
-    <h3 id="item21">Section 21</h3>
-    <p>Content 21 A</p>
-    <p>Content 21 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/8eda56a5/Editor/tests/outline/deleteSection-nested02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-nested02-input.html b/Editor/tests/outline/deleteSection-nested02-input.html
deleted file mode 100644
index 3f99354..0000000
--- a/Editor/tests/outline/deleteSection-nested02-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    setupOutline([[2,2],[2,2],[2,2]]);
-
-    Outline_deleteItem("item8");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>