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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards04-input.html b/Editor/tests/formatting/mergeUpwards04-input.html
deleted file mode 100644
index 50058ca..0000000
--- a/Editor/tests/formatting/mergeUpwards04-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var bs = document.getElementsByTagName("B");
-    var is = document.getElementsByTagName("I");
-
-    var range = Selection_get();
-    if (range.start.node.nodeType != Node.TEXT_NODE)
-        throw new Error("range start should be in a text node");
-
-    Range_trackWhileExecuting(range,function() {
-       Formatting_mergeUpwards(range.start.node,Formatting_MERGEABLE_BLOCK_AND_INLINE);
-    });
-    showRangeAsBrackets(range);
-}
-</script>
-</head>
-<body>
-
-<p>Before</p><p><b>One two </b><b>[]three</b></p><p>After</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards05-expected.html b/Editor/tests/formatting/mergeUpwards05-expected.html
deleted file mode 100644
index 6be8697..0000000
--- a/Editor/tests/formatting/mergeUpwards05-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[]One two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards05-input.html b/Editor/tests/formatting/mergeUpwards05-input.html
deleted file mode 100644
index 4ca7d4d..0000000
--- a/Editor/tests/formatting/mergeUpwards05-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var bs = document.getElementsByTagName("B");
-    var is = document.getElementsByTagName("I");
-
-    var range = Selection_get();
-    if (range.start.node.nodeType != Node.TEXT_NODE)
-        throw new Error("range start should be in a text node");
-
-    Range_trackWhileExecuting(range,function() {
-       Formatting_mergeUpwards(range.start.node,Formatting_MERGEABLE_INLINE);
-    });
-    showRangeAsBrackets(range);
-}
-</script>
-</head>
-<body>
-
-<p>[]One two three<b></b></p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards06-expected.html b/Editor/tests/formatting/mergeUpwards06-expected.html
deleted file mode 100644
index 6be8697..0000000
--- a/Editor/tests/formatting/mergeUpwards06-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[]One two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards06-input.html b/Editor/tests/formatting/mergeUpwards06-input.html
deleted file mode 100644
index 89f4081..0000000
--- a/Editor/tests/formatting/mergeUpwards06-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var bs = document.getElementsByTagName("B");
-    var is = document.getElementsByTagName("I");
-
-    var range = Selection_get();
-    if (range.start.node.nodeType != Node.TEXT_NODE)
-        throw new Error("range start should be in a text node");
-
-    Range_trackWhileExecuting(range,function() {
-       Formatting_mergeUpwards(range.start.node,Formatting_MERGEABLE_INLINE);
-    });
-    showRangeAsBrackets(range);
-}
-</script>
-</head>
-<body>
-
-<p>[]One two three<b><i><u></u></i></b></p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards07-expected.html b/Editor/tests/formatting/mergeUpwards07-expected.html
deleted file mode 100644
index 6be8697..0000000
--- a/Editor/tests/formatting/mergeUpwards07-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[]One two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards07-input.html b/Editor/tests/formatting/mergeUpwards07-input.html
deleted file mode 100644
index dcff8e8..0000000
--- a/Editor/tests/formatting/mergeUpwards07-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var bs = document.getElementsByTagName("B");
-    var is = document.getElementsByTagName("I");
-
-    var range = Selection_get();
-    if (range.start.node.nodeType != Node.TEXT_NODE)
-        throw new Error("range start should be in a text node");
-
-    Range_trackWhileExecuting(range,function() {
-       Formatting_mergeUpwards(range.start.node,Formatting_MERGEABLE_INLINE);
-    });
-    showRangeAsBrackets(range);
-}
-</script>
-</head>
-<body>
-
-<p><b></b>[]One two three</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards08-expected.html b/Editor/tests/formatting/mergeUpwards08-expected.html
deleted file mode 100644
index 6be8697..0000000
--- a/Editor/tests/formatting/mergeUpwards08-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>[]One two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards08-input.html b/Editor/tests/formatting/mergeUpwards08-input.html
deleted file mode 100644
index d30c89e..0000000
--- a/Editor/tests/formatting/mergeUpwards08-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var bs = document.getElementsByTagName("B");
-    var is = document.getElementsByTagName("I");
-
-    var range = Selection_get();
-    if (range.start.node.nodeType != Node.TEXT_NODE)
-        throw new Error("range start should be in a text node");
-
-    Range_trackWhileExecuting(range,function() {
-       Formatting_mergeUpwards(range.start.node,Formatting_MERGEABLE_INLINE);
-    });
-    showRangeAsBrackets(range);
-}
-</script>
-</head>
-<body>
-
-<p><b><i><u></u></i></b>[]One two three</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change01-expected.html b/Editor/tests/formatting/paragraph-change01-expected.html
deleted file mode 100644
index 4441b53..0000000
--- a/Editor/tests/formatting/paragraph-change01-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 20%"></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change01-input.html b/Editor/tests/formatting/paragraph-change01-input.html
deleted file mode 100644
index e119e8a..0000000
--- a/Editor/tests/formatting/paragraph-change01-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "20%"});
-}
-</script>
-</head>
-<body>
-<p style="margin-left: 10%">[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change02-expected.html b/Editor/tests/formatting/paragraph-change02-expected.html
deleted file mode 100644
index 2fcd240..0000000
--- a/Editor/tests/formatting/paragraph-change02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 20%"/>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change02-input.html b/Editor/tests/formatting/paragraph-change02-input.html
deleted file mode 100644
index 146b1f0..0000000
--- a/Editor/tests/formatting/paragraph-change02-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "20%"});
-}
-</script>
-</head>
-<body>
-[<p style="margin-left: 10%"></p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change03-expected.html b/Editor/tests/formatting/paragraph-change03-expected.html
deleted file mode 100644
index 86f379f..0000000
--- a/Editor/tests/formatting/paragraph-change03-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 10%">One</p>
-    <h1 style="margin-left: 10%">Two</h1>
-    <div style="margin-left: 10%">
-      Three
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change03-input.html b/Editor/tests/formatting/paragraph-change03-input.html
deleted file mode 100644
index 798c6c6..0000000
--- a/Editor/tests/formatting/paragraph-change03-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-
-    // An unrelated part of the code adds "id" attributes to heading elements to keep track of
-    // sections - we're not testing that functionality here, so we want to ignore them
-    removeIds();
-}
-</script>
-</head>
-<body>
-[<p style="margin-left: 1%">One</p>
-<h1 style="margin-left: 2%">Two</h1>
-<div style="margin-left: 3%">Three</div>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change04-expected.html b/Editor/tests/formatting/paragraph-change04-expected.html
deleted file mode 100644
index 86f379f..0000000
--- a/Editor/tests/formatting/paragraph-change04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 10%">One</p>
-    <h1 style="margin-left: 10%">Two</h1>
-    <div style="margin-left: 10%">
-      Three
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change04-input.html b/Editor/tests/formatting/paragraph-change04-input.html
deleted file mode 100644
index 53e37e5..0000000
--- a/Editor/tests/formatting/paragraph-change04-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-
-    // An unrelated part of the code adds "id" attributes to heading elements to keep track of
-    // sections - we're not testing that functionality here, so we want to ignore them
-    removeIds();
-}
-</script>
-</head>
-<body>
-<p style="margin-left: 1%">O[ne</p>
-<h1 style="margin-left: 2%">Two</h1>
-<div style="margin-left: 3%">Thre]e</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change05-expected.html b/Editor/tests/formatting/paragraph-change05-expected.html
deleted file mode 100644
index 65d536e..0000000
--- a/Editor/tests/formatting/paragraph-change05-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 1%">One</p>
-    <h1 style="margin-left: 10%">Two</h1>
-    <div style="margin-left: 3%">
-      Three
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change05-input.html b/Editor/tests/formatting/paragraph-change05-input.html
deleted file mode 100644
index b065f79..0000000
--- a/Editor/tests/formatting/paragraph-change05-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-
-    // An unrelated part of the code adds "id" attributes to heading elements to keep track of
-    // sections - we're not testing that functionality here, so we want to ignore them
-    removeIds();
-}
-</script>
-</head>
-<body>
-<p style="margin-left: 1%">One</p>
-<h1 style="margin-left: 2%">T[]wo</h1>
-<div style="margin-left: 3%">Three</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change06-expected.html b/Editor/tests/formatting/paragraph-change06-expected.html
deleted file mode 100644
index 55bd283..0000000
--- a/Editor/tests/formatting/paragraph-change06-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div style="margin-left: 1%">
-      <p style="margin-left: 10%">One</p>
-      <p style="margin-left: 10%">Two</p>
-      <p style="margin-left: 10%">Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change06-input.html b/Editor/tests/formatting/paragraph-change06-input.html
deleted file mode 100644
index d233b65..0000000
--- a/Editor/tests/formatting/paragraph-change06-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-}
-</script>
-</head>
-<body>
-<div style="margin-left: 1%">
-  <p style="margin-left: 2%">On[e</p>
-  <p style="margin-left: 3%">Two</p>
-  <p style="margin-left: 4%">Thre]e</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change07-expected.html b/Editor/tests/formatting/paragraph-change07-expected.html
deleted file mode 100644
index 29b3fbf..0000000
--- a/Editor/tests/formatting/paragraph-change07-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div style="margin-left: 1%">
-      <p style="margin-left: 2%">One</p>
-      <p style="margin-left: 10%">Two</p>
-      <p style="margin-left: 4%">Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change07-input.html b/Editor/tests/formatting/paragraph-change07-input.html
deleted file mode 100644
index 7eddd1c..0000000
--- a/Editor/tests/formatting/paragraph-change07-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-}
-</script>
-</head>
-<body>
-<div style="margin-left: 1%">
-  <p style="margin-left: 2%">One</p>
-  <p style="margin-left: 3%">T[]wo</p>
-  <p style="margin-left: 4%">Three</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change08-expected.html b/Editor/tests/formatting/paragraph-change08-expected.html
deleted file mode 100644
index 29b3fbf..0000000
--- a/Editor/tests/formatting/paragraph-change08-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div style="margin-left: 1%">
-      <p style="margin-left: 2%">One</p>
-      <p style="margin-left: 10%">Two</p>
-      <p style="margin-left: 4%">Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-change08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-change08-input.html b/Editor/tests/formatting/paragraph-change08-input.html
deleted file mode 100644
index bf06d74..0000000
--- a/Editor/tests/formatting/paragraph-change08-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-}
-</script>
-</head>
-<body>
-<div style="margin-left: 1%">
-  <p style="margin-left: 2%">One</p>
-  [<p style="margin-left: 3%">Two</p>]
-  <p style="margin-left: 4%">Three</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove01-expected.html b/Editor/tests/formatting/paragraph-remove01-expected.html
deleted file mode 100644
index 4424e4d..0000000
--- a/Editor/tests/formatting/paragraph-remove01-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove01-input.html b/Editor/tests/formatting/paragraph-remove01-input.html
deleted file mode 100644
index a60dbba..0000000
--- a/Editor/tests/formatting/paragraph-remove01-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": null});
-}
-</script>
-</head>
-<body>
-<p style="margin-left: 10%">[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove02-expected.html b/Editor/tests/formatting/paragraph-remove02-expected.html
deleted file mode 100644
index 572de6d..0000000
--- a/Editor/tests/formatting/paragraph-remove02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-right: 20%"></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove02-input.html b/Editor/tests/formatting/paragraph-remove02-input.html
deleted file mode 100644
index a2bf998..0000000
--- a/Editor/tests/formatting/paragraph-remove02-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": null});
-}
-</script>
-</head>
-<body>
-<p style="margin-left: 10%; margin-right: 20%">[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove03-expected.html b/Editor/tests/formatting/paragraph-remove03-expected.html
deleted file mode 100644
index aec2fa1..0000000
--- a/Editor/tests/formatting/paragraph-remove03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-right: 20%"/>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove03-input.html b/Editor/tests/formatting/paragraph-remove03-input.html
deleted file mode 100644
index c6a3bc9..0000000
--- a/Editor/tests/formatting/paragraph-remove03-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": null});
-}
-</script>
-</head>
-<body>
-[<p style="margin-left: 10%; margin-right: 20%"></p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove04-expected.html b/Editor/tests/formatting/paragraph-remove04-expected.html
deleted file mode 100644
index 22f5569..0000000
--- a/Editor/tests/formatting/paragraph-remove04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>One</p>
-    <h1>Two</h1>
-    <div>
-      Three
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove04-input.html b/Editor/tests/formatting/paragraph-remove04-input.html
deleted file mode 100644
index 29328e0..0000000
--- a/Editor/tests/formatting/paragraph-remove04-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": null});
-
-    // An unrelated part of the code adds "id" attributes to heading elements to keep track of
-    // sections - we're not testing that functionality here, so we want to ignore them
-    removeIds();
-}
-</script>
-</head>
-<body>
-[<p style="margin-left: 1%">One</p>
-<h1 style="margin-left: 2%">Two</h1>
-<div style="margin-left: 3%">Three</div>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove05-expected.html b/Editor/tests/formatting/paragraph-remove05-expected.html
deleted file mode 100644
index 6381bf2..0000000
--- a/Editor/tests/formatting/paragraph-remove05-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 1%">One</p>
-    <h1>Two</h1>
-    <div style="margin-left: 3%">
-      Three
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove05-input.html b/Editor/tests/formatting/paragraph-remove05-input.html
deleted file mode 100644
index 66db01a..0000000
--- a/Editor/tests/formatting/paragraph-remove05-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": null});
-
-    // An unrelated part of the code adds "id" attributes to heading elements to keep track of
-    // sections - we're not testing that functionality here, so we want to ignore them
-    removeIds();
-}
-</script>
-</head>
-<body>
-<p style="margin-left: 1%">One</p>
-[<h1 style="margin-left: 2%">Two</h1>]
-<div style="margin-left: 3%">Three</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove06-expected.html b/Editor/tests/formatting/paragraph-remove06-expected.html
deleted file mode 100644
index dd1cec2..0000000
--- a/Editor/tests/formatting/paragraph-remove06-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 1%; margin-right: 11%">One</p>
-    <h1 style="margin-right: 22%">Two</h1>
-    <div style="margin-left: 3%; margin-right: 33%">
-      Three
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove06-input.html b/Editor/tests/formatting/paragraph-remove06-input.html
deleted file mode 100644
index 52508f8..0000000
--- a/Editor/tests/formatting/paragraph-remove06-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": null});
-
-    // An unrelated part of the code adds "id" attributes to heading elements to keep track of
-    // sections - we're not testing that functionality here, so we want to ignore them
-    removeIds();
-}
-</script>
-</head>
-<body>
-<p style="margin-left: 1%; margin-right: 11%">One</p>
-[<h1 style="margin-left: 2%; margin-right: 22%">Two</h1>]
-<div style="margin-left: 3%; margin-right: 33%">Three</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove07-expected.html b/Editor/tests/formatting/paragraph-remove07-expected.html
deleted file mode 100644
index 3fc8b0c..0000000
--- a/Editor/tests/formatting/paragraph-remove07-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div style="margin-left: 1%">
-      <p>One</p>
-      <p>Two</p>
-      <p>Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove07-input.html b/Editor/tests/formatting/paragraph-remove07-input.html
deleted file mode 100644
index 55e96ae..0000000
--- a/Editor/tests/formatting/paragraph-remove07-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": null});
-}
-</script>
-</head>
-<body>
-<div style="margin-left: 1%">
-  <p style="margin-left: 2%">O[ne</p>
-  <p style="margin-left: 3%">Two</p>
-  <p style="margin-left: 4%">Thre]e</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove08-expected.html b/Editor/tests/formatting/paragraph-remove08-expected.html
deleted file mode 100644
index 3fc8b0c..0000000
--- a/Editor/tests/formatting/paragraph-remove08-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div style="margin-left: 1%">
-      <p>One</p>
-      <p>Two</p>
-      <p>Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove08-input.html b/Editor/tests/formatting/paragraph-remove08-input.html
deleted file mode 100644
index 26d3612..0000000
--- a/Editor/tests/formatting/paragraph-remove08-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": null});
-}
-</script>
-</head>
-<body>
-[<div style="margin-left: 1%">
-  <p style="margin-left: 2%">One</p>
-  <p style="margin-left: 3%">Two</p>
-  <p style="margin-left: 4%">Three</p>
-</div>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove09-expected.html b/Editor/tests/formatting/paragraph-remove09-expected.html
deleted file mode 100644
index cc8a4e5..0000000
--- a/Editor/tests/formatting/paragraph-remove09-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div style="margin-left: 1%">
-      <p style="margin-left: 2%">One</p>
-      <p>Two</p>
-      <p style="margin-left: 4%">Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove09-input.html b/Editor/tests/formatting/paragraph-remove09-input.html
deleted file mode 100644
index f5bfdeb..0000000
--- a/Editor/tests/formatting/paragraph-remove09-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": null});
-}
-</script>
-</head>
-<body>
-<div style="margin-left: 1%">
-  <p style="margin-left: 2%">One</p>
-  <p style="margin-left: 3%">T[]wo</p>
-  <p style="margin-left: 4%">Three</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove10-expected.html b/Editor/tests/formatting/paragraph-remove10-expected.html
deleted file mode 100644
index cc8a4e5..0000000
--- a/Editor/tests/formatting/paragraph-remove10-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div style="margin-left: 1%">
-      <p style="margin-left: 2%">One</p>
-      <p>Two</p>
-      <p style="margin-left: 4%">Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-remove10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-remove10-input.html b/Editor/tests/formatting/paragraph-remove10-input.html
deleted file mode 100644
index 996455c..0000000
--- a/Editor/tests/formatting/paragraph-remove10-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": null});
-}
-</script>
-</head>
-<body>
-<div style="margin-left: 1%">
-  <p style="margin-left: 2%">One</p>
-  [<p style="margin-left: 3%">Two</p>]
-  <p style="margin-left: 4%">Three</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set01-expected.html b/Editor/tests/formatting/paragraph-set01-expected.html
deleted file mode 100644
index 7c2d2d8..0000000
--- a/Editor/tests/formatting/paragraph-set01-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 10%"></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set01-input.html b/Editor/tests/formatting/paragraph-set01-input.html
deleted file mode 100644
index 9baf28b..0000000
--- a/Editor/tests/formatting/paragraph-set01-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-}
-</script>
-</head>
-<body>
-<p>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set02-expected.html b/Editor/tests/formatting/paragraph-set02-expected.html
deleted file mode 100644
index 63b2469..0000000
--- a/Editor/tests/formatting/paragraph-set02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 10%"/>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set02-input.html b/Editor/tests/formatting/paragraph-set02-input.html
deleted file mode 100644
index a407440..0000000
--- a/Editor/tests/formatting/paragraph-set02-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-}
-</script>
-</head>
-<body>
-[<p></p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set03-expected.html b/Editor/tests/formatting/paragraph-set03-expected.html
deleted file mode 100644
index 86f379f..0000000
--- a/Editor/tests/formatting/paragraph-set03-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 10%">One</p>
-    <h1 style="margin-left: 10%">Two</h1>
-    <div style="margin-left: 10%">
-      Three
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set03-input.html b/Editor/tests/formatting/paragraph-set03-input.html
deleted file mode 100644
index 8f22efb..0000000
--- a/Editor/tests/formatting/paragraph-set03-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-
-    // An unrelated part of the code adds "id" attributes to heading elements to keep track of
-    // sections - we're not testing that functionality here, so we want to ignore them
-    removeIds();
-}
-</script>
-</head>
-<body>
-[<p>One</p>
-<h1>Two</h1>
-<div>Three</div>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set04-expected.html b/Editor/tests/formatting/paragraph-set04-expected.html
deleted file mode 100644
index 86f379f..0000000
--- a/Editor/tests/formatting/paragraph-set04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 10%">One</p>
-    <h1 style="margin-left: 10%">Two</h1>
-    <div style="margin-left: 10%">
-      Three
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set04-input.html b/Editor/tests/formatting/paragraph-set04-input.html
deleted file mode 100644
index 40bc76d..0000000
--- a/Editor/tests/formatting/paragraph-set04-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-
-    // An unrelated part of the code adds "id" attributes to heading elements to keep track of
-    // sections - we're not testing that functionality here, so we want to ignore them
-    removeIds();
-}
-</script>
-</head>
-<body>
-<p>O[ne</p>
-<h1>Two</h1>
-<div>Thre]e</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set05-expected.html b/Editor/tests/formatting/paragraph-set05-expected.html
deleted file mode 100644
index 7ce9c3e..0000000
--- a/Editor/tests/formatting/paragraph-set05-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>One</p>
-    <h1 style="margin-left: 10%">Two</h1>
-    <div>
-      Three
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set05-input.html b/Editor/tests/formatting/paragraph-set05-input.html
deleted file mode 100644
index 49eeee8..0000000
--- a/Editor/tests/formatting/paragraph-set05-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-
-    // An unrelated part of the code adds "id" attributes to heading elements to keep track of
-    // sections - we're not testing that functionality here, so we want to ignore them
-    removeIds();
-}
-</script>
-</head>
-<body>
-<p>One</p>
-<h1>T[]wo</h1>
-<div>Three</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set06-expected.html b/Editor/tests/formatting/paragraph-set06-expected.html
deleted file mode 100644
index fe73b8b..0000000
--- a/Editor/tests/formatting/paragraph-set06-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p style="margin-left: 10%">One</p>
-      <p style="margin-left: 10%">Two</p>
-      <p style="margin-left: 10%">Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set06-input.html b/Editor/tests/formatting/paragraph-set06-input.html
deleted file mode 100644
index f9f75fa..0000000
--- a/Editor/tests/formatting/paragraph-set06-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-}
-</script>
-</head>
-<body>
-<div>
-  <p>On[e</p>
-  <p>Two</p>
-  <p>Thre]e</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set07-expected.html b/Editor/tests/formatting/paragraph-set07-expected.html
deleted file mode 100644
index 2a50d2c..0000000
--- a/Editor/tests/formatting/paragraph-set07-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <div>
-      <p>One</p>
-      <p style="margin-left: 10%">Two</p>
-      <p>Three</p>
-    </div>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraph-set07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraph-set07-input.html b/Editor/tests/formatting/paragraph-set07-input.html
deleted file mode 100644
index ca57de0..0000000
--- a/Editor/tests/formatting/paragraph-set07-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"margin-left": "10%"});
-}
-</script>
-</head>
-<body>
-<div>
-  <p>One</p>
-  <p>T[]wo</p>
-  <p>Three</p>
-</div>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition01-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition01-expected.html
deleted file mode 100644
index 62a6e3c..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition01-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-T

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition01-input.html b/Editor/tests/formatting/paragraphTextUpToPosition01-input.html
deleted file mode 100644
index fedcf76..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>T[]he <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the </b>lazy dog.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition02-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition02-expected.html
deleted file mode 100644
index 9927244..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition02-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-The

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition02-input.html b/Editor/tests/formatting/paragraphTextUpToPosition02-input.html
deleted file mode 100644
index 4ce00f3..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The[] <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the </b>lazy dog.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition03-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition03-expected.html
deleted file mode 100644
index fe8db22..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition03-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-The qu

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition03-input.html b/Editor/tests/formatting/paragraphTextUpToPosition03-input.html
deleted file mode 100644
index 9b5afc8..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>qu[]ick</b> brown <b>fox <i>jumps <u>over</u></i> the </b>lazy dog.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition04-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition04-expected.html
deleted file mode 100644
index 236c983..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition04-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-The quick brown fox jum

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition04-input.html b/Editor/tests/formatting/paragraphTextUpToPosition04-input.html
deleted file mode 100644
index 2ec56ee..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>quick</b> brown <b>fox <i>jum[]ps <u>over</u></i> the </b>lazy dog.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition05-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition05-expected.html
deleted file mode 100644
index 30acd44..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition05-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-The quick brown fox jumps ov

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition05-input.html b/Editor/tests/formatting/paragraphTextUpToPosition05-input.html
deleted file mode 100644
index 1ab91b2..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition05-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>quick</b> brown <b>fox <i>jumps <u>ov[]er</u></i> the</b> <b>lazy</b> dog.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition06-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition06-expected.html
deleted file mode 100644
index 7dc05d3..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition06-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-The quick brown fox jumps over th

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition06-input.html b/Editor/tests/formatting/paragraphTextUpToPosition06-input.html
deleted file mode 100644
index c6de815..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> th[]e</b> <b>lazy</b> dog.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition07-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition07-expected.html
deleted file mode 100644
index 85f4b6c..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition07-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-The quick brown fox jumps over the laz

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition07-input.html b/Editor/tests/formatting/paragraphTextUpToPosition07-input.html
deleted file mode 100644
index 661153d..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition07-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the</b> <b>laz[]y</b> dog.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition08-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition08-expected.html
deleted file mode 100644
index 84102df..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition08-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-The quick brown fox jumps over the lazy dog

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition08-input.html b/Editor/tests/formatting/paragraphTextUpToPosition08-input.html
deleted file mode 100644
index d2d10bb..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition08-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the</b> <b>lazy</b> dog[].</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition09-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition09-expected.html
deleted file mode 100644
index 2fe6575..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition09-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-The quick brown fox jumps over the lazy dog.

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition09-input.html b/Editor/tests/formatting/paragraphTextUpToPosition09-input.html
deleted file mode 100644
index 71b4480..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition09-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the</b> <b>lazy</b> dog.[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition10-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition10-expected.html
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition10-input.html b/Editor/tests/formatting/paragraphTextUpToPosition10-input.html
deleted file mode 100644
index 21e20b6..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition10-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the</b> <b>lazy</b> dog.</p>
-<p>[]And here is some more text.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition11-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition11-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition11-expected.html
deleted file mode 100644
index dfdabb0..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition11-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-And

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition11-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition11-input.html b/Editor/tests/formatting/paragraphTextUpToPosition11-input.html
deleted file mode 100644
index cb4ea64..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition11-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the</b> <b>lazy</b> dog.</p>
-<p>And[] here is some more text.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition12-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition12-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition12-expected.html
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition12-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition12-input.html b/Editor/tests/formatting/paragraphTextUpToPosition12-input.html
deleted file mode 100644
index 26195c0..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition12-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the</b> <b>lazy</b> dog.</p>
-[]
-<p>And here is some more text.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition13-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition13-expected.html b/Editor/tests/formatting/paragraphTextUpToPosition13-expected.html
deleted file mode 100644
index f2ba8f8..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition13-expected.html
+++ /dev/null
@@ -1 +0,0 @@
-abc
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/paragraphTextUpToPosition13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/paragraphTextUpToPosition13-input.html b/Editor/tests/formatting/paragraphTextUpToPosition13-input.html
deleted file mode 100644
index 3610923..0000000
--- a/Editor/tests/formatting/paragraphTextUpToPosition13-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    var selectionRange = Selection_get();
-    return Formatting_paragraphTextUpToPosition(selectionRange.start);
-}
-</script>
-</head>
-<body>
-<p>The <b>quick</b> brown <b>fox <i>jumps <u>over</u></i> the</b> <b>lazy</b> dog.</p>
-abc[]
-<p>And here is some more text.</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract01a-expected.html b/Editor/tests/formatting/preserveAbstract01a-expected.html
deleted file mode 100644
index c7b4658..0000000
--- a/Editor/tests/formatting/preserveAbstract01a-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <span style="color: blue">[two]</span>
-      three
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract01a-input.html b/Editor/tests/formatting/preserveAbstract01a-input.html
deleted file mode 100644
index 806efb9..0000000
--- a/Editor/tests/formatting/preserveAbstract01a-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>
-    <span id="test1">one [two] three</span>
-  </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract01b-expected.html b/Editor/tests/formatting/preserveAbstract01b-expected.html
deleted file mode 100644
index 52ebdfe..0000000
--- a/Editor/tests/formatting/preserveAbstract01b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span uxwrite-abstract="true">one</span>
-      <span id="test1" style="color: blue" uxwrite-abstract="true">[two]</span>
-      <span uxwrite-abstract="true">three</span>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract01b-input.html b/Editor/tests/formatting/preserveAbstract01b-input.html
deleted file mode 100644
index 81797fd..0000000
--- a/Editor/tests/formatting/preserveAbstract01b-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>
-    <span id="test1" uxwrite-abstract="true">one [two] three</span>
-  </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract02a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract02a-expected.html b/Editor/tests/formatting/preserveAbstract02a-expected.html
deleted file mode 100644
index 7165cba..0000000
--- a/Editor/tests/formatting/preserveAbstract02a-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <b>[two]</b>
-      three
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract02a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract02a-input.html b/Editor/tests/formatting/preserveAbstract02a-input.html
deleted file mode 100644
index 1587916..0000000
--- a/Editor/tests/formatting/preserveAbstract02a-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": "bold"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>
-    <span id="test1">one [two] three</span>
-  </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract02b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract02b-expected.html b/Editor/tests/formatting/preserveAbstract02b-expected.html
deleted file mode 100644
index 5536762..0000000
--- a/Editor/tests/formatting/preserveAbstract02b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span uxwrite-abstract="true">one</span>
-      <span id="test1" uxwrite-abstract="true"><b>[two]</b></span>
-      <span uxwrite-abstract="true">three</span>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract02b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract02b-input.html b/Editor/tests/formatting/preserveAbstract02b-input.html
deleted file mode 100644
index a28f411..0000000
--- a/Editor/tests/formatting/preserveAbstract02b-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": "bold"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>
-    <span id="test1" uxwrite-abstract="true">one [two] three</span>
-  </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract03a-expected.html b/Editor/tests/formatting/preserveAbstract03a-expected.html
deleted file mode 100644
index e245415..0000000
--- a/Editor/tests/formatting/preserveAbstract03a-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <b><i><u>[two]</u></i></b>
-      three
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract03a-input.html b/Editor/tests/formatting/preserveAbstract03a-input.html
deleted file mode 100644
index 6947d4f..0000000
--- a/Editor/tests/formatting/preserveAbstract03a-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": "bold",
-                                            "font-style": "italic",
-                                            "text-decoration": "underline"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>
-    <span id="test1">one [two] three</span>
-  </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract03b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract03b-expected.html b/Editor/tests/formatting/preserveAbstract03b-expected.html
deleted file mode 100644
index 509c02b..0000000
--- a/Editor/tests/formatting/preserveAbstract03b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span uxwrite-abstract="true">one</span>
-      <span id="test1" uxwrite-abstract="true"><b><i><u>[two]</u></i></b></span>
-      <span uxwrite-abstract="true">three</span>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveAbstract03b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveAbstract03b-input.html b/Editor/tests/formatting/preserveAbstract03b-input.html
deleted file mode 100644
index e9c3dbd..0000000
--- a/Editor/tests/formatting/preserveAbstract03b-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": "bold",
-                                            "font-style": "italic",
-                                            "text-decoration": "underline"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>
-    <span id="test1" uxwrite-abstract="true">one [two] three</span>
-  </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps01-expected.html b/Editor/tests/formatting/preserveParaProps01-expected.html
deleted file mode 100644
index a8bc926..0000000
--- a/Editor/tests/formatting/preserveParaProps01-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="border: 1px solid blue">
-      Some
-      <span style="color: red">sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps01-input.html b/Editor/tests/formatting/preserveParaProps01-input.html
deleted file mode 100644
index 5f44929..0000000
--- a/Editor/tests/formatting/preserveParaProps01-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="border: 1px solid blue">
-  Some [sample] text
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps02-expected.html b/Editor/tests/formatting/preserveParaProps02-expected.html
deleted file mode 100644
index b6cf21a..0000000
--- a/Editor/tests/formatting/preserveParaProps02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="padding: 20%">
-      Some
-      <span style="color: red">sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps02-input.html b/Editor/tests/formatting/preserveParaProps02-input.html
deleted file mode 100644
index 0d1ec80..0000000
--- a/Editor/tests/formatting/preserveParaProps02-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="padding: 20%">
-  Some [sample] text
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps03-expected.html b/Editor/tests/formatting/preserveParaProps03-expected.html
deleted file mode 100644
index a668e0f..0000000
--- a/Editor/tests/formatting/preserveParaProps03-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin: 20%">
-      Some
-      <span style="color: red">sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps03-input.html b/Editor/tests/formatting/preserveParaProps03-input.html
deleted file mode 100644
index 35c8c83..0000000
--- a/Editor/tests/formatting/preserveParaProps03-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="margin: 20%">
-  Some [sample] text
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps04-expected.html b/Editor/tests/formatting/preserveParaProps04-expected.html
deleted file mode 100644
index ba5e442..0000000
--- a/Editor/tests/formatting/preserveParaProps04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="text-align: center">
-      Some
-      <span style="color: red">sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps04-input.html b/Editor/tests/formatting/preserveParaProps04-input.html
deleted file mode 100644
index 36eaeed..0000000
--- a/Editor/tests/formatting/preserveParaProps04-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="text-align: center">
-  Some [sample] text
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps05-expected.html b/Editor/tests/formatting/preserveParaProps05-expected.html
deleted file mode 100644
index 3525404..0000000
--- a/Editor/tests/formatting/preserveParaProps05-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="text-indent: 20%">
-      Some
-      <span style="color: red">sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps05-input.html b/Editor/tests/formatting/preserveParaProps05-input.html
deleted file mode 100644
index d418f3d..0000000
--- a/Editor/tests/formatting/preserveParaProps05-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="text-indent: 20%">
-  Some [sample] text
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps06-expected.html b/Editor/tests/formatting/preserveParaProps06-expected.html
deleted file mode 100644
index 629058d..0000000
--- a/Editor/tests/formatting/preserveParaProps06-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="line-height: 150%">
-      Some
-      <span style="color: red">sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps06-input.html b/Editor/tests/formatting/preserveParaProps06-input.html
deleted file mode 100644
index f71a941..0000000
--- a/Editor/tests/formatting/preserveParaProps06-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="line-height: 150%">
-  Some [sample] text
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps07-expected.html b/Editor/tests/formatting/preserveParaProps07-expected.html
deleted file mode 100644
index 782112f..0000000
--- a/Editor/tests/formatting/preserveParaProps07-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="display: block">
-      Some
-      <span style="color: red">sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps07-input.html b/Editor/tests/formatting/preserveParaProps07-input.html
deleted file mode 100644
index 4c33719..0000000
--- a/Editor/tests/formatting/preserveParaProps07-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="display: block">
-  Some [sample] text
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps08-expected.html b/Editor/tests/formatting/preserveParaProps08-expected.html
deleted file mode 100644
index d38c4bd..0000000
--- a/Editor/tests/formatting/preserveParaProps08-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="width: 100px">
-      Some
-      <span style="color: red">sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps08-input.html b/Editor/tests/formatting/preserveParaProps08-input.html
deleted file mode 100644
index f8133dc..0000000
--- a/Editor/tests/formatting/preserveParaProps08-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="width: 100px">
-  Some [sample] text
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps09-expected.html b/Editor/tests/formatting/preserveParaProps09-expected.html
deleted file mode 100644
index 034b150..0000000
--- a/Editor/tests/formatting/preserveParaProps09-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="height: 100px">
-      Some
-      <span style="color: red">sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/preserveParaProps09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/preserveParaProps09-input.html b/Editor/tests/formatting/preserveParaProps09-input.html
deleted file mode 100644
index c4f9814..0000000
--- a/Editor/tests/formatting/preserveParaProps09-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="height: 100px">
-  Some [sample] text
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/pushDownInlineProperties-structure01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure01-expected.html b/Editor/tests/formatting/pushDownInlineProperties-structure01-expected.html
deleted file mode 100644
index d1777b4..0000000
--- a/Editor/tests/formatting/pushDownInlineProperties-structure01-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span style="color: red">First</span>
-      <span style="color: red">line</span>
-    </p>
-    <p style="color: green">Second line</p>
-    <p>
-      <span style="color: blue">Third</span>
-      <span style="color: blue">line</span>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/pushDownInlineProperties-structure01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure01-input.html b/Editor/tests/formatting/pushDownInlineProperties-structure01-input.html
deleted file mode 100644
index 24724cc..0000000
--- a/Editor/tests/formatting/pushDownInlineProperties-structure01-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_preserveWhileExecuting(function() {
-        var range = Selection_get();
-        Formatting_splitAroundSelection(range);
-        var outermost = Range_getOutermostNodes(range);
-        Formatting_pushDownInlineProperties(outermost);
-    });
-}
-</script>
-</head>
-<body>
-<p style="color: red">First [line</p>
-<p style="color: green">Second line</p>
-<p style="color: blue">Third] line</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/pushDownInlineProperties-structure02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure02-expected.html b/Editor/tests/formatting/pushDownInlineProperties-structure02-expected.html
deleted file mode 100644
index bc9f796..0000000
--- a/Editor/tests/formatting/pushDownInlineProperties-structure02-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="color: red">First line</p>
-    <p>
-      <span style="color: green">Second</span>
-      <span style="color: green">line</span>
-    </p>
-    <p>
-      <span style="color: blue">Third</span>
-      <span style="color: blue">line</span>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/pushDownInlineProperties-structure02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure02-input.html b/Editor/tests/formatting/pushDownInlineProperties-structure02-input.html
deleted file mode 100644
index c657cc8..0000000
--- a/Editor/tests/formatting/pushDownInlineProperties-structure02-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_preserveWhileExecuting(function() {
-        var range = Selection_get();
-        Formatting_splitAroundSelection(range);
-        var outermost = Range_getOutermostNodes(range);
-        Formatting_pushDownInlineProperties(outermost);
-    });
-}
-</script>
-</head>
-<body>
-<p style="color: red">First line</p>
-<p style="color: green">Second [line</p>
-<p style="color: blue">Third] line</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/pushDownInlineProperties-structure03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure03-expected.html b/Editor/tests/formatting/pushDownInlineProperties-structure03-expected.html
deleted file mode 100644
index 2f03506..0000000
--- a/Editor/tests/formatting/pushDownInlineProperties-structure03-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span style="color: red">First</span>
-      <span style="color: red">line</span>
-    </p>
-    <p>
-      <span style="color: green">Second</span>
-      <span style="color: green">line</span>
-    </p>
-    <p style="color: blue">Third line</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/pushDownInlineProperties-structure03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure03-input.html b/Editor/tests/formatting/pushDownInlineProperties-structure03-input.html
deleted file mode 100644
index 9b1b596..0000000
--- a/Editor/tests/formatting/pushDownInlineProperties-structure03-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_preserveWhileExecuting(function() {
-        var range = Selection_get();
-        Formatting_splitAroundSelection(range);
-        var outermost = Range_getOutermostNodes(range);
-        Formatting_pushDownInlineProperties(outermost);
-    });
-}
-</script>
-</head>
-<body>
-<p style="color: red">First [line</p>
-<p style="color: green">Second] line</p>
-<p style="color: blue">Third line</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/pushDownInlineProperties-structure04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure04-expected.html b/Editor/tests/formatting/pushDownInlineProperties-structure04-expected.html
deleted file mode 100644
index 6b8c6e5..0000000
--- a/Editor/tests/formatting/pushDownInlineProperties-structure04-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span style="color: red">First</span>
-      <span style="color: red">line</span>
-    </p>
-    <p style="color: green">Second line</p>
-    <p style="color: blue">Third line</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/pushDownInlineProperties-structure04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/pushDownInlineProperties-structure04-input.html b/Editor/tests/formatting/pushDownInlineProperties-structure04-input.html
deleted file mode 100644
index b5a32ba..0000000
--- a/Editor/tests/formatting/pushDownInlineProperties-structure04-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Selection_preserveWhileExecuting(function() {
-        var range = Selection_get();
-        Formatting_splitAroundSelection(range);
-        var outermost = Range_getOutermostNodes(range);
-        Formatting_pushDownInlineProperties(outermost);
-    });
-}
-</script>
-</head>
-<body>
-<p style="color: red">First [line</p>
-<p style="color: green">Second line</p>]
-<p style="color: blue">Third line</p>
-</body>
-</html>