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

[22/51] [abbrv] [partial] incubator-corinthia git commit: added js test files

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero03b-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero03b-expected.html
new file mode 100644
index 0000000..377d3aa
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero03b-expected.html
@@ -0,0 +1,16 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero03b-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero03b-input.html
new file mode 100644
index 0000000..0fafea6
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero03b-input.html
@@ -0,0 +1,39 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04a-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04a-expected.html
new file mode 100644
index 0000000..e44a924
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04a-expected.html
@@ -0,0 +1,12 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04a-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04a-input.html
new file mode 100644
index 0000000..3bb92b5
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04a-input.html
@@ -0,0 +1,39 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04b-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04b-expected.html
new file mode 100644
index 0000000..7b4c5e1
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04b-expected.html
@@ -0,0 +1,12 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04b-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04b-input.html
new file mode 100644
index 0000000..d63bbc1
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero04b-input.html
@@ -0,0 +1,39 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05a-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05a-expected.html
new file mode 100644
index 0000000..2aba8f5
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05a-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05a-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05a-input.html
new file mode 100644
index 0000000..8f97f92
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05a-input.html
@@ -0,0 +1,39 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05b-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05b-expected.html
new file mode 100644
index 0000000..2aba8f5
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05b-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05b-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05b-input.html
new file mode 100644
index 0000000..06dd605
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested-tozero05b-input.html
@@ -0,0 +1,39 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested01a-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested01a-expected.html
new file mode 100644
index 0000000..e9ef8f7
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested01a-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested01a-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested01a-input.html
new file mode 100644
index 0000000..97f0bfa
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested01a-input.html
@@ -0,0 +1,23 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested01b-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested01b-expected.html
new file mode 100644
index 0000000..b7f9d0e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested01b-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested01b-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested01b-input.html
new file mode 100644
index 0000000..3c368e3
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested01b-input.html
@@ -0,0 +1,23 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested02a-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested02a-expected.html
new file mode 100644
index 0000000..5e7703c
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested02a-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested02a-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested02a-input.html
new file mode 100644
index 0000000..55e00cf
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested02a-input.html
@@ -0,0 +1,23 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested02b-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested02b-expected.html
new file mode 100644
index 0000000..873d04a
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested02b-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested02b-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested02b-input.html
new file mode 100644
index 0000000..dbbf099
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested02b-input.html
@@ -0,0 +1,23 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested03a-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested03a-expected.html
new file mode 100644
index 0000000..64ac428
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested03a-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested03a-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested03a-input.html
new file mode 100644
index 0000000..59b318e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested03a-input.html
@@ -0,0 +1,23 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested03b-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested03b-expected.html
new file mode 100644
index 0000000..ef6ceae
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested03b-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested03b-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested03b-input.html
new file mode 100644
index 0000000..4b7548f
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested03b-input.html
@@ -0,0 +1,23 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested04a-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested04a-expected.html
new file mode 100644
index 0000000..0c20332
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested04a-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested04a-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested04a-input.html
new file mode 100644
index 0000000..68b75b2
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested04a-input.html
@@ -0,0 +1,23 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested04b-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested04b-expected.html
new file mode 100644
index 0000000..24f6d7e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested04b-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested04b-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested04b-input.html
new file mode 100644
index 0000000..563a730
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested04b-input.html
@@ -0,0 +1,23 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested05a-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested05a-expected.html
new file mode 100644
index 0000000..1026cfe
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested05a-expected.html
@@ -0,0 +1,16 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested05a-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested05a-input.html
new file mode 100644
index 0000000..8e157bc
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested05a-input.html
@@ -0,0 +1,29 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested05b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested05b-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested05b-expected.html
new file mode 100644
index 0000000..a3e95ee
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested05b-expected.html
@@ -0,0 +1,16 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested05b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested05b-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested05b-input.html
new file mode 100644
index 0000000..bf66bd2
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested05b-input.html
@@ -0,0 +1,29 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested06a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested06a-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested06a-expected.html
new file mode 100644
index 0000000..227bae5
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested06a-expected.html
@@ -0,0 +1,16 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested06a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested06a-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested06a-input.html
new file mode 100644
index 0000000..2d36595
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested06a-input.html
@@ -0,0 +1,29 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested06b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested06b-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested06b-expected.html
new file mode 100644
index 0000000..48a781c
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested06b-expected.html
@@ -0,0 +1,16 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested06b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested06b-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested06b-input.html
new file mode 100644
index 0000000..ea2321a
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested06b-input.html
@@ -0,0 +1,29 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested07a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested07a-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested07a-expected.html
new file mode 100644
index 0000000..5e95180
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested07a-expected.html
@@ -0,0 +1,16 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested07a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested07a-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested07a-input.html
new file mode 100644
index 0000000..565f95f
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested07a-input.html
@@ -0,0 +1,29 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested07b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested07b-expected.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested07b-expected.html
new file mode 100644
index 0000000..5ff2a90
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested07b-expected.html
@@ -0,0 +1,16 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/decrease-nested07b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/decrease-nested07b-input.html b/experiments/editorFramework/test/Layer0/lists/decrease-nested07b-input.html
new file mode 100644
index 0000000..734780a
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/decrease-nested07b-input.html
@@ -0,0 +1,29 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/div01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div01a-expected.html b/experiments/editorFramework/test/Layer0/lists/div01a-expected.html
new file mode 100644
index 0000000..3f37489
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div01a-expected.html
@@ -0,0 +1,12 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/div01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div01a-input.html b/experiments/editorFramework/test/Layer0/lists/div01a-input.html
new file mode 100644
index 0000000..a7f06b1
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div01a-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/div01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div01b-expected.html b/experiments/editorFramework/test/Layer0/lists/div01b-expected.html
new file mode 100644
index 0000000..cca9de4
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div01b-expected.html
@@ -0,0 +1,12 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/div01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div01b-input.html b/experiments/editorFramework/test/Layer0/lists/div01b-input.html
new file mode 100644
index 0000000..980b74e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div01b-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/div02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div02a-expected.html b/experiments/editorFramework/test/Layer0/lists/div02a-expected.html
new file mode 100644
index 0000000..dc94c9f
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div02a-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/div02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div02a-input.html b/experiments/editorFramework/test/Layer0/lists/div02a-input.html
new file mode 100644
index 0000000..5173e70
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div02a-input.html
@@ -0,0 +1,21 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/div02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div02b-expected.html b/experiments/editorFramework/test/Layer0/lists/div02b-expected.html
new file mode 100644
index 0000000..e2ffc33
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div02b-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/div02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div02b-input.html b/experiments/editorFramework/test/Layer0/lists/div02b-input.html
new file mode 100644
index 0000000..76b5529
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div02b-input.html
@@ -0,0 +1,21 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/div03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div03a-expected.html b/experiments/editorFramework/test/Layer0/lists/div03a-expected.html
new file mode 100644
index 0000000..84a1a82
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div03a-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/div03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div03a-input.html b/experiments/editorFramework/test/Layer0/lists/div03a-input.html
new file mode 100644
index 0000000..d8ede64
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div03a-input.html
@@ -0,0 +1,21 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/div03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div03b-expected.html b/experiments/editorFramework/test/Layer0/lists/div03b-expected.html
new file mode 100644
index 0000000..e2ffc33
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div03b-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/div03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/div03b-input.html b/experiments/editorFramework/test/Layer0/lists/div03b-input.html
new file mode 100644
index 0000000..5c42e16
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/div03b-input.html
@@ -0,0 +1,21 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat01a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-flat01a-expected.html
new file mode 100644
index 0000000..259f950
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat01a-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat01a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-flat01a-input.html
new file mode 100644
index 0000000..ae76ec4
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat01a-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat01b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-flat01b-expected.html
new file mode 100644
index 0000000..f025023
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat01b-expected.html
@@ -0,0 +1,10 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat01b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-flat01b-input.html
new file mode 100644
index 0000000..5c6ad21
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat01b-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat02a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-flat02a-expected.html
new file mode 100644
index 0000000..3515f4b
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat02a-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat02a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-flat02a-input.html
new file mode 100644
index 0000000..33bd20c
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat02a-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat02b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-flat02b-expected.html
new file mode 100644
index 0000000..7b82edc
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat02b-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat02b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-flat02b-input.html
new file mode 100644
index 0000000..df1899a
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat02b-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat03a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-flat03a-expected.html
new file mode 100644
index 0000000..3ed43b3
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat03a-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat03a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-flat03a-input.html
new file mode 100644
index 0000000..648dbf6
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat03a-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat03b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-flat03b-expected.html
new file mode 100644
index 0000000..7b3c432
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat03b-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat03b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-flat03b-input.html
new file mode 100644
index 0000000..98c3c68
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat03b-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat04a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-flat04a-expected.html
new file mode 100644
index 0000000..207f55e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat04a-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat04a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-flat04a-input.html
new file mode 100644
index 0000000..c54e999
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat04a-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat04b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-flat04b-expected.html
new file mode 100644
index 0000000..6d60845
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat04b-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat04b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-flat04b-input.html
new file mode 100644
index 0000000..24da92f
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat04b-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat05a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-flat05a-expected.html
new file mode 100644
index 0000000..e900a5e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat05a-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat05a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-flat05a-input.html
new file mode 100644
index 0000000..bf6e8f8
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat05a-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat05b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat05b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-flat05b-expected.html
new file mode 100644
index 0000000..71e635e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat05b-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-flat05b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-flat05b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-flat05b-input.html
new file mode 100644
index 0000000..a61aed9
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-flat05b-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc01a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-misc01a-expected.html
new file mode 100644
index 0000000..69f9c96
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc01a-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc01a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-misc01a-input.html
new file mode 100644
index 0000000..a86f36e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc01a-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc01b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-misc01b-expected.html
new file mode 100644
index 0000000..c743f35
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc01b-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc01b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-misc01b-input.html
new file mode 100644
index 0000000..8f2f682
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc01b-input.html
@@ -0,0 +1,19 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc02a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-misc02a-expected.html
new file mode 100644
index 0000000..63e1c40
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc02a-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc02a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-misc02a-input.html
new file mode 100644
index 0000000..0d94fd4
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc02a-input.html
@@ -0,0 +1,22 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc02b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-misc02b-expected.html
new file mode 100644
index 0000000..ec81c0c
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc02b-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc02b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-misc02b-input.html
new file mode 100644
index 0000000..7182bf3
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc02b-input.html
@@ -0,0 +1,22 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc03a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-misc03a-expected.html
new file mode 100644
index 0000000..51cb507
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc03a-expected.html
@@ -0,0 +1,13 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc03a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-misc03a-input.html
new file mode 100644
index 0000000..4af1907
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc03a-input.html
@@ -0,0 +1,18 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc03b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-misc03b-expected.html
new file mode 100644
index 0000000..41ca055
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc03b-expected.html
@@ -0,0 +1,18 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-misc03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-misc03b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-misc03b-input.html
new file mode 100644
index 0000000..2f1b396
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-misc03b-input.html
@@ -0,0 +1,18 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-multiple01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-multiple01a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-multiple01a-expected.html
new file mode 100644
index 0000000..6df2b74
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-multiple01a-expected.html
@@ -0,0 +1,20 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-multiple01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-multiple01a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-multiple01a-input.html
new file mode 100644
index 0000000..1567694
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-multiple01a-input.html
@@ -0,0 +1,22 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-multiple01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-multiple01b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-multiple01b-expected.html
new file mode 100644
index 0000000..7a1c876
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-multiple01b-expected.html
@@ -0,0 +1,20 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-multiple01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-multiple01b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-multiple01b-input.html
new file mode 100644
index 0000000..c4e7fcf
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-multiple01b-input.html
@@ -0,0 +1,22 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-multiple02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-multiple02a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-multiple02a-expected.html
new file mode 100644
index 0000000..c51b85e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-multiple02a-expected.html
@@ -0,0 +1,28 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-multiple02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-multiple02a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-multiple02a-input.html
new file mode 100644
index 0000000..b0cafd5
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-multiple02a-input.html
@@ -0,0 +1,25 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-multiple02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-multiple02b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-multiple02b-expected.html
new file mode 100644
index 0000000..589b47f
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-multiple02b-expected.html
@@ -0,0 +1,28 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-multiple02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-multiple02b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-multiple02b-input.html
new file mode 100644
index 0000000..cb703f7
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-multiple02b-input.html
@@ -0,0 +1,25 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-nested01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-nested01a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-nested01a-expected.html
new file mode 100644
index 0000000..1bbde90
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-nested01a-expected.html
@@ -0,0 +1,20 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-nested01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-nested01a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-nested01a-input.html
new file mode 100644
index 0000000..2e3e33b
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-nested01a-input.html
@@ -0,0 +1,25 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-nested01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-nested01b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-nested01b-expected.html
new file mode 100644
index 0000000..00b135b
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-nested01b-expected.html
@@ -0,0 +1,20 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-nested01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-nested01b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-nested01b-input.html
new file mode 100644
index 0000000..585940f
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-nested01b-input.html
@@ -0,0 +1,25 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-nested02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-nested02a-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-nested02a-expected.html
new file mode 100644
index 0000000..89a8142
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-nested02a-expected.html
@@ -0,0 +1,20 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-nested02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-nested02a-input.html b/experiments/editorFramework/test/Layer0/lists/increase-nested02a-input.html
new file mode 100644
index 0000000..769fd37
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-nested02a-input.html
@@ -0,0 +1,25 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-nested02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-nested02b-expected.html b/experiments/editorFramework/test/Layer0/lists/increase-nested02b-expected.html
new file mode 100644
index 0000000..02367b9
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-nested02b-expected.html
@@ -0,0 +1,20 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/increase-nested02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/increase-nested02b-input.html b/experiments/editorFramework/test/Layer0/lists/increase-nested02b-input.html
new file mode 100644
index 0000000..a1a42e9
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/increase-nested02b-input.html
@@ -0,0 +1,25 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/merge01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge01a-expected.html b/experiments/editorFramework/test/Layer0/lists/merge01a-expected.html
new file mode 100644
index 0000000..63bfcdc
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge01a-expected.html
@@ -0,0 +1,12 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/merge01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge01a-input.html b/experiments/editorFramework/test/Layer0/lists/merge01a-input.html
new file mode 100644
index 0000000..c84032c
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge01a-input.html
@@ -0,0 +1,22 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/merge02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge02a-expected.html b/experiments/editorFramework/test/Layer0/lists/merge02a-expected.html
new file mode 100644
index 0000000..325cbac
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge02a-expected.html
@@ -0,0 +1,18 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/merge02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge02a-input.html b/experiments/editorFramework/test/Layer0/lists/merge02a-input.html
new file mode 100644
index 0000000..395e220
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge02a-input.html
@@ -0,0 +1,30 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/merge02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge02b-expected.html b/experiments/editorFramework/test/Layer0/lists/merge02b-expected.html
new file mode 100644
index 0000000..0e4ea8b
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge02b-expected.html
@@ -0,0 +1,18 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/merge02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge02b-input.html b/experiments/editorFramework/test/Layer0/lists/merge02b-input.html
new file mode 100644
index 0000000..efbbf88
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge02b-input.html
@@ -0,0 +1,30 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/merge03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge03a-expected.html b/experiments/editorFramework/test/Layer0/lists/merge03a-expected.html
new file mode 100644
index 0000000..906f4e8
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge03a-expected.html
@@ -0,0 +1,22 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/merge03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge03a-input.html b/experiments/editorFramework/test/Layer0/lists/merge03a-input.html
new file mode 100644
index 0000000..965142f
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge03a-input.html
@@ -0,0 +1,30 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/merge03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge03b-expected.html b/experiments/editorFramework/test/Layer0/lists/merge03b-expected.html
new file mode 100644
index 0000000..1d2c048
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge03b-expected.html
@@ -0,0 +1,22 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/merge03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge03b-input.html b/experiments/editorFramework/test/Layer0/lists/merge03b-input.html
new file mode 100644
index 0000000..2a518cd
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge03b-input.html
@@ -0,0 +1,30 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/merge04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge04a-expected.html b/experiments/editorFramework/test/Layer0/lists/merge04a-expected.html
new file mode 100644
index 0000000..7888abe
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge04a-expected.html
@@ -0,0 +1,18 @@
+<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