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/16 12:57:48 UTC

[13/51] [partial] incubator-corinthia git commit: Added editorFramework in experiments.

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/decrease-nested01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested01a-input.html b/experiments/Editor/tests/lists/decrease-nested01a-input.html
deleted file mode 100644
index 97f0bfa..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested01b-expected.html b/experiments/Editor/tests/lists/decrease-nested01b-expected.html
deleted file mode 100644
index b7f9d0e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested01b-input.html b/experiments/Editor/tests/lists/decrease-nested01b-input.html
deleted file mode 100644
index 3c368e3..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested02a-expected.html b/experiments/Editor/tests/lists/decrease-nested02a-expected.html
deleted file mode 100644
index 5e7703c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested02a-input.html b/experiments/Editor/tests/lists/decrease-nested02a-input.html
deleted file mode 100644
index 55e00cf..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested02b-expected.html b/experiments/Editor/tests/lists/decrease-nested02b-expected.html
deleted file mode 100644
index 873d04a..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested02b-input.html b/experiments/Editor/tests/lists/decrease-nested02b-input.html
deleted file mode 100644
index dbbf099..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested03a-expected.html b/experiments/Editor/tests/lists/decrease-nested03a-expected.html
deleted file mode 100644
index 64ac428..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested03a-input.html b/experiments/Editor/tests/lists/decrease-nested03a-input.html
deleted file mode 100644
index 59b318e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested03b-expected.html b/experiments/Editor/tests/lists/decrease-nested03b-expected.html
deleted file mode 100644
index ef6ceae..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested03b-input.html b/experiments/Editor/tests/lists/decrease-nested03b-input.html
deleted file mode 100644
index 4b7548f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested04a-expected.html b/experiments/Editor/tests/lists/decrease-nested04a-expected.html
deleted file mode 100644
index 0c20332..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested04a-input.html b/experiments/Editor/tests/lists/decrease-nested04a-input.html
deleted file mode 100644
index 68b75b2..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested04b-expected.html b/experiments/Editor/tests/lists/decrease-nested04b-expected.html
deleted file mode 100644
index 24f6d7e..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested04b-input.html b/experiments/Editor/tests/lists/decrease-nested04b-input.html
deleted file mode 100644
index 563a730..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested05a-expected.html b/experiments/Editor/tests/lists/decrease-nested05a-expected.html
deleted file mode 100644
index 1026cfe..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested05a-input.html b/experiments/Editor/tests/lists/decrease-nested05a-input.html
deleted file mode 100644
index 8e157bc..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested05b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested05b-expected.html b/experiments/Editor/tests/lists/decrease-nested05b-expected.html
deleted file mode 100644
index a3e95ee..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested05b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested05b-input.html b/experiments/Editor/tests/lists/decrease-nested05b-input.html
deleted file mode 100644
index bf66bd2..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested06a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested06a-expected.html b/experiments/Editor/tests/lists/decrease-nested06a-expected.html
deleted file mode 100644
index 227bae5..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested06a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested06a-input.html b/experiments/Editor/tests/lists/decrease-nested06a-input.html
deleted file mode 100644
index 2d36595..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested06b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested06b-expected.html b/experiments/Editor/tests/lists/decrease-nested06b-expected.html
deleted file mode 100644
index 48a781c..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested06b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested06b-input.html b/experiments/Editor/tests/lists/decrease-nested06b-input.html
deleted file mode 100644
index ea2321a..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested07a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested07a-expected.html b/experiments/Editor/tests/lists/decrease-nested07a-expected.html
deleted file mode 100644
index 5e95180..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested07a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested07a-input.html b/experiments/Editor/tests/lists/decrease-nested07a-input.html
deleted file mode 100644
index 565f95f..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested07b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested07b-expected.html b/experiments/Editor/tests/lists/decrease-nested07b-expected.html
deleted file mode 100644
index 5ff2a90..0000000
--- a/experiments/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/26f461e7/experiments/Editor/tests/lists/decrease-nested07b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/decrease-nested07b-input.html b/experiments/Editor/tests/lists/decrease-nested07b-input.html
deleted file mode 100644
index 734780a..0000000
--- a/experiments/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>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/div01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/div01a-input.html b/experiments/Editor/tests/lists/div01a-input.html
deleted file mode 100644
index a7f06b1..0000000
--- a/experiments/Editor/tests/lists/div01a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <div>
-    <p>One</p>
-    <p>Two[]</p>
-    <p>Three</p>
-  </div>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/div01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/div01b-input.html b/experiments/Editor/tests/lists/div01b-input.html
deleted file mode 100644
index 980b74e..0000000
--- a/experiments/Editor/tests/lists/div01b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <div>
-    <p>[One</p>
-    <p>Two</p>
-    <p>Three]</p>
-  </div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/div02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/div02a-expected.html b/experiments/Editor/tests/lists/div02a-expected.html
deleted file mode 100644
index dc94c9f..0000000
--- a/experiments/Editor/tests/lists/div02a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <ul>
-        <li><p>One</p></li>
-      </ul>
-      <p>Two[]</p>
-      <ul>
-        <li><p>Three</p></li>
-      </ul>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/div02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/div02a-input.html b/experiments/Editor/tests/lists/div02a-input.html
deleted file mode 100644
index 5173e70..0000000
--- a/experiments/Editor/tests/lists/div02a-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <div>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two[]</p></li>
-      <li><p>Three</p></li>
-    </ul>
-  </div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/div02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/div02b-expected.html b/experiments/Editor/tests/lists/div02b-expected.html
deleted file mode 100644
index e2ffc33..0000000
--- a/experiments/Editor/tests/lists/div02b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>[One</p>
-      <p>Two</p>
-      <p>Three]</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/div02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/div02b-input.html b/experiments/Editor/tests/lists/div02b-input.html
deleted file mode 100644
index 76b5529..0000000
--- a/experiments/Editor/tests/lists/div02b-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_clearList();
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <div>
-    <ul>
-      <li><p>[One</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three]</p></li>
-    </ul>
-  </div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/div03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/div03a-expected.html b/experiments/Editor/tests/lists/div03a-expected.html
deleted file mode 100644
index 84a1a82..0000000
--- a/experiments/Editor/tests/lists/div03a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <ul>
-        <li>One</li>
-      </ul>
-      <p>Two[]</p>
-      <ul>
-        <li>Three</li>
-      </ul>
-    </div>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/div03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/div03b-expected.html b/experiments/Editor/tests/lists/div03b-expected.html
deleted file mode 100644
index e2ffc33..0000000
--- a/experiments/Editor/tests/lists/div03b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>[One</p>
-      <p>Two</p>
-      <p>Three]</p>
-    </div>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-flat01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat01a-expected.html b/experiments/Editor/tests/lists/increase-flat01a-expected.html
deleted file mode 100644
index 259f950..0000000
--- a/experiments/Editor/tests/lists/increase-flat01a-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/26f461e7/experiments/Editor/tests/lists/increase-flat01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat01a-input.html b/experiments/Editor/tests/lists/increase-flat01a-input.html
deleted file mode 100644
index ae76ec4..0000000
--- a/experiments/Editor/tests/lists/increase-flat01a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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/26f461e7/experiments/Editor/tests/lists/increase-flat01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat01b-expected.html b/experiments/Editor/tests/lists/increase-flat01b-expected.html
deleted file mode 100644
index f025023..0000000
--- a/experiments/Editor/tests/lists/increase-flat01b-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/26f461e7/experiments/Editor/tests/lists/increase-flat01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat01b-input.html b/experiments/Editor/tests/lists/increase-flat01b-input.html
deleted file mode 100644
index 5c6ad21..0000000
--- a/experiments/Editor/tests/lists/increase-flat01b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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/26f461e7/experiments/Editor/tests/lists/increase-flat02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat02a-expected.html b/experiments/Editor/tests/lists/increase-flat02a-expected.html
deleted file mode 100644
index 3515f4b..0000000
--- a/experiments/Editor/tests/lists/increase-flat02a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-flat02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat02a-input.html b/experiments/Editor/tests/lists/increase-flat02a-input.html
deleted file mode 100644
index 33bd20c..0000000
--- a/experiments/Editor/tests/lists/increase-flat02a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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/26f461e7/experiments/Editor/tests/lists/increase-flat02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat02b-expected.html b/experiments/Editor/tests/lists/increase-flat02b-expected.html
deleted file mode 100644
index 7b82edc..0000000
--- a/experiments/Editor/tests/lists/increase-flat02b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-flat02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat02b-input.html b/experiments/Editor/tests/lists/increase-flat02b-input.html
deleted file mode 100644
index df1899a..0000000
--- a/experiments/Editor/tests/lists/increase-flat02b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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/26f461e7/experiments/Editor/tests/lists/increase-flat03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat03a-expected.html b/experiments/Editor/tests/lists/increase-flat03a-expected.html
deleted file mode 100644
index 3ed43b3..0000000
--- a/experiments/Editor/tests/lists/increase-flat03a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-flat03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat03a-input.html b/experiments/Editor/tests/lists/increase-flat03a-input.html
deleted file mode 100644
index 648dbf6..0000000
--- a/experiments/Editor/tests/lists/increase-flat03a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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/26f461e7/experiments/Editor/tests/lists/increase-flat03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat03b-expected.html b/experiments/Editor/tests/lists/increase-flat03b-expected.html
deleted file mode 100644
index 7b3c432..0000000
--- a/experiments/Editor/tests/lists/increase-flat03b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-flat03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat03b-input.html b/experiments/Editor/tests/lists/increase-flat03b-input.html
deleted file mode 100644
index 98c3c68..0000000
--- a/experiments/Editor/tests/lists/increase-flat03b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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/26f461e7/experiments/Editor/tests/lists/increase-flat04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat04a-expected.html b/experiments/Editor/tests/lists/increase-flat04a-expected.html
deleted file mode 100644
index 207f55e..0000000
--- a/experiments/Editor/tests/lists/increase-flat04a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-flat04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat04a-input.html b/experiments/Editor/tests/lists/increase-flat04a-input.html
deleted file mode 100644
index c54e999..0000000
--- a/experiments/Editor/tests/lists/increase-flat04a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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/26f461e7/experiments/Editor/tests/lists/increase-flat04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat04b-expected.html b/experiments/Editor/tests/lists/increase-flat04b-expected.html
deleted file mode 100644
index 6d60845..0000000
--- a/experiments/Editor/tests/lists/increase-flat04b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-flat04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat04b-input.html b/experiments/Editor/tests/lists/increase-flat04b-input.html
deleted file mode 100644
index 24da92f..0000000
--- a/experiments/Editor/tests/lists/increase-flat04b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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/26f461e7/experiments/Editor/tests/lists/increase-flat05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat05a-expected.html b/experiments/Editor/tests/lists/increase-flat05a-expected.html
deleted file mode 100644
index e900a5e..0000000
--- a/experiments/Editor/tests/lists/increase-flat05a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-flat05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat05a-input.html b/experiments/Editor/tests/lists/increase-flat05a-input.html
deleted file mode 100644
index bf6e8f8..0000000
--- a/experiments/Editor/tests/lists/increase-flat05a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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/26f461e7/experiments/Editor/tests/lists/increase-flat05b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat05b-expected.html b/experiments/Editor/tests/lists/increase-flat05b-expected.html
deleted file mode 100644
index 71e635e..0000000
--- a/experiments/Editor/tests/lists/increase-flat05b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-flat05b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-flat05b-input.html b/experiments/Editor/tests/lists/increase-flat05b-input.html
deleted file mode 100644
index a61aed9..0000000
--- a/experiments/Editor/tests/lists/increase-flat05b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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/26f461e7/experiments/Editor/tests/lists/increase-misc01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc01a-expected.html b/experiments/Editor/tests/lists/increase-misc01a-expected.html
deleted file mode 100644
index 69f9c96..0000000
--- a/experiments/Editor/tests/lists/increase-misc01a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>Two</p>
-        <ol>
-          <li><p>[]</p></li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-misc01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc01b-expected.html b/experiments/Editor/tests/lists/increase-misc01b-expected.html
deleted file mode 100644
index c743f35..0000000
--- a/experiments/Editor/tests/lists/increase-misc01b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>
-        Two
-        <ol>
-          <li>[]</li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-misc01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc01b-input.html b/experiments/Editor/tests/lists/increase-misc01b-input.html
deleted file mode 100644
index 8f2f682..0000000
--- a/experiments/Editor/tests/lists/increase-misc01b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>[]</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-misc02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc02a-expected.html b/experiments/Editor/tests/lists/increase-misc02a-expected.html
deleted file mode 100644
index 63e1c40..0000000
--- a/experiments/Editor/tests/lists/increase-misc02a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>Two</p>
-        <ol>
-          <li><p id="test">[]</p></li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-misc02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc02a-input.html b/experiments/Editor/tests/lists/increase-misc02a-input.html
deleted file mode 100644
index 0d94fd4..0000000
--- a/experiments/Editor/tests/lists/increase-misc02a-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var test = document.getElementById("test");
-    DOM_deleteAllChildren(test);
-    Selection_set(test,0,test,0);
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li><p>Two</p></li>
-  <li><p id="test"></p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-misc02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc02b-expected.html b/experiments/Editor/tests/lists/increase-misc02b-expected.html
deleted file mode 100644
index ec81c0c..0000000
--- a/experiments/Editor/tests/lists/increase-misc02b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>
-        Two
-        <ol>
-          <li id="test">[]</li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-misc02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc02b-input.html b/experiments/Editor/tests/lists/increase-misc02b-input.html
deleted file mode 100644
index 7182bf3..0000000
--- a/experiments/Editor/tests/lists/increase-misc02b-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var test = document.getElementById("test");
-    DOM_deleteAllChildren(test);
-    Selection_set(test,0,test,0);
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li id="test"></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-misc03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc03a-expected.html b/experiments/Editor/tests/lists/increase-misc03a-expected.html
deleted file mode 100644
index 51cb507..0000000
--- a/experiments/Editor/tests/lists/increase-misc03a-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>
-        One
-        <ol>
-          <li>[]</li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-misc03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc03a-input.html b/experiments/Editor/tests/lists/increase-misc03a-input.html
deleted file mode 100644
index 4af1907..0000000
--- a/experiments/Editor/tests/lists/increase-misc03a-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    Cursor_insertCharacter("One");
-    Cursor_enterPressed();
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-misc03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc03b-expected.html b/experiments/Editor/tests/lists/increase-misc03b-expected.html
deleted file mode 100644
index 41ca055..0000000
--- a/experiments/Editor/tests/lists/increase-misc03b-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>
-        <p>One</p>
-        <ol>
-          <li>
-            <p>
-              []
-              <br/>
-            </p>
-          </li>
-        </ol>
-      </li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-misc03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-misc03b-input.html b/experiments/Editor/tests/lists/increase-misc03b-input.html
deleted file mode 100644
index 2f1b396..0000000
--- a/experiments/Editor/tests/lists/increase-misc03b-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-    Cursor_insertCharacter("One");
-    Cursor_enterPressed();
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-multiple01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-multiple01a-expected.html b/experiments/Editor/tests/lists/increase-multiple01a-expected.html
deleted file mode 100644
index 6df2b74..0000000
--- a/experiments/Editor/tests/lists/increase-multiple01a-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-multiple01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-multiple01a-input.html b/experiments/Editor/tests/lists/increase-multiple01a-input.html
deleted file mode 100644
index 1567694..0000000
--- a/experiments/Editor/tests/lists/increase-multiple01a-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</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/26f461e7/experiments/Editor/tests/lists/increase-multiple01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-multiple01b-expected.html b/experiments/Editor/tests/lists/increase-multiple01b-expected.html
deleted file mode 100644
index 7a1c876..0000000
--- a/experiments/Editor/tests/lists/increase-multiple01b-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-multiple01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-multiple01b-input.html b/experiments/Editor/tests/lists/increase-multiple01b-input.html
deleted file mode 100644
index c4e7fcf..0000000
--- a/experiments/Editor/tests/lists/increase-multiple01b-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</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/26f461e7/experiments/Editor/tests/lists/increase-multiple02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-multiple02a-expected.html b/experiments/Editor/tests/lists/increase-multiple02a-expected.html
deleted file mode 100644
index c51b85e..0000000
--- a/experiments/Editor/tests/lists/increase-multiple02a-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-multiple02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-multiple02a-input.html b/experiments/Editor/tests/lists/increase-multiple02a-input.html
deleted file mode 100644
index b0cafd5..0000000
--- a/experiments/Editor/tests/lists/increase-multiple02a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    Lists_increaseIndent();
-    Lists_increaseIndent();
-    Lists_increaseIndent();
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</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/26f461e7/experiments/Editor/tests/lists/increase-multiple02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-multiple02b-expected.html b/experiments/Editor/tests/lists/increase-multiple02b-expected.html
deleted file mode 100644
index 589b47f..0000000
--- a/experiments/Editor/tests/lists/increase-multiple02b-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-multiple02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-multiple02b-input.html b/experiments/Editor/tests/lists/increase-multiple02b-input.html
deleted file mode 100644
index cb703f7..0000000
--- a/experiments/Editor/tests/lists/increase-multiple02b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    Lists_increaseIndent();
-    Lists_increaseIndent();
-    Lists_increaseIndent();
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</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/26f461e7/experiments/Editor/tests/lists/increase-nested01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-nested01a-expected.html b/experiments/Editor/tests/lists/increase-nested01a-expected.html
deleted file mode 100644
index 1bbde90..0000000
--- a/experiments/Editor/tests/lists/increase-nested01a-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-nested01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-nested01a-input.html b/experiments/Editor/tests/lists/increase-nested01a-input.html
deleted file mode 100644
index 2e3e33b..0000000
--- a/experiments/Editor/tests/lists/increase-nested01a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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>
-      <li><p>Five</p></li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-nested01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-nested01b-expected.html b/experiments/Editor/tests/lists/increase-nested01b-expected.html
deleted file mode 100644
index 00b135b..0000000
--- a/experiments/Editor/tests/lists/increase-nested01b-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-nested01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-nested01b-input.html b/experiments/Editor/tests/lists/increase-nested01b-input.html
deleted file mode 100644
index 585940f..0000000
--- a/experiments/Editor/tests/lists/increase-nested01b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</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/26f461e7/experiments/Editor/tests/lists/increase-nested02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-nested02a-expected.html b/experiments/Editor/tests/lists/increase-nested02a-expected.html
deleted file mode 100644
index 89a8142..0000000
--- a/experiments/Editor/tests/lists/increase-nested02a-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-nested02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-nested02a-input.html b/experiments/Editor/tests/lists/increase-nested02a-input.html
deleted file mode 100644
index 769fd37..0000000
--- a/experiments/Editor/tests/lists/increase-nested02a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    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>
-      <li><p>Five]</p></li>
-    </ol>
-  </li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/increase-nested02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-nested02b-expected.html b/experiments/Editor/tests/lists/increase-nested02b-expected.html
deleted file mode 100644
index 02367b9..0000000
--- a/experiments/Editor/tests/lists/increase-nested02b-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></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/26f461e7/experiments/Editor/tests/lists/increase-nested02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/increase-nested02b-input.html b/experiments/Editor/tests/lists/increase-nested02b-input.html
deleted file mode 100644
index a1a42e9..0000000
--- a/experiments/Editor/tests/lists/increase-nested02b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_increaseIndent();
-    showSelection();
-}
-</script>
-</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/26f461e7/experiments/Editor/tests/lists/merge01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/merge01a-expected.html b/experiments/Editor/tests/lists/merge01a-expected.html
deleted file mode 100644
index 63bfcdc..0000000
--- a/experiments/Editor/tests/lists/merge01a-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>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/merge02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/merge02a-expected.html b/experiments/Editor/tests/lists/merge02a-expected.html
deleted file mode 100644
index 325cbac..0000000
--- a/experiments/Editor/tests/lists/merge02a-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></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>
-    </ol>
-    <ul>
-      <li><p>Six</p></li>
-      <li><p>Seven</p></li>
-    </ul>
-  </body>
-</html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/merge02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/merge02b-expected.html b/experiments/Editor/tests/lists/merge02b-expected.html
deleted file mode 100644
index 0e4ea8b..0000000
--- a/experiments/Editor/tests/lists/merge02b-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ul>
-    <ol>
-      <li>Four</li>
-      <li>Five</li>
-    </ol>
-    <ul>
-      <li>Six</li>
-      <li>Seven</li>
-    </ul>
-  </body>
-</html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/merge03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/merge03a-expected.html b/experiments/Editor/tests/lists/merge03a-expected.html
deleted file mode 100644
index 906f4e8..0000000
--- a/experiments/Editor/tests/lists/merge03a-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></li>
-    </ol>
-    <ul>
-      <li><p>Four</p></li>
-    </ul>
-    <ol>
-      <li><p>Five</p></li>
-    </ol>
-    <ul>
-      <li><p>Six</p></li>
-      <li><p>Seven</p></li>
-    </ul>
-  </body>
-</html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/merge03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/merge03b-expected.html b/experiments/Editor/tests/lists/merge03b-expected.html
deleted file mode 100644
index 1d2c048..0000000
--- a/experiments/Editor/tests/lists/merge03b-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>One</li>
-      <li>Two</li>
-    </ul>
-    <ol>
-      <li>Three</li>
-    </ol>
-    <ul>
-      <li>Four</li>
-    </ul>
-    <ol>
-      <li>Five</li>
-    </ol>
-    <ul>
-      <li>Six</li>
-      <li>Seven</li>
-    </ul>
-  </body>
-</html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/merge04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/merge04a-expected.html b/experiments/Editor/tests/lists/merge04a-expected.html
deleted file mode 100644
index 7888abe..0000000
--- a/experiments/Editor/tests/lists/merge04a-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-    </ul>
-    <ol>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-    </ol>
-    <ul>
-      <li><p>Five</p></li>
-      <li><p>Six</p></li>
-      <li><p>Seven</p></li>
-    </ul>
-  </body>
-</html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/merge04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/merge04b-expected.html b/experiments/Editor/tests/lists/merge04b-expected.html
deleted file mode 100644
index 2c1ed2e..0000000
--- a/experiments/Editor/tests/lists/merge04b-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>One</li>
-      <li>Two</li>
-    </ul>
-    <ol>
-      <li>Three</li>
-      <li>Four</li>
-    </ol>
-    <ul>
-      <li>Five</li>
-      <li>Six</li>
-      <li>Seven</li>
-    </ul>
-  </body>
-</html>
\ No newline at end of file

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent01a-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent01a-expected.html
deleted file mode 100644
index 4268f74..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent01a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>Above 1</p></li>
-      <li><p>Above 2</p></li>
-      <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>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent01a-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent01a-input.html
deleted file mode 100644
index 7739ba9..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent01a-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>Above 1</p></li>
-  <li><p>Above 2</p></li>
-</ol>
-<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>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent01b-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent01b-expected.html
deleted file mode 100644
index f8ce90b..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent01b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>Above 1</li>
-      <li>Above 2</li>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-      <li>Four</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent01b-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent01b-input.html
deleted file mode 100644
index 273fcc0..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent01b-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>Above 1</li>
-  <li>Above 2</li>
-</ol>
-<ul>
-  <li>[One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li>Four</li>
-  <li>Five]</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent02a-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent02a-expected.html
deleted file mode 100644
index 4b64c20..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent02a-expected.html
+++ /dev/null
@@ -1,14 +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>Below 1</p></li>
-      <li><p>Below 2</p></li>
-    </ol>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent02a-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent02a-input.html
deleted file mode 100644
index 8d7d556..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent02a-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-}
-</script>
-</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>
-<ol>
-  <li><p>Below 1</p></li>
-  <li><p>Below 2</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent02b-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent02b-expected.html
deleted file mode 100644
index 70e3d6f..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent02b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-      <li>Four</li>
-      <li>Five</li>
-      <li>Below 1</li>
-      <li>Below 2</li>
-    </ol>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent02b-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent02b-input.html
deleted file mode 100644
index 55350d5..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent02b-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>[One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li>Four</li>
-  <li>Five]</li>
-</ul>
-<ol>
-  <li>Below 1</li>
-  <li>Below 2</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent03a-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent03a-expected.html
deleted file mode 100644
index c476b4c..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent03a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>Above 1</p></li>
-      <li><p>Above 2</p></li>
-      <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>Below 1</p></li>
-      <li><p>Below 2</p></li>
-    </ol>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent03a-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent03a-input.html
deleted file mode 100644
index c2b6c3c..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent03a-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>Above 1</p></li>
-  <li><p>Above 2</p></li>
-</ol>
-<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>
-<ol>
-  <li><p>Below 1</p></li>
-  <li><p>Below 2</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent03b-expected.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent03b-expected.html
deleted file mode 100644
index 25e974d..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent03b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>Above 1</li>
-      <li>Above 2</li>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-      <li>Four</li>
-      <li>Five</li>
-      <li>Below 1</li>
-      <li>Below 2</li>
-    </ol>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul-adjacent03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul-adjacent03b-input.html b/experiments/Editor/tests/lists/ol-from-ul-adjacent03b-input.html
deleted file mode 100644
index be61f12..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul-adjacent03b-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>Above 1</li>
-  <li>Above 2</li>
-</ol>
-<ul>
-  <li>[One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li>Four</li>
-  <li>Five]</li>
-</ul>
-<ol>
-  <li>Below 1</li>
-  <li>Below 2</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul01a-expected.html b/experiments/Editor/tests/lists/ol-from-ul01a-expected.html
deleted file mode 100644
index 63bfcdc..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul01a-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>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul01a-input.html b/experiments/Editor/tests/lists/ol-from-ul01a-input.html
deleted file mode 100644
index 2ef09be..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul01a-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-}
-</script>
-</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>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul01b-expected.html b/experiments/Editor/tests/lists/ol-from-ul01b-expected.html
deleted file mode 100644
index e3af9be..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul01b-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>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul01b-input.html b/experiments/Editor/tests/lists/ol-from-ul01b-input.html
deleted file mode 100644
index df7b687..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul01b-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Lists_setOrderedList();
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>[One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li>Four</li>
-  <li>Five]</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/lists/ol-from-ul02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/lists/ol-from-ul02a-expected.html b/experiments/Editor/tests/lists/ol-from-ul02a-expected.html
deleted file mode 100644
index 29f51f8..0000000
--- a/experiments/Editor/tests/lists/ol-from-ul02a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-    </ol>
-    <ul>
-      <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