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

[21/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/merge04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge04a-input.html b/experiments/editorFramework/test/Layer0/lists/merge04a-input.html
new file mode 100644
index 0000000..3c0b3d5
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge04a-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/merge04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge04b-expected.html b/experiments/editorFramework/test/Layer0/lists/merge04b-expected.html
new file mode 100644
index 0000000..2c1ed2e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge04b-expected.html
@@ -0,0 +1,18 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/merge04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/merge04b-input.html b/experiments/editorFramework/test/Layer0/lists/merge04b-input.html
new file mode 100644
index 0000000..5187aed
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/merge04b-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/ol-from-ul-adjacent01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01a-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01a-expected.html
new file mode 100644
index 0000000..4268f74
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01a-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01a-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01a-input.html
new file mode 100644
index 0000000..7739ba9
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01a-input.html
@@ -0,0 +1,24 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01b-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01b-expected.html
new file mode 100644
index 0000000..f8ce90b
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01b-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01b-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01b-input.html
new file mode 100644
index 0000000..273fcc0
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent01b-input.html
@@ -0,0 +1,24 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02a-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02a-expected.html
new file mode 100644
index 0000000..4b64c20
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02a-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02a-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02a-input.html
new file mode 100644
index 0000000..8d7d556
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02a-input.html
@@ -0,0 +1,24 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02b-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02b-expected.html
new file mode 100644
index 0000000..70e3d6f
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02b-expected.html
@@ -0,0 +1,14 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02b-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02b-input.html
new file mode 100644
index 0000000..55350d5
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent02b-input.html
@@ -0,0 +1,24 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03a-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03a-expected.html
new file mode 100644
index 0000000..c476b4c
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03a-expected.html
@@ -0,0 +1,16 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03a-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03a-input.html
new file mode 100644
index 0000000..c2b6c3c
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03a-input.html
@@ -0,0 +1,28 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03b-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03b-expected.html
new file mode 100644
index 0000000..25e974d
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03b-expected.html
@@ -0,0 +1,16 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03b-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03b-input.html
new file mode 100644
index 0000000..be61f12
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul-adjacent03b-input.html
@@ -0,0 +1,28 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul01a-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul01a-expected.html
new file mode 100644
index 0000000..63bfcdc
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul01a-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/ol-from-ul01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul01a-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul01a-input.html
new file mode 100644
index 0000000..2ef09be
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul01a-input.html
@@ -0,0 +1,20 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul01b-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul01b-expected.html
new file mode 100644
index 0000000..e3af9be
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul01b-expected.html
@@ -0,0 +1,12 @@
+<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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul01b-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul01b-input.html
new file mode 100644
index 0000000..df7b687
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul01b-input.html
@@ -0,0 +1,20 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul02a-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul02a-expected.html
new file mode 100644
index 0000000..29f51f8
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul02a-expected.html
@@ -0,0 +1,14 @@
+<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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul02a-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul02a-input.html
new file mode 100644
index 0000000..8c65115
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul02a-input.html
@@ -0,0 +1,20 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul02b-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul02b-expected.html
new file mode 100644
index 0000000..55be2e0
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul02b-expected.html
@@ -0,0 +1,14 @@
+<html>
+  <head></head>
+  <body>
+    <ol>
+      <li>One</li>
+    </ol>
+    <ul>
+      <li>Two</li>
+      <li>Three</li>
+      <li>Four</li>
+      <li>Five</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/ol-from-ul02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul02b-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul02b-input.html
new file mode 100644
index 0000000..249b7e6
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul02b-input.html
@@ -0,0 +1,20 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul03a-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul03a-expected.html
new file mode 100644
index 0000000..780a1f7
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul03a-expected.html
@@ -0,0 +1,16 @@
+<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>
+      <li><p>Five</p></li>
+    </ul>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul03a-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul03a-input.html
new file mode 100644
index 0000000..1aa1253
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul03a-input.html
@@ -0,0 +1,20 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul03b-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul03b-expected.html
new file mode 100644
index 0000000..e957e61
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul03b-expected.html
@@ -0,0 +1,16 @@
+<html>
+  <head></head>
+  <body>
+    <ul>
+      <li>One</li>
+      <li>Two</li>
+    </ul>
+    <ol>
+      <li>Three</li>
+    </ol>
+    <ul>
+      <li>Four</li>
+      <li>Five</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/ol-from-ul03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul03b-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul03b-input.html
new file mode 100644
index 0000000..194cb8e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul03b-input.html
@@ -0,0 +1,20 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul04a-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul04a-expected.html
new file mode 100644
index 0000000..4f4f65e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul04a-expected.html
@@ -0,0 +1,14 @@
+<html>
+  <head></head>
+  <body>
+    <ul>
+      <li><p>One</p></li>
+      <li><p>Two</p></li>
+      <li><p>Three</p></li>
+      <li><p>Four</p></li>
+    </ul>
+    <ol>
+      <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/ol-from-ul04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul04a-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul04a-input.html
new file mode 100644
index 0000000..b4ff467
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul04a-input.html
@@ -0,0 +1,20 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul04b-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul04b-expected.html
new file mode 100644
index 0000000..02bef3d
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul04b-expected.html
@@ -0,0 +1,14 @@
+<html>
+  <head></head>
+  <body>
+    <ul>
+      <li>One</li>
+      <li>Two</li>
+      <li>Three</li>
+      <li>Four</li>
+    </ul>
+    <ol>
+      <li>Five</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/ol-from-ul04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul04b-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul04b-input.html
new file mode 100644
index 0000000..79f33b2
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul04b-input.html
@@ -0,0 +1,20 @@
+<!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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul05a-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul05a-expected.html
new file mode 100644
index 0000000..8c3d4f2
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul05a-expected.html
@@ -0,0 +1,19 @@
+<html>
+  <head></head>
+  <body>
+    <ol>
+      <li><p>One</p></li>
+      <li>
+        <p>Two</p>
+        <ul>
+          <li><p>First</p></li>
+          <li><p>Second</p></li>
+          <li><p>Third</p></li>
+        </ul>
+      </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/ol-from-ul05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul05a-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul05a-input.html
new file mode 100644
index 0000000..322ade2
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul05a-input.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+}
+</script>
+</head>
+<body>
+<ul>
+  <li><p>[One</p></li>
+  <li><p>Two</p>
+    <ul>
+      <li><p>First</p></li>
+      <li><p>Second</p></li>
+      <li><p>Third</p></li>
+    </ul>
+  </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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul05b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul05b-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul05b-expected.html
new file mode 100644
index 0000000..08b4607
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul05b-expected.html
@@ -0,0 +1,19 @@
+<html>
+  <head></head>
+  <body>
+    <ol>
+      <li>One</li>
+      <li>
+        Two
+        <ul>
+          <li>First</li>
+          <li>Second</li>
+          <li>Third</li>
+        </ul>
+      </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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul05b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul05b-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul05b-input.html
new file mode 100644
index 0000000..700cb13
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul05b-input.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+}
+</script>
+</head>
+<body>
+<ul>
+  <li>[One</li>
+  <li>Two
+    <ul>
+      <li>First</li>
+      <li>Second</li>
+      <li>Third</li>
+    </ul>
+  </li>
+  <li>Three</li>
+  <li>Four</li>
+  <li>Five]</li>
+</ul>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul06a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul06a-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul06a-expected.html
new file mode 100644
index 0000000..770a692
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul06a-expected.html
@@ -0,0 +1,19 @@
+<html>
+  <head></head>
+  <body>
+    <ul>
+      <li><p>One</p></li>
+      <li>
+        <p>Two</p>
+        <ol>
+          <li><p>First</p></li>
+          <li><p>Second</p></li>
+          <li><p>Third</p></li>
+        </ol>
+      </li>
+      <li><p>Three</p></li>
+      <li><p>Four</p></li>
+      <li><p>Five</p></li>
+    </ul>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul06a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul06a-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul06a-input.html
new file mode 100644
index 0000000..98f76f8
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul06a-input.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+}
+</script>
+</head>
+<body>
+<ul>
+  <li><p>One</p></li>
+  <li><p>Two</p>
+    <ul>
+      <li><p>[First</p></li>
+      <li><p>Second</p></li>
+      <li><p>Third]</p></li>
+    </ul>
+  </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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul06b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul06b-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul06b-expected.html
new file mode 100644
index 0000000..2410c34
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul06b-expected.html
@@ -0,0 +1,19 @@
+<html>
+  <head></head>
+  <body>
+    <ul>
+      <li>One</li>
+      <li>
+        Two
+        <ol>
+          <li>First</li>
+          <li>Second</li>
+          <li>Third</li>
+        </ol>
+      </li>
+      <li>Three</li>
+      <li>Four</li>
+      <li>Five</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/ol-from-ul06b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul06b-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul06b-input.html
new file mode 100644
index 0000000..8695dd0
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul06b-input.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+}
+</script>
+</head>
+<body>
+<ul>
+  <li>One</li>
+  <li>Two
+    <ul>
+      <li>[First</li>
+      <li>Second</li>
+      <li>Third]</li>
+    </ul>
+  </li>
+  <li>Three</li>
+  <li>Four</li>
+  <li>Five</li>
+</ul>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul07a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul07a-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul07a-expected.html
new file mode 100644
index 0000000..af0faed
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul07a-expected.html
@@ -0,0 +1,30 @@
+<html>
+  <head></head>
+  <body>
+    <ul>
+      <li><p>One</p></li>
+    </ul>
+    <ol>
+      <li>
+        <p>Two</p>
+        <ul>
+          <li><p>First</p></li>
+          <li><p>Second</p></li>
+          <li><p>Third</p></li>
+        </ul>
+      </li>
+      <li>
+        <p>Three</p>
+        <ul>
+          <li><p>Uno</p></li>
+          <li><p>Dos</p></li>
+          <li><p>Tres</p></li>
+        </ul>
+      </li>
+    </ol>
+    <ul>
+      <li><p>Four</p></li>
+      <li><p>Five</p></li>
+    </ul>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul07a-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul07a-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul07a-input.html
new file mode 100644
index 0000000..bcb97c7
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul07a-input.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+}
+</script>
+</head>
+<body>
+<ul>
+  <li><p>One</p></li>
+  <li><p>Two</p>
+    <ul>
+      <li><p>[First</p></li>
+      <li><p>Second</p></li>
+      <li><p>Third</p></li>
+    </ul>
+  </li>
+  <li><p>Three</p>
+    <ul>
+      <li><p>Uno</p></li>
+      <li><p>Dos</p></li>
+      <li><p>Tres]</p></li>
+    </ul>
+  </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/0633908a/experiments/editorFramework/test/Layer0/lists/ol-from-ul07b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul07b-expected.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul07b-expected.html
new file mode 100644
index 0000000..28dd3d2
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul07b-expected.html
@@ -0,0 +1,30 @@
+<html>
+  <head></head>
+  <body>
+    <ul>
+      <li>One</li>
+    </ul>
+    <ol>
+      <li>
+        Two
+        <ul>
+          <li>First</li>
+          <li>Second</li>
+          <li>Third</li>
+        </ul>
+      </li>
+      <li>
+        Three
+        <ul>
+          <li>Uno</li>
+          <li>Dos</li>
+          <li>Tres</li>
+        </ul>
+      </li>
+    </ol>
+    <ul>
+      <li>Four</li>
+      <li>Five</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/ol-from-ul07b-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol-from-ul07b-input.html b/experiments/editorFramework/test/Layer0/lists/ol-from-ul07b-input.html
new file mode 100644
index 0000000..e48084d
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol-from-ul07b-input.html
@@ -0,0 +1,32 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+}
+</script>
+</head>
+<body>
+<ul>
+  <li>One</li>
+  <li>Two
+    <ul>
+      <li>[First</li>
+      <li>Second</li>
+      <li>Third</li>
+    </ul>
+  </li>
+  <li>Three
+    <ul>
+      <li>Uno</li>
+      <li>Dos</li>
+      <li>Tres]</li>
+    </ul>
+  </li>
+  <li>Four</li>
+  <li>Five</li>
+</ul>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol01-expected.html b/experiments/editorFramework/test/Layer0/lists/ol01-expected.html
new file mode 100644
index 0000000..63bfcdc
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol01-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/ol01-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol01-input.html b/experiments/editorFramework/test/Layer0/lists/ol01-input.html
new file mode 100644
index 0000000..84396fd
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol01-input.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+}
+</script>
+</head>
+<body>
+<p>[One</p>
+<p>Two</p>
+<p>Three</p>
+<p>Four</p>
+<p>Five]</p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol02-expected.html b/experiments/editorFramework/test/Layer0/lists/ol02-expected.html
new file mode 100644
index 0000000..3bde522
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol02-expected.html
@@ -0,0 +1,12 @@
+<html>
+  <head></head>
+  <body>
+    <ol>
+      <li><p>One</p></li>
+    </ol>
+    <p>Two</p>
+    <p>Three</p>
+    <p>Four</p>
+    <p>Five</p>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol02-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol02-input.html b/experiments/editorFramework/test/Layer0/lists/ol02-input.html
new file mode 100644
index 0000000..980fd22
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol02-input.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+}
+</script>
+</head>
+<body>
+<p>[One]</p>
+<p>Two</p>
+<p>Three</p>
+<p>Four</p>
+<p>Five</p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol03-expected.html b/experiments/editorFramework/test/Layer0/lists/ol03-expected.html
new file mode 100644
index 0000000..de420ba
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol03-expected.html
@@ -0,0 +1,12 @@
+<html>
+  <head></head>
+  <body>
+    <p>One</p>
+    <p>Two</p>
+    <ol>
+      <li><p>Three</p></li>
+    </ol>
+    <p>Four</p>
+    <p>Five</p>
+  </body>
+</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol03-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol03-input.html b/experiments/editorFramework/test/Layer0/lists/ol03-input.html
new file mode 100644
index 0000000..ef63df9
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol03-input.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+}
+</script>
+</head>
+<body>
+<p>One</p>
+<p>Two</p>
+<p>[Three]</p>
+<p>Four</p>
+<p>Five</p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol04-expected.html b/experiments/editorFramework/test/Layer0/lists/ol04-expected.html
new file mode 100644
index 0000000..fd4d870
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol04-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>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/ol04-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/ol04-input.html b/experiments/editorFramework/test/Layer0/lists/ol04-input.html
new file mode 100644
index 0000000..8b2823a
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/ol04-input.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+}
+</script>
+</head>
+<body>
+<p>One</p>
+<p>Two</p>
+<p>Three</span></p>
+<p>Four</p>
+<p>[Five]</p>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists01-expected.html b/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists01-expected.html
new file mode 100644
index 0000000..e0bbb62
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists01-expected.html
@@ -0,0 +1,13 @@
+<html>
+  <head></head>
+  <body>
+    <ol>
+      <li><p>One</p></li>
+      <li><p>Two</p></li>
+      <li><p>Three</p></li>
+      <li><p>Four</p></li>
+      <li><p>Five</p></li>
+      <li><p>Six</p></li>
+    </ol>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists01-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists01-input.html b/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists01-input.html
new file mode 100644
index 0000000..78d6028
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists01-input.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setOrderedList();
+//    showSelection();
+}
+</script>
+</head>
+  <body>
+    <ul>
+      <li><p>[One</p></li>
+      <li><p>Two</p></li>
+      <li><p>Three]</p></li>
+    </ul>
+    <ol>
+      <li><p>Four</p></li>
+      <li><p>Five</p></li>
+      <li><p>Six</p></li>
+    </ol>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists02-expected.html b/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists02-expected.html
new file mode 100644
index 0000000..cd6a84d
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists02-expected.html
@@ -0,0 +1,13 @@
+<html>
+  <head></head>
+  <body>
+    <ul>
+      <li><p>One</p></li>
+      <li><p>Two</p></li>
+      <li><p>Three</p></li>
+      <li><p>Four</p></li>
+      <li><p>Five</p></li>
+      <li><p>Six</p></li>
+    </ul>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists02-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists02-input.html b/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists02-input.html
new file mode 100644
index 0000000..e75cbad
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/setList-adjacentLists02-input.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Lists_setUnorderedList();
+//    showSelection();
+}
+</script>
+</head>
+  <body>
+    <ul>
+      <li><p>One</p></li>
+      <li><p>Two</p></li>
+      <li><p>Three</p></li>
+    </ul>
+    <ol>
+      <li><p>[Four</p></li>
+      <li><p>Five</p></li>
+      <li><p>Six]</p></li>
+    </ol>
+  </body>
+</html>

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/setList-emptyLIs01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/setList-emptyLIs01-expected.html b/experiments/editorFramework/test/Layer0/lists/setList-emptyLIs01-expected.html
new file mode 100644
index 0000000..b95613d
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/setList-emptyLIs01-expected.html
@@ -0,0 +1,10 @@
+<html>
+  <head></head>
+  <body>
+    <ol>
+      <li/>
+      <li/>
+      <li/>
+    </ol>
+  </body>
+</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/setList-emptyLIs02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/setList-emptyLIs02-expected.html b/experiments/editorFramework/test/Layer0/lists/setList-emptyLIs02-expected.html
new file mode 100644
index 0000000..b95613d
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/setList-emptyLIs02-expected.html
@@ -0,0 +1,10 @@
+<html>
+  <head></head>
+  <body>
+    <ol>
+      <li/>
+      <li/>
+      <li/>
+    </ol>
+  </body>
+</html>

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/setList-headings02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/setList-headings02-expected.html b/experiments/editorFramework/test/Layer0/lists/setList-headings02-expected.html
new file mode 100644
index 0000000..dafe95e
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/setList-headings02-expected.html
@@ -0,0 +1,10 @@
+<html>
+  <head></head>
+  <body>
+    <h1 id="item1">[One</h1>
+    <ul>
+      <li><p>Two</p></li>
+      <li><p>Three]</p></li>
+    </ul>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/setList-headings02-input.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/setList-headings02-input.html b/experiments/editorFramework/test/Layer0/lists/setList-headings02-input.html
new file mode 100644
index 0000000..dae8338
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/setList-headings02-input.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script>
+function performTest()
+{
+    Outline_init();
+    PostponedActions_perform();
+    Lists_setUnorderedList();
+    PostponedActions_perform();
+    showSelection();
+}
+</script>
+</head>
+<body>
+<h1>[One</h1>
+<p>Two</p>
+<p>Three]</p>
+</body>
+</html>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/0633908a/experiments/editorFramework/test/Layer0/lists/setList-nested05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/test/Layer0/lists/setList-nested05-expected.html b/experiments/editorFramework/test/Layer0/lists/setList-nested05-expected.html
new file mode 100644
index 0000000..cbe960f
--- /dev/null
+++ b/experiments/editorFramework/test/Layer0/lists/setList-nested05-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>
+        <ul>
+          <li><p>Four</p></li>
+          <li><p>F[ive</p></li>
+          <li><p>Six</p></li>
+        </ul>
+      </li>
+      <li><p>Seven</p></li>
+      <li><p>Eight</p></li>
+      <li><p>Nin]e</p></li>
+    </ol>
+  </body>
+</html>

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

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

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

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

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

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

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