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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty03a-input.html b/experiments/Editor/tests/formatting/getFormatting-empty03a-input.html
deleted file mode 100644
index 79b753a..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty03a-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<h1>[]</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty03b-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty03b-expected.html
deleted file mode 100644
index d53bd12..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty03b-expected.html
+++ /dev/null
@@ -1 +0,0 @@
--uxwrite-paragraph-style = h1

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty03b-input.html b/experiments/Editor/tests/formatting/getFormatting-empty03b-input.html
deleted file mode 100644
index f6b5a11..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty03b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var node = document.getElementsByTagName("H1")[0];
-    DOM_deleteAllChildren(node);
-    Selection_set(node,0,node,0);
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<h1></h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty04a-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty04a-expected.html
deleted file mode 100644
index caa0e1f..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty04a-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = __none
-font-weight = bold

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty04a-input.html b/experiments/Editor/tests/formatting/getFormatting-empty04a-input.html
deleted file mode 100644
index 8a79104..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty04a-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<b>[]</b>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty04b-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty04b-expected.html
deleted file mode 100644
index caa0e1f..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty04b-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = __none
-font-weight = bold

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty04b-input.html b/experiments/Editor/tests/formatting/getFormatting-empty04b-input.html
deleted file mode 100644
index ad06e0a..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty04b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var node = document.getElementsByTagName("B")[0];
-    DOM_deleteAllChildren(node);
-    Selection_set(node,0,node,0);
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<b></b>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty05a-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty05a-expected.html
deleted file mode 100644
index 0ee5bf0..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty05a-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = __none
-color = red

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty05a-input.html b/experiments/Editor/tests/formatting/getFormatting-empty05a-input.html
deleted file mode 100644
index e964c36..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty05a-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<span style="color: red">[]</span>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty05b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty05b-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty05b-expected.html
deleted file mode 100644
index 0ee5bf0..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty05b-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = __none
-color = red

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty05b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty05b-input.html b/experiments/Editor/tests/formatting/getFormatting-empty05b-input.html
deleted file mode 100644
index bce83ad..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty05b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var node = document.getElementsByTagName("SPAN")[0];
-    DOM_deleteAllChildren(node);
-    Selection_set(node,0,node,0);
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<span style="color: red"></span>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty06a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty06a-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty06a-expected.html
deleted file mode 100644
index 5bf4d75..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty06a-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = p
-color = red

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty06a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty06a-input.html b/experiments/Editor/tests/formatting/getFormatting-empty06a-input.html
deleted file mode 100644
index 867e041..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty06a-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<p style="color: red">[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty06b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty06b-expected.html b/experiments/Editor/tests/formatting/getFormatting-empty06b-expected.html
deleted file mode 100644
index 5bf4d75..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty06b-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = p
-color = red

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-empty06b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-empty06b-input.html b/experiments/Editor/tests/formatting/getFormatting-empty06b-input.html
deleted file mode 100644
index f009769..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-empty06b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var node = document.getElementsByTagName("P")[0];
-    DOM_deleteAllChildren(node);
-    Selection_set(node,0,node,0);
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<p style="color: red"></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list01-expected.html b/experiments/Editor/tests/formatting/getFormatting-list01-expected.html
deleted file mode 100644
index ee55e60..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list01-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-in-ol = true
--uxwrite-paragraph-style = __none

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list01-input.html b/experiments/Editor/tests/formatting/getFormatting-list01-input.html
deleted file mode 100644
index 079e9ad..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list01-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>[One]</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list02-expected.html b/experiments/Editor/tests/formatting/getFormatting-list02-expected.html
deleted file mode 100644
index ee55e60..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list02-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-in-ol = true
--uxwrite-paragraph-style = __none

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list02-input.html b/experiments/Editor/tests/formatting/getFormatting-list02-input.html
deleted file mode 100644
index eb2fe87..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list02-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One[]</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list03-expected.html b/experiments/Editor/tests/formatting/getFormatting-list03-expected.html
deleted file mode 100644
index ee55e60..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list03-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-in-ol = true
--uxwrite-paragraph-style = __none

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list03-input.html b/experiments/Editor/tests/formatting/getFormatting-list03-input.html
deleted file mode 100644
index bc01f0d..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list03-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>[]One</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list04-expected.html b/experiments/Editor/tests/formatting/getFormatting-list04-expected.html
deleted file mode 100644
index ee55e60..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list04-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-in-ol = true
--uxwrite-paragraph-style = __none

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list04-input.html b/experiments/Editor/tests/formatting/getFormatting-list04-input.html
deleted file mode 100644
index 3bb52c3..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list04-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+properties[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>[]</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list05-expected.html b/experiments/Editor/tests/formatting/getFormatting-list05-expected.html
deleted file mode 100644
index c4c30d0..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list05-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list05-input.html b/experiments/Editor/tests/formatting/getFormatting-list05-input.html
deleted file mode 100644
index 44ecebc..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list05-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<p>[]<br></p>
-<ul><li></li></ul>
-<p><br></p>
-<ol><li></li></ol>
-<p><br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list06-expected.html b/experiments/Editor/tests/formatting/getFormatting-list06-expected.html
deleted file mode 100644
index 3155de9..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list06-expected.html
+++ /dev/null
@@ -1,3 +0,0 @@
--uxwrite-in-ul = true
--uxwrite-paragraph-style = __none
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list06-input.html b/experiments/Editor/tests/formatting/getFormatting-list06-input.html
deleted file mode 100644
index c51de10..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list06-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<p><br></p>
-<ul><li>[]</li></ul>
-<p><br></p>
-<ol><li></li></ol>
-<p><br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list07-expected.html b/experiments/Editor/tests/formatting/getFormatting-list07-expected.html
deleted file mode 100644
index c4c30d0..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list07-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list07-input.html b/experiments/Editor/tests/formatting/getFormatting-list07-input.html
deleted file mode 100644
index 8df8306..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list07-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<p><br></p>
-<ul><li></li></ul>
-<p>[]<br></p>
-<ol><li></li></ol>
-<p><br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list08-expected.html b/experiments/Editor/tests/formatting/getFormatting-list08-expected.html
deleted file mode 100644
index bc4d838..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list08-expected.html
+++ /dev/null
@@ -1,3 +0,0 @@
--uxwrite-in-ol = true
--uxwrite-paragraph-style = __none
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list08-input.html b/experiments/Editor/tests/formatting/getFormatting-list08-input.html
deleted file mode 100644
index b1c736d..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list08-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<p><br></p>
-<ul><li></li></ul>
-<p><br></p>
-<ol><li>[]</li></ol>
-<p><br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list09-expected.html b/experiments/Editor/tests/formatting/getFormatting-list09-expected.html
deleted file mode 100644
index c4c30d0..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list09-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list09-input.html b/experiments/Editor/tests/formatting/getFormatting-list09-input.html
deleted file mode 100644
index d8606cf..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list09-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<p><br></p>
-<ul><li></li></ul>
-<p><br></p>
-<ol><li></li></ol>
-<p>[]<br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list10-expected.html b/experiments/Editor/tests/formatting/getFormatting-list10-expected.html
deleted file mode 100644
index 3029f0b..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list10-expected.html
+++ /dev/null
@@ -1,3 +0,0 @@
--uxwrite-in-ol = true
--uxwrite-in-ul = true
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list10-input.html b/experiments/Editor/tests/formatting/getFormatting-list10-input.html
deleted file mode 100644
index 5e967e7..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list10-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<p>[<br></p>
-<ul><li></li></ul>
-<p><br></p>
-<ol><li></li></ol>
-<p>]<br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list11-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list11-expected.html b/experiments/Editor/tests/formatting/getFormatting-list11-expected.html
deleted file mode 100644
index 54046ce..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list11-expected.html
+++ /dev/null
@@ -1,3 +0,0 @@
--uxwrite-in-ul = true
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list11-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list11-input.html b/experiments/Editor/tests/formatting/getFormatting-list11-input.html
deleted file mode 100644
index 4a533c3..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list11-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>
-    <p>[]One</p>
-  </li>
-  <li>
-    <p>Two</p>
-    <p>Three</p>
-    <p>Four</p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list12-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list12-expected.html b/experiments/Editor/tests/formatting/getFormatting-list12-expected.html
deleted file mode 100644
index 54046ce..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list12-expected.html
+++ /dev/null
@@ -1,3 +0,0 @@
--uxwrite-in-ul = true
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list12-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list12-input.html b/experiments/Editor/tests/formatting/getFormatting-list12-input.html
deleted file mode 100644
index 066b825..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list12-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>
-    <p>One</p>
-  </li>
-  <li>
-    <p>[]Two</p>
-    <p>Three</p>
-    <p>Four</p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list13-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list13-expected.html b/experiments/Editor/tests/formatting/getFormatting-list13-expected.html
deleted file mode 100644
index c4c30d0..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list13-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list13-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list13-input.html b/experiments/Editor/tests/formatting/getFormatting-list13-input.html
deleted file mode 100644
index b002e66..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list13-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>
-    <p>One</p>
-  </li>
-  <li>
-    <p>Two</p>
-    <p>[]Three</p>
-    <p>Four</p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list14-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list14-expected.html b/experiments/Editor/tests/formatting/getFormatting-list14-expected.html
deleted file mode 100644
index c4c30d0..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list14-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list14-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list14-input.html b/experiments/Editor/tests/formatting/getFormatting-list14-input.html
deleted file mode 100644
index 22a8b15..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list14-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>
-    <p>One</p>
-  </li>
-  <li>
-    <p>Two</p>
-    <p>Three</p>
-    <p>[]Four</p>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list15-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list15-expected.html b/experiments/Editor/tests/formatting/getFormatting-list15-expected.html
deleted file mode 100644
index 54046ce..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list15-expected.html
+++ /dev/null
@@ -1,3 +0,0 @@
--uxwrite-in-ul = true
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list15-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list15-input.html b/experiments/Editor/tests/formatting/getFormatting-list15-input.html
deleted file mode 100644
index 6d0c59a..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list15-input.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>
-    <p>One</p>
-  </li>
-  <li>
-    <p>[]Two</p>
-    <p>Three</p>
-    <ul>
-      <li>
-        <p>Four</p>
-        <p>Five</p>
-        <p>Six</p>
-      </li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list16-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list16-expected.html b/experiments/Editor/tests/formatting/getFormatting-list16-expected.html
deleted file mode 100644
index c4c30d0..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list16-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list16-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list16-input.html b/experiments/Editor/tests/formatting/getFormatting-list16-input.html
deleted file mode 100644
index a9084e9..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list16-input.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>
-    <p>One</p>
-  </li>
-  <li>
-    <p>Two</p>
-    <p>[]Three</p>
-    <ul>
-      <li>
-        <p>Four</p>
-        <p>Five</p>
-        <p>Six</p>
-      </li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list17-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list17-expected.html b/experiments/Editor/tests/formatting/getFormatting-list17-expected.html
deleted file mode 100644
index 54046ce..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list17-expected.html
+++ /dev/null
@@ -1,3 +0,0 @@
--uxwrite-in-ul = true
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list17-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list17-input.html b/experiments/Editor/tests/formatting/getFormatting-list17-input.html
deleted file mode 100644
index 533813c..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list17-input.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>
-    <p>One</p>
-  </li>
-  <li>
-    <p>Two</p>
-    <p>Three</p>
-    <ul>
-      <li>
-        <p>[]Four</p>
-        <p>Five</p>
-        <p>Six</p>
-      </li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list18-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list18-expected.html b/experiments/Editor/tests/formatting/getFormatting-list18-expected.html
deleted file mode 100644
index c4c30d0..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list18-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list18-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list18-input.html b/experiments/Editor/tests/formatting/getFormatting-list18-input.html
deleted file mode 100644
index 484ea8f..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list18-input.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>
-    <p>One</p>
-  </li>
-  <li>
-    <p>Two</p>
-    <p>Three</p>
-    <ul>
-      <li>
-        <p>Four</p>
-        <p>[]Five</p>
-        <p>Six</p>
-      </li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list19-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list19-expected.html b/experiments/Editor/tests/formatting/getFormatting-list19-expected.html
deleted file mode 100644
index c4c30d0..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list19-expected.html
+++ /dev/null
@@ -1,2 +0,0 @@
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list19-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list19-input.html b/experiments/Editor/tests/formatting/getFormatting-list19-input.html
deleted file mode 100644
index 80f9bdd..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list19-input.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>
-    <p>One</p>
-  </li>
-  <li>
-    <p>Two</p>
-    <p>Three</p>
-    <ul>
-      <li>
-        <p>Four</p>
-        <p>Five</p>
-        <p>[]Six</p>
-      </li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list20-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list20-expected.html b/experiments/Editor/tests/formatting/getFormatting-list20-expected.html
deleted file mode 100644
index 54046ce..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list20-expected.html
+++ /dev/null
@@ -1,3 +0,0 @@
--uxwrite-in-ul = true
--uxwrite-paragraph-style = p
--uxwrite-shift = true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting-list20-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting-list20-input.html b/experiments/Editor/tests/formatting/getFormatting-list20-input.html
deleted file mode 100644
index 7528b72..0000000
--- a/experiments/Editor/tests/formatting/getFormatting-list20-input.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var formatting = Formatting_getFormatting();
-    var lines = new Array();
-    var names = Object.getOwnPropertyNames(formatting).sort();
-    for (var i = 0; i < names.length; i++)
-        lines.push(names[i]+" = "+formatting[names[i]]+"\n");
-    return lines.join("");
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>
-    <p>One</p>
-  </li>
-  <li>
-    <p>Two</p>
-    <p>Three</p>
-    <ul>
-      <li>
-        <p>[Four</p>
-        <p>Five</p>
-        <p>]Six</p>
-      </li>
-    </ul>
-  </li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting01-expected.html b/experiments/Editor/tests/formatting/getFormatting01-expected.html
deleted file mode 100644
index 04de696..0000000
--- a/experiments/Editor/tests/formatting/getFormatting01-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = p</p>
-    <p>color = blue</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting01-input.html b/experiments/Editor/tests/formatting/getFormatting01-input.html
deleted file mode 100644
index e661b40..0000000
--- a/experiments/Editor/tests/formatting/getFormatting01-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p>
-  [<span style="color: blue">One</span>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting02-expected.html b/experiments/Editor/tests/formatting/getFormatting02-expected.html
deleted file mode 100644
index f2ad17d..0000000
--- a/experiments/Editor/tests/formatting/getFormatting02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = p</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting02-input.html b/experiments/Editor/tests/formatting/getFormatting02-input.html
deleted file mode 100644
index 2ebab16..0000000
--- a/experiments/Editor/tests/formatting/getFormatting02-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p>
-  [<span style="color: blue">One</span>
-  <span style="color: red">One</span>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting03-expected.html b/experiments/Editor/tests/formatting/getFormatting03-expected.html
deleted file mode 100644
index f2ad17d..0000000
--- a/experiments/Editor/tests/formatting/getFormatting03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = p</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting03-input.html b/experiments/Editor/tests/formatting/getFormatting03-input.html
deleted file mode 100644
index 1913cdc..0000000
--- a/experiments/Editor/tests/formatting/getFormatting03-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p>
-  [<span style="color: blue">One</span>
-  <span>One</span>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting04-expected.html b/experiments/Editor/tests/formatting/getFormatting04-expected.html
deleted file mode 100644
index 9fd1834..0000000
--- a/experiments/Editor/tests/formatting/getFormatting04-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = p</p>
-    <p>font-weight = bold</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting04-input.html b/experiments/Editor/tests/formatting/getFormatting04-input.html
deleted file mode 100644
index 1b0fb37..0000000
--- a/experiments/Editor/tests/formatting/getFormatting04-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p>
-  [<b>One</b>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting05-expected.html b/experiments/Editor/tests/formatting/getFormatting05-expected.html
deleted file mode 100644
index d528395..0000000
--- a/experiments/Editor/tests/formatting/getFormatting05-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = p</p>
-    <p>font-style = italic</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting05-input.html b/experiments/Editor/tests/formatting/getFormatting05-input.html
deleted file mode 100644
index a07ee13..0000000
--- a/experiments/Editor/tests/formatting/getFormatting05-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p>
-  [<i>One</i>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting06-expected.html b/experiments/Editor/tests/formatting/getFormatting06-expected.html
deleted file mode 100644
index 10929f3..0000000
--- a/experiments/Editor/tests/formatting/getFormatting06-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = p</p>
-    <p>text-decoration = underline</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting06-input.html b/experiments/Editor/tests/formatting/getFormatting06-input.html
deleted file mode 100644
index 80da476..0000000
--- a/experiments/Editor/tests/formatting/getFormatting06-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p>
-  [<u>One</u>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting07-expected.html b/experiments/Editor/tests/formatting/getFormatting07-expected.html
deleted file mode 100644
index 923b4c9..0000000
--- a/experiments/Editor/tests/formatting/getFormatting07-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = p</p>
-    <p>background-color = silver</p>
-    <p>color = blue</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting07-input.html b/experiments/Editor/tests/formatting/getFormatting07-input.html
deleted file mode 100644
index 41fbe35..0000000
--- a/experiments/Editor/tests/formatting/getFormatting07-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p style="color: blue; background-color: silver">
-  [<span>One</span>
-  <span>Two</span>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting08-expected.html b/experiments/Editor/tests/formatting/getFormatting08-expected.html
deleted file mode 100644
index 6237be6..0000000
--- a/experiments/Editor/tests/formatting/getFormatting08-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = p</p>
-    <p>background-color = silver</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting08-input.html b/experiments/Editor/tests/formatting/getFormatting08-input.html
deleted file mode 100644
index 28ea495..0000000
--- a/experiments/Editor/tests/formatting/getFormatting08-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p style="color: blue; background-color: silver">
-  [<span>One</span>
-  <span style="color: red">Two</span>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting09-expected.html b/experiments/Editor/tests/formatting/getFormatting09-expected.html
deleted file mode 100644
index 418a5c6..0000000
--- a/experiments/Editor/tests/formatting/getFormatting09-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = p</p>
-    <p>border-bottom-color = red</p>
-    <p>border-bottom-style = solid</p>
-    <p>border-left-color = red</p>
-    <p>border-left-style = solid</p>
-    <p>border-right-color = red</p>
-    <p>border-right-style = solid</p>
-    <p>border-top-color = red</p>
-    <p>border-top-style = solid</p>
-    <p>font-weight = bold</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting09-input.html b/experiments/Editor/tests/formatting/getFormatting09-input.html
deleted file mode 100644
index 8fcbff6..0000000
--- a/experiments/Editor/tests/formatting/getFormatting09-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        if (names[i].match(/^border-image-/)) // Extra properties present in Chrome
-            continue;
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p style="border: 2px solid red">
-  [<b>One</b>
-</p>
-<p style="border: 1px solid red">
-  <b>Two</b>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting10-expected.html b/experiments/Editor/tests/formatting/getFormatting10-expected.html
deleted file mode 100644
index 21a0838..0000000
--- a/experiments/Editor/tests/formatting/getFormatting10-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = p.test</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting10-input.html b/experiments/Editor/tests/formatting/getFormatting10-input.html
deleted file mode 100644
index 207c566..0000000
--- a/experiments/Editor/tests/formatting/getFormatting10-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p class="test">[One]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting11-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting11-expected.html b/experiments/Editor/tests/formatting/getFormatting11-expected.html
deleted file mode 100644
index 2e704f5..0000000
--- a/experiments/Editor/tests/formatting/getFormatting11-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>-uxwrite-paragraph-style = h1</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting11-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting11-input.html b/experiments/Editor/tests/formatting/getFormatting11-input.html
deleted file mode 100644
index d628c26..0000000
--- a/experiments/Editor/tests/formatting/getFormatting11-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<h1>[One]</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting12-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting12-expected.html b/experiments/Editor/tests/formatting/getFormatting12-expected.html
deleted file mode 100644
index 3dc0859..0000000
--- a/experiments/Editor/tests/formatting/getFormatting12-expected.html
+++ /dev/null
@@ -1,4 +0,0 @@
-<html>
-  <head></head>
-  <body/>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/getFormatting12-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/getFormatting12-input.html b/experiments/Editor/tests/formatting/getFormatting12-input.html
deleted file mode 100644
index 2b5408b..0000000
--- a/experiments/Editor/tests/formatting/getFormatting12-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var properties = Formatting_getFormatting();
-    delete properties["-uxwrite-shift"];
-    Selection_clearSelection();
-
-    DOM_deleteAllChildren(document.body);
-
-    var names = Object.getOwnPropertyNames(properties).sort();
-    for (var i = 0; i < names.length; i++) {
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(document.body,p);
-        DOM_appendChild(p,DOM_createTextNode(document,names[i]+" = "+properties[names[i]]));
-    }
-}
-</script>
-</head>
-<body>
-<p>[One</p>
-<h1>Two]</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/indiv01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/indiv01a-expected.html b/experiments/Editor/tests/formatting/indiv01a-expected.html
deleted file mode 100644
index e6c71e6..0000000
--- a/experiments/Editor/tests/formatting/indiv01a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head>
-    <style>
-.custom { border: 1px solid red }
-    </style>
-  </head>
-  <body>
-    <div>
-      <p>One</p>
-      <p class="custom">Two[]</p>
-      <p>Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/indiv01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/indiv01a-input.html b/experiments/Editor/tests/formatting/indiv01a-input.html
deleted file mode 100644
index 0744224..0000000
--- a/experiments/Editor/tests/formatting/indiv01a-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-.custom { border: 1px solid red }
-</style>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(".custom",null);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <div>
-    <p>One</p>
-    <p>Two[]</p>
-    <p>Three</p>
-  </div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/indiv01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/indiv01b-expected.html b/experiments/Editor/tests/formatting/indiv01b-expected.html
deleted file mode 100644
index fd1ba82..0000000
--- a/experiments/Editor/tests/formatting/indiv01b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head>
-    <style>
-.custom { border: 1px solid red }
-    </style>
-  </head>
-  <body>
-    <div>
-      <p class="custom">[One</p>
-      <p class="custom">Two</p>
-      <p class="custom">Three]</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/indiv01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/indiv01b-input.html b/experiments/Editor/tests/formatting/indiv01b-input.html
deleted file mode 100644
index 8ac32d7..0000000
--- a/experiments/Editor/tests/formatting/indiv01b-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-.custom { border: 1px solid red }
-</style>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(".custom",null);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <div>
-    <p>[One</p>
-    <p>Two</p>
-    <p>Three]</p>
-  </div>
-</body>
-</html>

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

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change01-expected.html b/experiments/Editor/tests/formatting/inline-change01-expected.html
deleted file mode 100644
index 481c064..0000000
--- a/experiments/Editor/tests/formatting/inline-change01-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><s style="color: red">Text</s></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change01-input.html b/experiments/Editor/tests/formatting/inline-change01-input.html
deleted file mode 100644
index b7e8db1..0000000
--- a/experiments/Editor/tests/formatting/inline-change01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-}
-</script>
-</head>
-<body>
-<p>
-  <s style="color: blue">[Text]</s>
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change02-expected.html b/experiments/Editor/tests/formatting/inline-change02-expected.html
deleted file mode 100644
index 481c064..0000000
--- a/experiments/Editor/tests/formatting/inline-change02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><s style="color: red">Text</s></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change02-input.html b/experiments/Editor/tests/formatting/inline-change02-input.html
deleted file mode 100644
index 3566deb..0000000
--- a/experiments/Editor/tests/formatting/inline-change02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-}
-</script>
-</head>
-<body>
-<p>
-  [<s style="color: blue">Text</s>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change03-expected.html b/experiments/Editor/tests/formatting/inline-change03-expected.html
deleted file mode 100644
index e747faf..0000000
--- a/experiments/Editor/tests/formatting/inline-change03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="color: red"><s>Text</s></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change03-input.html b/experiments/Editor/tests/formatting/inline-change03-input.html
deleted file mode 100644
index 5a36311..0000000
--- a/experiments/Editor/tests/formatting/inline-change03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-}
-</script>
-</head>
-<body>
-[<p>
-  <s style="color: blue">Text</s>
-</p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change04-expected.html b/experiments/Editor/tests/formatting/inline-change04-expected.html
deleted file mode 100644
index 481c064..0000000
--- a/experiments/Editor/tests/formatting/inline-change04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><s style="color: red">Text</s></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change04-input.html b/experiments/Editor/tests/formatting/inline-change04-input.html
deleted file mode 100644
index 7a1be0b..0000000
--- a/experiments/Editor/tests/formatting/inline-change04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-}
-</script>
-</head>
-<body>
-<p style="color: blue">
-  <s>[Text]</s>
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change05-expected.html b/experiments/Editor/tests/formatting/inline-change05-expected.html
deleted file mode 100644
index 481c064..0000000
--- a/experiments/Editor/tests/formatting/inline-change05-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><s style="color: red">Text</s></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change05-input.html b/experiments/Editor/tests/formatting/inline-change05-input.html
deleted file mode 100644
index f0dd4b8..0000000
--- a/experiments/Editor/tests/formatting/inline-change05-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-}
-</script>
-</head>
-<body>
-<p style="color: blue">
-  [<s>Text</s>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change06-expected.html b/experiments/Editor/tests/formatting/inline-change06-expected.html
deleted file mode 100644
index e747faf..0000000
--- a/experiments/Editor/tests/formatting/inline-change06-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="color: red"><s>Text</s></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change06-input.html b/experiments/Editor/tests/formatting/inline-change06-input.html
deleted file mode 100644
index 7300b0c..0000000
--- a/experiments/Editor/tests/formatting/inline-change06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-}
-</script>
-</head>
-<body>
-[<p style="color: blue">
-  <s>Text</s>
-</p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change07-expected.html b/experiments/Editor/tests/formatting/inline-change07-expected.html
deleted file mode 100644
index 2370b38..0000000
--- a/experiments/Editor/tests/formatting/inline-change07-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <s style="color: blue">One</s>
-      <s style="color: red">Two</s>
-      <s style="color: blue">Three</s>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change07-input.html b/experiments/Editor/tests/formatting/inline-change07-input.html
deleted file mode 100644
index 5145372..0000000
--- a/experiments/Editor/tests/formatting/inline-change07-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-}
-</script>
-</head>
-<body>
-<p>
-  <s style="color: blue">One</s>
-  [<s style="color: blue">Two</s>]
-  <s style="color: blue">Three</s>
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change08-expected.html b/experiments/Editor/tests/formatting/inline-change08-expected.html
deleted file mode 100644
index 58ac194..0000000
--- a/experiments/Editor/tests/formatting/inline-change08-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <s style="color: red">One</s>
-      <s style="color: red">Two</s>
-      <s style="color: red">Three</s>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change08-input.html b/experiments/Editor/tests/formatting/inline-change08-input.html
deleted file mode 100644
index b65ea31..0000000
--- a/experiments/Editor/tests/formatting/inline-change08-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-}
-</script>
-</head>
-<body>
-<p>
-  [<s style="color: blue">One</s>
-  <s style="color: blue">Two</s>
-  <s style="color: blue">Three</s>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change09-expected.html b/experiments/Editor/tests/formatting/inline-change09-expected.html
deleted file mode 100644
index 4b6704a..0000000
--- a/experiments/Editor/tests/formatting/inline-change09-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="color: red">
-      <s>One</s>
-      <s>Two</s>
-      <s>Three</s>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change09-input.html b/experiments/Editor/tests/formatting/inline-change09-input.html
deleted file mode 100644
index e464f53..0000000
--- a/experiments/Editor/tests/formatting/inline-change09-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-}
-</script>
-</head>
-<body>
-[<p>
-  <s style="color: blue">One</s>
-  <s style="color: blue">Two</s>
-  <s style="color: blue">Three</s>
-</p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change10-expected.html b/experiments/Editor/tests/formatting/inline-change10-expected.html
deleted file mode 100644
index 2370b38..0000000
--- a/experiments/Editor/tests/formatting/inline-change10-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <s style="color: blue">One</s>
-      <s style="color: red">Two</s>
-      <s style="color: blue">Three</s>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/formatting/inline-change10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/formatting/inline-change10-input.html b/experiments/Editor/tests/formatting/inline-change10-input.html
deleted file mode 100644
index 11c8ebf..0000000
--- a/experiments/Editor/tests/formatting/inline-change10-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-}
-</script>
-</head>
-<body>
-<p style="color: blue">
-  <s>One</s>
-  [<s>Two</s>]
-  <s>Three</s>
-</p>
-</body>
-</html>