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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList05b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList05b-input.html b/Editor/tests/lists/clearList05b-input.html
deleted file mode 100644
index 8a9b81a..0000000
--- a/Editor/tests/lists/clearList05b-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-}
-</script>
-</head>
-<body>
-<p>[Before</p>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-</ol>
-<p>After]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList06a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList06a-expected.html b/Editor/tests/lists/clearList06a-expected.html
deleted file mode 100644
index 90d5e01..0000000
--- a/Editor/tests/lists/clearList06a-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <p>One</p>
-    <p>Two</p>
-    <ol>
-      <li><p>First</p></li>
-      <li><p>Second</p></li>
-      <li><p>Third</p></li>
-    </ol>
-    <p>Three</p>
-    <p>After</p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList06a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList06a-input.html b/Editor/tests/lists/clearList06a-input.html
deleted file mode 100644
index 2e8c46f..0000000
--- a/Editor/tests/lists/clearList06a-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-}
-</script>
-</head>
-<body>
-<p>[Before</p>
-<ol>
-  <li><p>One</p></li>
-  <li><p>Two</p>
-    <ol>
-      <li><p>First</p></li>
-      <li><p>Second</p></li>
-      <li><p>Third</p></li>
-    </ol>
-  </li>
-  <li><p>Three</p></li>
-</ol>
-<p>After]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList06b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList06b-expected.html b/Editor/tests/lists/clearList06b-expected.html
deleted file mode 100644
index b1b0827..0000000
--- a/Editor/tests/lists/clearList06b-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <p>One</p>
-    <p>Two</p>
-    <ol>
-      <li>First</li>
-      <li>Second</li>
-      <li>Third</li>
-    </ol>
-    <p>Three</p>
-    <p>After</p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList06b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList06b-input.html b/Editor/tests/lists/clearList06b-input.html
deleted file mode 100644
index d7c450c..0000000
--- a/Editor/tests/lists/clearList06b-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-}
-</script>
-</head>
-<body>
-<p>[Before</p>
-<ol>
-  <li>One</li>
-  <li>Two
-    <ol>
-      <li>First</li>
-      <li>Second</li>
-      <li>Third</li>
-    </ol>
-  </li>
-  <li>Three</li>
-</ol>
-<p>After]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList07a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList07a-expected.html b/Editor/tests/lists/clearList07a-expected.html
deleted file mode 100644
index 47f0ab8..0000000
--- a/Editor/tests/lists/clearList07a-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>Two</p>
-        <p>First</p>
-        <p>Second</p>
-        <p>Third</p>
-      </li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList07b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList07b-expected.html b/Editor/tests/lists/clearList07b-expected.html
deleted file mode 100644
index 2d643bb..0000000
--- a/Editor/tests/lists/clearList07b-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>
-        Two
-        <p>First</p>
-        <p>Second</p>
-        <p>Third</p>
-      </li>
-      <li>Three</li>
-    </ol>
-  </body>
-</html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList08a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList08a-expected.html b/Editor/tests/lists/clearList08a-expected.html
deleted file mode 100644
index 8947345..0000000
--- a/Editor/tests/lists/clearList08a-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-    </ol>
-    <p>Two</p>
-    <ol>
-      <li><p>First</p></li>
-      <li><p>Second</p></li>
-      <li><p>Third</p></li>
-    </ol>
-    <p>Three</p>
-    <ol>
-      <li><p>Uno</p></li>
-      <li><p>Dos</p></li>
-      <li><p>Tres</p></li>
-    </ol>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList08a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList08a-input.html b/Editor/tests/lists/clearList08a-input.html
deleted file mode 100644
index 4994a6c..0000000
--- a/Editor/tests/lists/clearList08a-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li><p>Two</p>
-    <ol>
-      <li><p>First</p></li>
-      <li><p>[Second</p></li>
-      <li><p>Third</p></li>
-    </ol>
-  </li>
-  <li><p>Three</p>
-    <ol>
-      <li><p>Uno</p></li>
-      <li><p>Dos]</p></li>
-      <li><p>Tres</p></li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList08b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList08b-expected.html b/Editor/tests/lists/clearList08b-expected.html
deleted file mode 100644
index b7946a6..0000000
--- a/Editor/tests/lists/clearList08b-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-    </ol>
-    <p>Two</p>
-    <ol>
-      <li>First</li>
-      <li>Second</li>
-      <li>Third</li>
-    </ol>
-    <p>Three</p>
-    <ol>
-      <li>Uno</li>
-      <li>Dos</li>
-      <li>Tres</li>
-    </ol>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList08b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList08b-input.html b/Editor/tests/lists/clearList08b-input.html
deleted file mode 100644
index 859b022..0000000
--- a/Editor/tests/lists/clearList08b-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two
-    <ol>
-      <li>First</li>
-      <li>[Second</li>
-      <li>Third</li>
-    </ol>
-  </li>
-  <li>Three
-    <ol>
-      <li>Uno</li>
-      <li>Dos]</li>
-      <li>Tres</li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList09a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList09a-expected.html b/Editor/tests/lists/clearList09a-expected.html
deleted file mode 100644
index 21ee85b..0000000
--- a/Editor/tests/lists/clearList09a-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-    </ol>
-    <p>
-      []
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList09a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList09a-input.html b/Editor/tests/lists/clearList09a-input.html
deleted file mode 100644
index cc9da12..0000000
--- a/Editor/tests/lists/clearList09a-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    Cursor_insertCharacter("One");
-    Cursor_enterPressed();
-    Cursor_insertCharacter("Two");
-    Cursor_enterPressed();
-    Lists_clearList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList09b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList09b-expected.html b/Editor/tests/lists/clearList09b-expected.html
deleted file mode 100644
index 3189ee1..0000000
--- a/Editor/tests/lists/clearList09b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-    </ol>
-    <p>End[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList09b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList09b-input.html b/Editor/tests/lists/clearList09b-input.html
deleted file mode 100644
index 8cb983c..0000000
--- a/Editor/tests/lists/clearList09b-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    Cursor_insertCharacter("One");
-    Cursor_enterPressed();
-    Cursor_insertCharacter("Two");
-    Cursor_enterPressed();
-    Lists_clearList();
-    Cursor_insertCharacter("End");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList10a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList10a-expected.html b/Editor/tests/lists/clearList10a-expected.html
deleted file mode 100644
index f33642c..0000000
--- a/Editor/tests/lists/clearList10a-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-    </ol>
-    <p>
-      []
-      <br/>
-    </p>
-    <ol>
-      <li>Four</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList10a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList10a-input.html b/Editor/tests/lists/clearList10a-input.html
deleted file mode 100644
index ca2e59f..0000000
--- a/Editor/tests/lists/clearList10a-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>[]</li>
-  <li>Four</li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList10b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList10b-expected.html b/Editor/tests/lists/clearList10b-expected.html
deleted file mode 100644
index cd1bd22..0000000
--- a/Editor/tests/lists/clearList10b-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-    </ol>
-    <p>
-      Three
-      <b>bold</b>
-      normal[]
-    </p>
-    <ol>
-      <li>Four</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList10b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList10b-input.html b/Editor/tests/lists/clearList10b-input.html
deleted file mode 100644
index 4f6b4b5..0000000
--- a/Editor/tests/lists/clearList10b-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three <b>bold</b> normal[]</li>
-  <li>Four</li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList10c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList10c-expected.html b/Editor/tests/lists/clearList10c-expected.html
deleted file mode 100644
index d045867..0000000
--- a/Editor/tests/lists/clearList10c-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-    </ol>
-    <p>
-      [Three
-      <b>bold</b>
-      normal]
-    </p>
-    <ol>
-      <li>Four</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList10c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList10c-input.html b/Editor/tests/lists/clearList10c-input.html
deleted file mode 100644
index 5e91d6f..0000000
--- a/Editor/tests/lists/clearList10c-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>[Three <b>bold</b> normal]</li>
-  <li>Four</li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList10d-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList10d-expected.html b/Editor/tests/lists/clearList10d-expected.html
deleted file mode 100644
index 0df55d3..0000000
--- a/Editor/tests/lists/clearList10d-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-    </ol>
-    <p>[AAA</p>
-    <p>BBB</p>
-    <p>CCC]</p>
-    <ol>
-      <li>Four</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList10d-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList10d-input.html b/Editor/tests/lists/clearList10d-input.html
deleted file mode 100644
index e02000f..0000000
--- a/Editor/tests/lists/clearList10d-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>[AAA <p>BBB</p> CCC]</li>
-  <li>Four</li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList10e-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList10e-expected.html b/Editor/tests/lists/clearList10e-expected.html
deleted file mode 100644
index 0e00768..0000000
--- a/Editor/tests/lists/clearList10e-expected.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-    </ol>
-    <p>
-      [AAA
-      <b>BBB</b>
-      CCC
-    </p>
-    <p>DDD</p>
-    <p>
-      EEE
-      <i>FFF</i>
-      GGG
-    </p>
-    <p>HHH</p>
-    <p>III</p>
-    <p>
-      JJJ
-      <u>KKK</u>
-      LLL]
-    </p>
-    <ol>
-      <li>Four</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList10e-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList10e-input.html b/Editor/tests/lists/clearList10e-input.html
deleted file mode 100644
index 634a141..0000000
--- a/Editor/tests/lists/clearList10e-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>[AAA <b>BBB</b> CCC
-       <p>DDD</p>
-       EEE <i>FFF</i> GGG
-       <p>HHH</p>
-       <p>III</p>
-       JJJ <u>KKK</u> LLL]
-  </li>
-  <li>Four</li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList11a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList11a-expected.html b/Editor/tests/lists/clearList11a-expected.html
deleted file mode 100644
index 737d6b9..0000000
--- a/Editor/tests/lists/clearList11a-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First</p>
-    <p>
-      Before
-      <b>middle</b>
-      after
-    </p>
-    <p>Last</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList11a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList11a-input.html b/Editor/tests/lists/clearList11a-input.html
deleted file mode 100644
index 945a30f..0000000
--- a/Editor/tests/lists/clearList11a-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-}
-</script>
-</head>
-<body>
-<p>First</p>
-<ul>
-  <li><p>Befo[]re <b>middle</b> after</p></li>
-</ul>
-<p>Last</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList11b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList11b-expected.html b/Editor/tests/lists/clearList11b-expected.html
deleted file mode 100644
index 737d6b9..0000000
--- a/Editor/tests/lists/clearList11b-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First</p>
-    <p>
-      Before
-      <b>middle</b>
-      after
-    </p>
-    <p>Last</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList11b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList11b-input.html b/Editor/tests/lists/clearList11b-input.html
deleted file mode 100644
index 5baca29..0000000
--- a/Editor/tests/lists/clearList11b-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-}
-</script>
-</head>
-<body>
-<p>First</p>
-<ul>
-  <li><p>Before <b>mid[]dle</b> after</p></li>
-</ul>
-<p>Last</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList11c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList11c-expected.html b/Editor/tests/lists/clearList11c-expected.html
deleted file mode 100644
index 737d6b9..0000000
--- a/Editor/tests/lists/clearList11c-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First</p>
-    <p>
-      Before
-      <b>middle</b>
-      after
-    </p>
-    <p>Last</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/clearList11c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/clearList11c-input.html b/Editor/tests/lists/clearList11c-input.html
deleted file mode 100644
index c3a7354..0000000
--- a/Editor/tests/lists/clearList11c-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-}
-</script>
-</head>
-<body>
-<p>First</p>
-<ul>
-  <li><p>Before <b>middle</b> af[]ter</p></li>
-</ul>
-<p>Last</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero01a-expected.html b/Editor/tests/lists/decrease-flat-tozero01a-expected.html
deleted file mode 100644
index f6898b7..0000000
--- a/Editor/tests/lists/decrease-flat-tozero01a-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One]</p>
-    <ol>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero01a-input.html b/Editor/tests/lists/decrease-flat-tozero01a-input.html
deleted file mode 100644
index 94dbbb0..0000000
--- a/Editor/tests/lists/decrease-flat-tozero01a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>[One]</p></li>
-  <li><p>Two</p></li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero01b-expected.html b/Editor/tests/lists/decrease-flat-tozero01b-expected.html
deleted file mode 100644
index be31f51..0000000
--- a/Editor/tests/lists/decrease-flat-tozero01b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One]</p>
-    <ol>
-      <li>Two</li>
-      <li>Three</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero01b-input.html b/Editor/tests/lists/decrease-flat-tozero01b-input.html
deleted file mode 100644
index bc7efd7..0000000
--- a/Editor/tests/lists/decrease-flat-tozero01b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>[One]</li>
-  <li>Two</li>
-  <li>Three</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero02a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero02a-expected.html b/Editor/tests/lists/decrease-flat-tozero02a-expected.html
deleted file mode 100644
index d13aaf7..0000000
--- a/Editor/tests/lists/decrease-flat-tozero02a-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-    </ol>
-    <p>[Two]</p>
-    <ol>
-      <li><p>Three</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero02a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero02a-input.html b/Editor/tests/lists/decrease-flat-tozero02a-input.html
deleted file mode 100644
index a65b19d..0000000
--- a/Editor/tests/lists/decrease-flat-tozero02a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li><p>[Two]</p></li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero02b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero02b-expected.html b/Editor/tests/lists/decrease-flat-tozero02b-expected.html
deleted file mode 100644
index 088eaba..0000000
--- a/Editor/tests/lists/decrease-flat-tozero02b-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-    </ol>
-    <p>[Two]</p>
-    <ol>
-      <li>Three</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero02b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero02b-input.html b/Editor/tests/lists/decrease-flat-tozero02b-input.html
deleted file mode 100644
index da9b328..0000000
--- a/Editor/tests/lists/decrease-flat-tozero02b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>[Two]</li>
-  <li>Three</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero03a-expected.html b/Editor/tests/lists/decrease-flat-tozero03a-expected.html
deleted file mode 100644
index 07f7ae8..0000000
--- a/Editor/tests/lists/decrease-flat-tozero03a-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-    </ol>
-    <p>[Three]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero03a-input.html b/Editor/tests/lists/decrease-flat-tozero03a-input.html
deleted file mode 100644
index 21b934f..0000000
--- a/Editor/tests/lists/decrease-flat-tozero03a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li><p>Two</p></li>
-  <li><p>[Three]</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero03b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero03b-expected.html b/Editor/tests/lists/decrease-flat-tozero03b-expected.html
deleted file mode 100644
index 0c8f0a1..0000000
--- a/Editor/tests/lists/decrease-flat-tozero03b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-    </ol>
-    <p>[Three]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero03b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero03b-input.html b/Editor/tests/lists/decrease-flat-tozero03b-input.html
deleted file mode 100644
index 5d83af9..0000000
--- a/Editor/tests/lists/decrease-flat-tozero03b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>[Three]</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero04a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero04a-expected.html b/Editor/tests/lists/decrease-flat-tozero04a-expected.html
deleted file mode 100644
index ca3257c..0000000
--- a/Editor/tests/lists/decrease-flat-tozero04a-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <p>Two</p>
-    <p>Three]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero04a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero04a-input.html b/Editor/tests/lists/decrease-flat-tozero04a-input.html
deleted file mode 100644
index 6becf67..0000000
--- a/Editor/tests/lists/decrease-flat-tozero04a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>[One</p></li>
-  <li><p>Two</p></li>
-  <li><p>Three]</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero04b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero04b-expected.html b/Editor/tests/lists/decrease-flat-tozero04b-expected.html
deleted file mode 100644
index ca3257c..0000000
--- a/Editor/tests/lists/decrease-flat-tozero04b-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <p>Two</p>
-    <p>Three]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-flat-tozero04b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-flat-tozero04b-input.html b/Editor/tests/lists/decrease-flat-tozero04b-input.html
deleted file mode 100644
index 952ef74..0000000
--- a/Editor/tests/lists/decrease-flat-tozero04b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>[One</li>
-  <li>Two</li>
-  <li>Three]</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone01a-expected.html b/Editor/tests/lists/decrease-nested-toone01a-expected.html
deleted file mode 100644
index dd582d8..0000000
--- a/Editor/tests/lists/decrease-nested-toone01a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>[Two]</p>
-        <ol>
-          <li><p>Three</p></li>
-          <li><p>Four</p></li>
-        </ol>
-      </li>
-      <li><p>Five</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone01a-input.html b/Editor/tests/lists/decrease-nested-toone01a-input.html
deleted file mode 100644
index 1e949f7..0000000
--- a/Editor/tests/lists/decrease-nested-toone01a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>One</p>
-    <ol>
-      <li><p>[Two]</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-    </ol>
-  </li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone01b-expected.html b/Editor/tests/lists/decrease-nested-toone01b-expected.html
deleted file mode 100644
index 5dc18c1..0000000
--- a/Editor/tests/lists/decrease-nested-toone01b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>
-        [Two]
-        <ol>
-          <li>Three</li>
-          <li>Four</li>
-        </ol>
-      </li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone01b-input.html b/Editor/tests/lists/decrease-nested-toone01b-input.html
deleted file mode 100644
index 5d6b2b0..0000000
--- a/Editor/tests/lists/decrease-nested-toone01b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    One
-    <ol>
-      <li>[Two]</li>
-      <li>Three</li>
-      <li>Four</li>
-    </ol>
-  </li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone02a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone02a-expected.html b/Editor/tests/lists/decrease-nested-toone02a-expected.html
deleted file mode 100644
index 97f4532..0000000
--- a/Editor/tests/lists/decrease-nested-toone02a-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>
-        <p>One</p>
-        <ol>
-          <li><p>Two</p></li>
-        </ol>
-      </li>
-      <li>
-        <p>[Three]</p>
-        <ol>
-          <li><p>Four</p></li>
-        </ol>
-      </li>
-      <li><p>Five</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone02a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone02a-input.html b/Editor/tests/lists/decrease-nested-toone02a-input.html
deleted file mode 100644
index 3239fb4..0000000
--- a/Editor/tests/lists/decrease-nested-toone02a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>One</p>
-    <ol>
-      <li><p>Two</p></li>
-      <li><p>[Three]</p></li>
-      <li><p>Four</p></li>
-    </ol>
-  </li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone02b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone02b-expected.html b/Editor/tests/lists/decrease-nested-toone02b-expected.html
deleted file mode 100644
index d68fbea..0000000
--- a/Editor/tests/lists/decrease-nested-toone02b-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>
-        One
-        <ol>
-          <li>Two</li>
-        </ol>
-      </li>
-      <li>
-        [Three]
-        <ol>
-          <li>Four</li>
-        </ol>
-      </li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone02b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone02b-input.html b/Editor/tests/lists/decrease-nested-toone02b-input.html
deleted file mode 100644
index 17cf27a..0000000
--- a/Editor/tests/lists/decrease-nested-toone02b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    One
-    <ol>
-      <li>Two</li>
-      <li>[Three]</li>
-      <li>Four</li>
-    </ol>
-  </li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone03a-expected.html b/Editor/tests/lists/decrease-nested-toone03a-expected.html
deleted file mode 100644
index f9b5f0b..0000000
--- a/Editor/tests/lists/decrease-nested-toone03a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>
-        <p>One</p>
-        <ol>
-          <li><p>Two</p></li>
-          <li><p>Three</p></li>
-        </ol>
-      </li>
-      <li><p>[Four]</p></li>
-      <li><p>Five</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone03a-input.html b/Editor/tests/lists/decrease-nested-toone03a-input.html
deleted file mode 100644
index 514880d..0000000
--- a/Editor/tests/lists/decrease-nested-toone03a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>One</p>
-    <ol>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li><p>[Four]</p></li>
-    </ol>
-  </li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone03b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone03b-expected.html b/Editor/tests/lists/decrease-nested-toone03b-expected.html
deleted file mode 100644
index 94ae48a..0000000
--- a/Editor/tests/lists/decrease-nested-toone03b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>
-        One
-        <ol>
-          <li>Two</li>
-          <li>Three</li>
-        </ol>
-      </li>
-      <li>[Four]</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone03b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone03b-input.html b/Editor/tests/lists/decrease-nested-toone03b-input.html
deleted file mode 100644
index ad6a366..0000000
--- a/Editor/tests/lists/decrease-nested-toone03b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    One
-    <ol>
-      <li>Two</li>
-      <li>Three</li>
-      <li>[Four]</li>
-    </ol>
-  </li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone04a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone04a-expected.html b/Editor/tests/lists/decrease-nested-toone04a-expected.html
deleted file mode 100644
index ccd7c67..0000000
--- a/Editor/tests/lists/decrease-nested-toone04a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>[Two</p></li>
-      <li>
-        <p>Three]</p>
-        <ol>
-          <li><p>Four</p></li>
-        </ol>
-      </li>
-      <li><p>Five</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone04a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone04a-input.html b/Editor/tests/lists/decrease-nested-toone04a-input.html
deleted file mode 100644
index dd368f1..0000000
--- a/Editor/tests/lists/decrease-nested-toone04a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>One</p>
-    <ol>
-      <li><p>[Two</p></li>
-      <li><p>Three]</p></li>
-      <li><p>Four</p></li>
-    </ol>
-  </li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone04b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone04b-expected.html b/Editor/tests/lists/decrease-nested-toone04b-expected.html
deleted file mode 100644
index 3783f4a..0000000
--- a/Editor/tests/lists/decrease-nested-toone04b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>[Two</li>
-      <li>
-        Three]
-        <ol>
-          <li>Four</li>
-        </ol>
-      </li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone04b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone04b-input.html b/Editor/tests/lists/decrease-nested-toone04b-input.html
deleted file mode 100644
index 4ef6b71..0000000
--- a/Editor/tests/lists/decrease-nested-toone04b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    One
-    <ol>
-      <li>[Two</li>
-      <li>Three]</li>
-      <li>Four</li>
-    </ol>
-  </li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone05a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone05a-expected.html b/Editor/tests/lists/decrease-nested-toone05a-expected.html
deleted file mode 100644
index 2dbf1cc..0000000
--- a/Editor/tests/lists/decrease-nested-toone05a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>
-        <p>One</p>
-        <ol>
-          <li><p>Two</p></li>
-        </ol>
-      </li>
-      <li><p>[Three</p></li>
-      <li><p>Four]</p></li>
-      <li><p>Five</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone05a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone05a-input.html b/Editor/tests/lists/decrease-nested-toone05a-input.html
deleted file mode 100644
index 2d93b15..0000000
--- a/Editor/tests/lists/decrease-nested-toone05a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>One</p>
-    <ol>
-      <li><p>Two</p></li>
-      <li><p>[Three</p></li>
-      <li><p>Four]</p></li>
-    </ol>
-  </li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone05b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone05b-expected.html b/Editor/tests/lists/decrease-nested-toone05b-expected.html
deleted file mode 100644
index 916515d..0000000
--- a/Editor/tests/lists/decrease-nested-toone05b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>
-        One
-        <ol>
-          <li>Two</li>
-        </ol>
-      </li>
-      <li>[Three</li>
-      <li>Four]</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone05b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone05b-input.html b/Editor/tests/lists/decrease-nested-toone05b-input.html
deleted file mode 100644
index 8390906..0000000
--- a/Editor/tests/lists/decrease-nested-toone05b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    One
-    <ol>
-      <li>Two</li>
-      <li>[Three</li>
-      <li>Four]</li>
-    </ol>
-  </li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone06a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone06a-expected.html b/Editor/tests/lists/decrease-nested-toone06a-expected.html
deleted file mode 100644
index f1577fd..0000000
--- a/Editor/tests/lists/decrease-nested-toone06a-expected.html
+++ /dev/null
@@ -1,12 +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>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone06a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone06a-input.html b/Editor/tests/lists/decrease-nested-toone06a-input.html
deleted file mode 100644
index a9ab50d..0000000
--- a/Editor/tests/lists/decrease-nested-toone06a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>One</p>
-    <ol>
-      <li><p>[Two</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four]</p></li>
-    </ol>
-  </li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone06b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone06b-expected.html b/Editor/tests/lists/decrease-nested-toone06b-expected.html
deleted file mode 100644
index 24fa94e..0000000
--- a/Editor/tests/lists/decrease-nested-toone06b-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>[Two</li>
-      <li>Three</li>
-      <li>Four]</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-toone06b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-toone06b-input.html b/Editor/tests/lists/decrease-nested-toone06b-input.html
deleted file mode 100644
index 227b52a..0000000
--- a/Editor/tests/lists/decrease-nested-toone06b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    One
-    <ol>
-      <li>[Two</li>
-      <li>Three</li>
-      <li>Four]</li>
-    </ol>
-  </li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero01a-expected.html b/Editor/tests/lists/decrease-nested-tozero01a-expected.html
deleted file mode 100644
index c7ad61d..0000000
--- a/Editor/tests/lists/decrease-nested-tozero01a-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <ol>
-      <li>
-        <p>Two</p>
-        <ol>
-          <li>
-            <p>Three</p>
-            <ol>
-              <li>
-                <p>Four</p>
-                <ol>
-                  <li><p>Five]</p></li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero01a-input.html b/Editor/tests/lists/decrease-nested-tozero01a-input.html
deleted file mode 100644
index bd48cde..0000000
--- a/Editor/tests/lists/decrease-nested-tozero01a-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 1; i++)
-        Lists_decreaseIndent();
-
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>[One</p>
-    <ol>
-      <li>
-        <p>Two</p>
-        <ol>
-          <li>
-            <p>Three</p>
-            <ol>
-              <li>
-                <p>Four</p>
-                <ol>
-                  <li><p>Five]</p></li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero01b-expected.html b/Editor/tests/lists/decrease-nested-tozero01b-expected.html
deleted file mode 100644
index 8f70ea1..0000000
--- a/Editor/tests/lists/decrease-nested-tozero01b-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <ol>
-      <li>
-        Two
-        <ol>
-          <li>
-            Three
-            <ol>
-              <li>
-                Four
-                <ol>
-                  <li>Five]</li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero01b-input.html b/Editor/tests/lists/decrease-nested-tozero01b-input.html
deleted file mode 100644
index cce3f14..0000000
--- a/Editor/tests/lists/decrease-nested-tozero01b-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 1; i++)
-        Lists_decreaseIndent();
-
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    [One
-    <ol>
-      <li>
-        Two
-        <ol>
-          <li>
-            Three
-            <ol>
-              <li>
-                Four
-                <ol>
-                  <li>Five]</li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero02a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero02a-expected.html b/Editor/tests/lists/decrease-nested-tozero02a-expected.html
deleted file mode 100644
index bfce678..0000000
--- a/Editor/tests/lists/decrease-nested-tozero02a-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <p>Two</p>
-    <ol>
-      <li>
-        <p>Three</p>
-        <ol>
-          <li>
-            <p>Four</p>
-            <ol>
-              <li><p>Five]</p></li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero02a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero02a-input.html b/Editor/tests/lists/decrease-nested-tozero02a-input.html
deleted file mode 100644
index 4f1ecd0..0000000
--- a/Editor/tests/lists/decrease-nested-tozero02a-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 2; i++)
-        Lists_decreaseIndent();
-
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>[One</p>
-    <ol>
-      <li>
-        <p>Two</p>
-        <ol>
-          <li>
-            <p>Three</p>
-            <ol>
-              <li>
-                <p>Four</p>
-                <ol>
-                  <li><p>Five]</p></li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero02b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero02b-expected.html b/Editor/tests/lists/decrease-nested-tozero02b-expected.html
deleted file mode 100644
index dd2ff11..0000000
--- a/Editor/tests/lists/decrease-nested-tozero02b-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <p>Two</p>
-    <ol>
-      <li>
-        Three
-        <ol>
-          <li>
-            Four
-            <ol>
-              <li>Five]</li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero02b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero02b-input.html b/Editor/tests/lists/decrease-nested-tozero02b-input.html
deleted file mode 100644
index 811abeb..0000000
--- a/Editor/tests/lists/decrease-nested-tozero02b-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 2; i++)
-        Lists_decreaseIndent();
-
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    [One
-    <ol>
-      <li>
-        Two
-        <ol>
-          <li>
-            Three
-            <ol>
-              <li>
-                Four
-                <ol>
-                  <li>Five]</li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero03a-expected.html b/Editor/tests/lists/decrease-nested-tozero03a-expected.html
deleted file mode 100644
index 6ff3a1b..0000000
--- a/Editor/tests/lists/decrease-nested-tozero03a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <p>Two</p>
-    <p>Three</p>
-    <ol>
-      <li>
-        <p>Four</p>
-        <ol>
-          <li><p>Five]</p></li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero03a-input.html b/Editor/tests/lists/decrease-nested-tozero03a-input.html
deleted file mode 100644
index 141b43e..0000000
--- a/Editor/tests/lists/decrease-nested-tozero03a-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 3; i++)
-        Lists_decreaseIndent();
-
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>[One</p>
-    <ol>
-      <li>
-        <p>Two</p>
-        <ol>
-          <li>
-            <p>Three</p>
-            <ol>
-              <li>
-                <p>Four</p>
-                <ol>
-                  <li><p>Five]</p></li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero03b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero03b-expected.html b/Editor/tests/lists/decrease-nested-tozero03b-expected.html
deleted file mode 100644
index 377d3aa..0000000
--- a/Editor/tests/lists/decrease-nested-tozero03b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <p>Two</p>
-    <p>Three</p>
-    <ol>
-      <li>
-        Four
-        <ol>
-          <li>Five]</li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero03b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero03b-input.html b/Editor/tests/lists/decrease-nested-tozero03b-input.html
deleted file mode 100644
index 0fafea6..0000000
--- a/Editor/tests/lists/decrease-nested-tozero03b-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 3; i++)
-        Lists_decreaseIndent();
-
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    [One
-    <ol>
-      <li>
-        Two
-        <ol>
-          <li>
-            Three
-            <ol>
-              <li>
-                Four
-                <ol>
-                  <li>Five]</li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero04a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero04a-expected.html b/Editor/tests/lists/decrease-nested-tozero04a-expected.html
deleted file mode 100644
index e44a924..0000000
--- a/Editor/tests/lists/decrease-nested-tozero04a-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <p>Two</p>
-    <p>Three</p>
-    <p>Four</p>
-    <ol>
-      <li><p>Five]</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero04a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero04a-input.html b/Editor/tests/lists/decrease-nested-tozero04a-input.html
deleted file mode 100644
index 3bb92b5..0000000
--- a/Editor/tests/lists/decrease-nested-tozero04a-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 4; i++)
-        Lists_decreaseIndent();
-
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>[One</p>
-    <ol>
-      <li>
-        <p>Two</p>
-        <ol>
-          <li>
-            <p>Three</p>
-            <ol>
-              <li>
-                <p>Four</p>
-                <ol>
-                  <li><p>Five]</p></li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero04b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero04b-expected.html b/Editor/tests/lists/decrease-nested-tozero04b-expected.html
deleted file mode 100644
index 7b4c5e1..0000000
--- a/Editor/tests/lists/decrease-nested-tozero04b-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <p>Two</p>
-    <p>Three</p>
-    <p>Four</p>
-    <ol>
-      <li>Five]</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero04b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero04b-input.html b/Editor/tests/lists/decrease-nested-tozero04b-input.html
deleted file mode 100644
index d63bbc1..0000000
--- a/Editor/tests/lists/decrease-nested-tozero04b-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 4; i++)
-        Lists_decreaseIndent();
-
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    [One
-    <ol>
-      <li>
-        Two
-        <ol>
-          <li>
-            Three
-            <ol>
-              <li>
-                Four
-                <ol>
-                  <li>Five]</li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero05a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero05a-expected.html b/Editor/tests/lists/decrease-nested-tozero05a-expected.html
deleted file mode 100644
index 2aba8f5..0000000
--- a/Editor/tests/lists/decrease-nested-tozero05a-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></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/f4102a1c/Editor/tests/lists/decrease-nested-tozero05a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero05a-input.html b/Editor/tests/lists/decrease-nested-tozero05a-input.html
deleted file mode 100644
index 8f97f92..0000000
--- a/Editor/tests/lists/decrease-nested-tozero05a-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 5; i++)
-        Lists_decreaseIndent();
-
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>[One</p>
-    <ol>
-      <li>
-        <p>Two</p>
-        <ol>
-          <li>
-            <p>Three</p>
-            <ol>
-              <li>
-                <p>Four</p>
-                <ol>
-                  <li><p>Five]</p></li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested-tozero05b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero05b-expected.html b/Editor/tests/lists/decrease-nested-tozero05b-expected.html
deleted file mode 100644
index 2aba8f5..0000000
--- a/Editor/tests/lists/decrease-nested-tozero05b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></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/f4102a1c/Editor/tests/lists/decrease-nested-tozero05b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested-tozero05b-input.html b/Editor/tests/lists/decrease-nested-tozero05b-input.html
deleted file mode 100644
index 06dd605..0000000
--- a/Editor/tests/lists/decrease-nested-tozero05b-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 5; i++)
-        Lists_decreaseIndent();
-
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    [One
-    <ol>
-      <li>
-        Two
-        <ol>
-          <li>
-            Three
-            <ol>
-              <li>
-                Four
-                <ol>
-                  <li>Five]</li>
-                </ol>
-              </li>
-            </ol>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested01a-input.html b/Editor/tests/lists/decrease-nested01a-input.html
deleted file mode 100644
index 97f0bfa..0000000
--- a/Editor/tests/lists/decrease-nested01a-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>One</p>
-    <ol>
-      <li><p>[Two]</p></li>
-    </ol>
-  </li>
-  <li><p>Three</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested01b-expected.html b/Editor/tests/lists/decrease-nested01b-expected.html
deleted file mode 100644
index b7f9d0e..0000000
--- a/Editor/tests/lists/decrease-nested01b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>[Two]</li>
-      <li>Three</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested01b-input.html b/Editor/tests/lists/decrease-nested01b-input.html
deleted file mode 100644
index 3c368e3..0000000
--- a/Editor/tests/lists/decrease-nested01b-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    One
-    <ol>
-      <li>[Two]</li>
-    </ol>
-  </li>
-  <li>Three</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested02a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested02a-expected.html b/Editor/tests/lists/decrease-nested02a-expected.html
deleted file mode 100644
index 5e7703c..0000000
--- a/Editor/tests/lists/decrease-nested02a-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li><p>[Three]</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested02a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested02a-input.html b/Editor/tests/lists/decrease-nested02a-input.html
deleted file mode 100644
index 55e00cf..0000000
--- a/Editor/tests/lists/decrease-nested02a-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li>
-    <p>Two</p>
-    <ol>
-      <li><p>[Three]</p></li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested02b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested02b-expected.html b/Editor/tests/lists/decrease-nested02b-expected.html
deleted file mode 100644
index 873d04a..0000000
--- a/Editor/tests/lists/decrease-nested02b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>[Three]</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested02b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested02b-input.html b/Editor/tests/lists/decrease-nested02b-input.html
deleted file mode 100644
index dbbf099..0000000
--- a/Editor/tests/lists/decrease-nested02b-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>
-    Two
-    <ol>
-      <li>[Three]</li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested03a-expected.html b/Editor/tests/lists/decrease-nested03a-expected.html
deleted file mode 100644
index 64ac428..0000000
--- a/Editor/tests/lists/decrease-nested03a-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>[Two</p></li>
-      <li><p>Three]</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested03a-input.html b/Editor/tests/lists/decrease-nested03a-input.html
deleted file mode 100644
index 59b318e..0000000
--- a/Editor/tests/lists/decrease-nested03a-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>One</p>
-    <ol>
-      <li><p>[Two</p></li>
-      <li><p>Three]</p></li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested03b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested03b-expected.html b/Editor/tests/lists/decrease-nested03b-expected.html
deleted file mode 100644
index ef6ceae..0000000
--- a/Editor/tests/lists/decrease-nested03b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>[Two</li>
-      <li>Three]</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested03b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested03b-input.html b/Editor/tests/lists/decrease-nested03b-input.html
deleted file mode 100644
index 4b7548f..0000000
--- a/Editor/tests/lists/decrease-nested03b-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    One
-    <ol>
-      <li>[Two</li>
-      <li>Three]</li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested04a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested04a-input.html b/Editor/tests/lists/decrease-nested04a-input.html
deleted file mode 100644
index 68b75b2..0000000
--- a/Editor/tests/lists/decrease-nested04a-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>[One</p>
-    <ol>
-      <li><p>Two</p></li>
-      <li><p>Three]</p></li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested04b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested04b-expected.html b/Editor/tests/lists/decrease-nested04b-expected.html
deleted file mode 100644
index 24f6d7e..0000000
--- a/Editor/tests/lists/decrease-nested04b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <ol>
-      <li>Two</li>
-      <li>Three]</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested04b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested04b-input.html b/Editor/tests/lists/decrease-nested04b-input.html
deleted file mode 100644
index 563a730..0000000
--- a/Editor/tests/lists/decrease-nested04b-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    [One
-    <ol>
-      <li>Two</li>
-      <li>Three]</li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested05a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested05a-expected.html b/Editor/tests/lists/decrease-nested05a-expected.html
deleted file mode 100644
index 1026cfe..0000000
--- a/Editor/tests/lists/decrease-nested05a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>
-        <p>One</p>
-        <ol>
-          <li><p>Two</p></li>
-          <li><p>[Three</p></li>
-          <li><p>Four]</p></li>
-          <li><p>Five</p></li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested05b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested05b-expected.html b/Editor/tests/lists/decrease-nested05b-expected.html
deleted file mode 100644
index a3e95ee..0000000
--- a/Editor/tests/lists/decrease-nested05b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>
-        One
-        <ol>
-          <li>Two</li>
-          <li>[Three</li>
-          <li>Four]</li>
-          <li>Five</li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested05b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested05b-input.html b/Editor/tests/lists/decrease-nested05b-input.html
deleted file mode 100644
index bf66bd2..0000000
--- a/Editor/tests/lists/decrease-nested05b-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    One
-    <ol>
-      <li>
-        Two
-        <ol>
-          <li>[Three</li>
-          <li>Four]</li>
-        </ol>
-      </li>
-      <li>Five</li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested06a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested06a-expected.html b/Editor/tests/lists/decrease-nested06a-expected.html
deleted file mode 100644
index 227bae5..0000000
--- a/Editor/tests/lists/decrease-nested06a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>[Two</p>
-        <ol>
-          <li><p>Three</p></li>
-          <li><p>Four</p></li>
-          <li><p>Five]</p></li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested06a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested06a-input.html b/Editor/tests/lists/decrease-nested06a-input.html
deleted file mode 100644
index 2d36595..0000000
--- a/Editor/tests/lists/decrease-nested06a-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>One</p>
-    <ol>
-      <li>
-        <p>[Two</p>
-        <ol>
-          <li><p>Three</p></li>
-          <li><p>Four</p></li>
-          <li><p>Five]</p></li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested06b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested06b-expected.html b/Editor/tests/lists/decrease-nested06b-expected.html
deleted file mode 100644
index 48a781c..0000000
--- a/Editor/tests/lists/decrease-nested06b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>
-        [Two
-        <ol>
-          <li>Three</li>
-          <li>Four</li>
-          <li>Five]</li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested06b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested06b-input.html b/Editor/tests/lists/decrease-nested06b-input.html
deleted file mode 100644
index ea2321a..0000000
--- a/Editor/tests/lists/decrease-nested06b-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    One
-    <ol>
-      <li>
-        [Two
-        <ol>
-          <li>Three</li>
-          <li>Four</li>
-          <li>Five]</li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested07a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested07a-expected.html b/Editor/tests/lists/decrease-nested07a-expected.html
deleted file mode 100644
index 5e95180..0000000
--- a/Editor/tests/lists/decrease-nested07a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <ol>
-      <li>
-        <p>Two</p>
-        <ol>
-          <li><p>Three</p></li>
-          <li><p>Four</p></li>
-          <li><p>Five]</p></li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested07a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested07a-input.html b/Editor/tests/lists/decrease-nested07a-input.html
deleted file mode 100644
index 565f95f..0000000
--- a/Editor/tests/lists/decrease-nested07a-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    <p>[One</p>
-    <ol>
-      <li>
-        <p>Two</p>
-        <ol>
-          <li><p>Three</p></li>
-          <li><p>Four</p></li>
-          <li><p>Five]</p></li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested07b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested07b-expected.html b/Editor/tests/lists/decrease-nested07b-expected.html
deleted file mode 100644
index 5ff2a90..0000000
--- a/Editor/tests/lists/decrease-nested07b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[One</p>
-    <ol>
-      <li>
-        Two
-        <ol>
-          <li>Three</li>
-          <li>Four</li>
-          <li>Five]</li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/lists/decrease-nested07b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/lists/decrease-nested07b-input.html b/Editor/tests/lists/decrease-nested07b-input.html
deleted file mode 100644
index 734780a..0000000
--- a/Editor/tests/lists/decrease-nested07b-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_decreaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>
-    [One
-    <ol>
-      <li>
-        Two
-        <ol>
-          <li>Three</li>
-          <li>Four</li>
-          <li>Five]</li>
-        </ol>
-      </li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>