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

[22/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/inline-change12-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-change12-input.html b/Editor/tests/formatting/inline-change12-input.html
deleted file mode 100644
index b87ad18..0000000
--- a/Editor/tests/formatting/inline-change12-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-style": null});
-}
-</script>
-</head>
-<body>
-[<p>
-  <b>One</b>
-  <i>Two</i>
-  <u>Three</u>
-</p>]
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-change13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-change13-input.html b/Editor/tests/formatting/inline-change13-input.html
deleted file mode 100644
index 752ae0a..0000000
--- a/Editor/tests/formatting/inline-change13-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"text-decoration": null});
-}
-</script>
-</head>
-<body>
-[<p>
-  <b>One</b>
-  <i>Two</i>
-  <u>Three</u>
-</p>]
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-change14-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-change14-input.html b/Editor/tests/formatting/inline-change14-input.html
deleted file mode 100644
index 0f71544..0000000
--- a/Editor/tests/formatting/inline-change14-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-<p>
-  <b>
-    <s>One</s>
-    [<s>Two</s>]
-    <s>Three</s>
-  </b>
-</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-change15-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-change15-input.html b/Editor/tests/formatting/inline-change15-input.html
deleted file mode 100644
index 0143e4f..0000000
--- a/Editor/tests/formatting/inline-change15-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-<p>
-  <b>
-    [<s>One</s>
-    <s>Two</s>
-    <s>Three</s>]
-  </b>
-</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-change16-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-change16-input.html b/Editor/tests/formatting/inline-change16-input.html
deleted file mode 100644
index 11d80d5..0000000
--- a/Editor/tests/formatting/inline-change16-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-<p>
-  [<b>
-    <s>One</s>
-    <s>Two</s>
-    <s>Three</s>
-  </b>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-change17-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-change17-expected.html b/Editor/tests/formatting/inline-change17-expected.html
deleted file mode 100644
index 9f34271..0000000
--- a/Editor/tests/formatting/inline-change17-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span style="color: blue; font-size: 18pt"><s>One</s></span>
-      <span style="font-size: 18pt"><s>Two</s></span>
-      <span style="color: blue; font-size: 18pt"><s>Three</s></span>
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-change18-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-change18-expected.html b/Editor/tests/formatting/inline-change18-expected.html
deleted file mode 100644
index 6bfae74..0000000
--- a/Editor/tests/formatting/inline-change18-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span style="font-size: 18pt">
-        <s>One</s>
-        <s>Two</s>
-        <s>Three</s>
-      </span>
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-change19-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-change19-expected.html b/Editor/tests/formatting/inline-change19-expected.html
deleted file mode 100644
index 6bfae74..0000000
--- a/Editor/tests/formatting/inline-change19-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span style="font-size: 18pt">
-        <s>One</s>
-        <s>Two</s>
-        <s>Three</s>
-      </span>
-    </p>
-  </body>
-</html>

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

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-endnote01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-endnote01-expected.html b/Editor/tests/formatting/inline-endnote01-expected.html
deleted file mode 100644
index 984c59c..0000000
--- a/Editor/tests/formatting/inline-endnote01-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <b>[two]</b>
-      three
-      <span class="endnote">four</span>
-      five
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-endnote02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-endnote02-expected.html b/Editor/tests/formatting/inline-endnote02-expected.html
deleted file mode 100644
index 2d0bd0c..0000000
--- a/Editor/tests/formatting/inline-endnote02-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <span style="color: red">[two]</span>
-      three
-      <span class="endnote">four</span>
-      five
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-endnote02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-endnote02-input.html b/Editor/tests/formatting/inline-endnote02-input.html
deleted file mode 100644
index 165b67d..0000000
--- a/Editor/tests/formatting/inline-endnote02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>one [two] three <span class="endnote">four</span> five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-endnote03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-endnote03-expected.html b/Editor/tests/formatting/inline-endnote03-expected.html
deleted file mode 100644
index 4c9d6c4..0000000
--- a/Editor/tests/formatting/inline-endnote03-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <span class="endnote">two</span>
-      three
-      <b>[four]</b>
-      five
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-endnote04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-endnote04-expected.html b/Editor/tests/formatting/inline-endnote04-expected.html
deleted file mode 100644
index 7e25e59..0000000
--- a/Editor/tests/formatting/inline-endnote04-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <span class="endnote">two</span>
-      three
-      <span style="color: red">[four]</span>
-      five
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-endnote04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-endnote04-input.html b/Editor/tests/formatting/inline-endnote04-input.html
deleted file mode 100644
index 3e965f5..0000000
--- a/Editor/tests/formatting/inline-endnote04-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>one <span class="endnote">two</span> three [four] five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-endnote05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-endnote05-expected.html b/Editor/tests/formatting/inline-endnote05-expected.html
deleted file mode 100644
index e8e64ae..0000000
--- a/Editor/tests/formatting/inline-endnote05-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <span class="endnote">
-        two
-        <b>[three]</b>
-        four
-      </span>
-      five
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-endnote06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-endnote06-expected.html b/Editor/tests/formatting/inline-endnote06-expected.html
deleted file mode 100644
index 7b676ac..0000000
--- a/Editor/tests/formatting/inline-endnote06-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <span class="endnote">
-        two
-        <span style="color: red">[three]</span>
-        four
-      </span>
-      five
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-endnote06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-endnote06-input.html b/Editor/tests/formatting/inline-endnote06-input.html
deleted file mode 100644
index daf5a7d..0000000
--- a/Editor/tests/formatting/inline-endnote06-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>one <span class="endnote">two [three] four</span> five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-footnote01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-footnote01-expected.html b/Editor/tests/formatting/inline-footnote01-expected.html
deleted file mode 100644
index 407cc39..0000000
--- a/Editor/tests/formatting/inline-footnote01-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <b>[two]</b>
-      three
-      <span class="footnote">four</span>
-      five
-    </p>
-  </body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-footnote02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-footnote02-input.html b/Editor/tests/formatting/inline-footnote02-input.html
deleted file mode 100644
index 7bf7ee4..0000000
--- a/Editor/tests/formatting/inline-footnote02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>one [two] three <span class="footnote">four</span> five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-footnote03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-footnote03-expected.html b/Editor/tests/formatting/inline-footnote03-expected.html
deleted file mode 100644
index 2aa73ad..0000000
--- a/Editor/tests/formatting/inline-footnote03-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <span class="footnote">two</span>
-      three
-      <b>[four]</b>
-      five
-    </p>
-  </body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-footnote04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-footnote04-input.html b/Editor/tests/formatting/inline-footnote04-input.html
deleted file mode 100644
index 23f07d4..0000000
--- a/Editor/tests/formatting/inline-footnote04-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>one <span class="footnote">two</span> three [four] five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-footnote05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-footnote05-expected.html b/Editor/tests/formatting/inline-footnote05-expected.html
deleted file mode 100644
index 91a8092..0000000
--- a/Editor/tests/formatting/inline-footnote05-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <span class="footnote">
-        two
-        <b>[three]</b>
-        four
-      </span>
-      five
-    </p>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-footnote06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-footnote06-expected.html b/Editor/tests/formatting/inline-footnote06-expected.html
deleted file mode 100644
index 9ecb197..0000000
--- a/Editor/tests/formatting/inline-footnote06-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      one
-      <span class="footnote">
-        two
-        <span style="color: red">[three]</span>
-        four
-      </span>
-      five
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-footnote06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-footnote06-input.html b/Editor/tests/formatting/inline-footnote06-input.html
deleted file mode 100644
index b19e110..0000000
--- a/Editor/tests/formatting/inline-footnote06-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>one <span class="footnote">two [three] four</span> five</p>
-</body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove02-expected.html b/Editor/tests/formatting/inline-remove02-expected.html
deleted file mode 100644
index 2c9f2b7..0000000
--- a/Editor/tests/formatting/inline-remove02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><s style="font-size: 18pt">Text</s></p>
-  </body>
-</html>

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove04-expected.html b/Editor/tests/formatting/inline-remove04-expected.html
deleted file mode 100644
index 2f15273..0000000
--- a/Editor/tests/formatting/inline-remove04-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="margin-left: 5%">
-      <s style="font-size: 18pt">Text</s>
-      <s style="color: blue; font-size: 18pt">Text</s>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove04-input.html b/Editor/tests/formatting/inline-remove04-input.html
deleted file mode 100644
index 952b7b1..0000000
--- a/Editor/tests/formatting/inline-remove04-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": null});
-}
-</script>
-</head>
-<body>
-<p style="color: blue; font-size: 18pt; margin-left: 5%">
-  [<s>Text</s>]
-  <s>Text</s>
-</p>
-</body>
-</html>

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

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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove08-expected.html b/Editor/tests/formatting/inline-remove08-expected.html
deleted file mode 100644
index 5e43b82..0000000
--- a/Editor/tests/formatting/inline-remove08-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><u><s>Text</s></u></p>
-  </body>
-</html>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove09-input.html b/Editor/tests/formatting/inline-remove09-input.html
deleted file mode 100644
index 6602c3e..0000000
--- a/Editor/tests/formatting/inline-remove09-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null,
-                                 "font-style": null,
-                                 "text-decoration": null});
-}
-</script>
-</head>
-<body>
-<p>
-  [<s><b><i><u><s>Text</s></u></i></b></s>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove10-expected.html b/Editor/tests/formatting/inline-remove10-expected.html
deleted file mode 100644
index 26b646b..0000000
--- a/Editor/tests/formatting/inline-remove10-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><span style="font-size: 18pt">Text</span></p>
-  </body>
-</html>

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove12-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove12-input.html b/Editor/tests/formatting/inline-remove12-input.html
deleted file mode 100644
index 0c73cda..0000000
--- a/Editor/tests/formatting/inline-remove12-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": null,
-                                 "font-weight": null,
-                                 "font-style": null,
-                                 "text-decoration": null});
-}
-</script>
-</head>
-<body>
-<p>
-  [<span style="color: blue"><b><i><u>Text</u></i></b></span>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove13-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove13-expected.html b/Editor/tests/formatting/inline-remove13-expected.html
deleted file mode 100644
index 5bd2cf9..0000000
--- a/Editor/tests/formatting/inline-remove13-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <s>Text1</s>
-      <b><s>Text2</s></b>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove13-input.html b/Editor/tests/formatting/inline-remove13-input.html
deleted file mode 100644
index 792ad0d..0000000
--- a/Editor/tests/formatting/inline-remove13-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-<p>
-  <b>
-    <s>[Text1]</s>
-    <s>Text2</s>
-  </b>
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove14-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove14-expected.html b/Editor/tests/formatting/inline-remove14-expected.html
deleted file mode 100644
index 5bd2cf9..0000000
--- a/Editor/tests/formatting/inline-remove14-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <s>Text1</s>
-      <b><s>Text2</s></b>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove14-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove14-input.html b/Editor/tests/formatting/inline-remove14-input.html
deleted file mode 100644
index de17d82..0000000
--- a/Editor/tests/formatting/inline-remove14-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-<p>
-  <b>
-    [<s>Text1</s>]
-    <s>Text2</s>
-  </b>
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove15-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove15-expected.html b/Editor/tests/formatting/inline-remove15-expected.html
deleted file mode 100644
index 835e78c..0000000
--- a/Editor/tests/formatting/inline-remove15-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <b><s>Text1</s></b>
-      <s>Text2</s>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove15-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove15-input.html b/Editor/tests/formatting/inline-remove15-input.html
deleted file mode 100644
index 0fe01c3..0000000
--- a/Editor/tests/formatting/inline-remove15-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-<p>
-  <b>
-    <s>Text1</s>
-    <s>[Text2]</s>
-  </b>
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove16-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove16-expected.html b/Editor/tests/formatting/inline-remove16-expected.html
deleted file mode 100644
index 835e78c..0000000
--- a/Editor/tests/formatting/inline-remove16-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <b><s>Text1</s></b>
-      <s>Text2</s>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove16-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove16-input.html b/Editor/tests/formatting/inline-remove16-input.html
deleted file mode 100644
index faa8108..0000000
--- a/Editor/tests/formatting/inline-remove16-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-<p>
-  <b>
-    <s>Text1</s>
-    [<s>Text2</s>]
-  </b>
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove17-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove17-expected.html b/Editor/tests/formatting/inline-remove17-expected.html
deleted file mode 100644
index dfbeb29..0000000
--- a/Editor/tests/formatting/inline-remove17-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <s>Text1</s>
-      <s>Text2</s>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove17-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove17-input.html b/Editor/tests/formatting/inline-remove17-input.html
deleted file mode 100644
index 6629cd9..0000000
--- a/Editor/tests/formatting/inline-remove17-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-<p>
-  <b>
-    [<s>Text1</s>
-    <s>Text2</s>]
-  </b>
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove18-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove18-expected.html b/Editor/tests/formatting/inline-remove18-expected.html
deleted file mode 100644
index dfbeb29..0000000
--- a/Editor/tests/formatting/inline-remove18-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <s>Text1</s>
-      <s>Text2</s>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove18-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove18-input.html b/Editor/tests/formatting/inline-remove18-input.html
deleted file mode 100644
index 3bc0753..0000000
--- a/Editor/tests/formatting/inline-remove18-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-<p>
-  [<b>
-    <s>Text1</s>
-    <s>Text2</s>
-  </b>]
-</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove19-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove19-expected.html b/Editor/tests/formatting/inline-remove19-expected.html
deleted file mode 100644
index 9dd20dc..0000000
--- a/Editor/tests/formatting/inline-remove19-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <s>Text1</s>
-    <s>Text2</s>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove19-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove19-input.html b/Editor/tests/formatting/inline-remove19-input.html
deleted file mode 100644
index ef86ad6..0000000
--- a/Editor/tests/formatting/inline-remove19-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-[<b>
-  <s>Text1</s>
-  <s>Text2</s>
-</b>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove20-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove20-expected.html b/Editor/tests/formatting/inline-remove20-expected.html
deleted file mode 100644
index 02b1fe3..0000000
--- a/Editor/tests/formatting/inline-remove20-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <s>Text1</s>
-    <b><s>Text2</s></b>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-remove20-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-remove20-input.html b/Editor/tests/formatting/inline-remove20-input.html
deleted file mode 100644
index cc99025..0000000
--- a/Editor/tests/formatting/inline-remove20-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": null});
-}
-</script>
-</head>
-<body>
-<b>
-  <s>[Text1]</s>
-  <s>Text2</s>
-</b>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set01-nop-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set01-nop-expected.html b/Editor/tests/formatting/inline-set01-nop-expected.html
deleted file mode 100644
index e09a322..0000000
--- a/Editor/tests/formatting/inline-set01-nop-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <span style="color: blue; font-size: 12pt">Sample text</span>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set01-nop-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set01-nop-input.html b/Editor/tests/formatting/inline-set01-nop-input.html
deleted file mode 100644
index 9eb3d5e..0000000
--- a/Editor/tests/formatting/inline-set01-nop-input.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue", "font-size": "12pt"});
-}
-</script>
-</head>
-<body>[Sample text]</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set01-outer-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set01-outer-expected.html b/Editor/tests/formatting/inline-set01-outer-expected.html
deleted file mode 100644
index e0e0797..0000000
--- a/Editor/tests/formatting/inline-set01-outer-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="color: blue; font-size: 12pt">Sample text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set01-outer-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set01-outer-input.html b/Editor/tests/formatting/inline-set01-outer-input.html
deleted file mode 100644
index 7b60ce1..0000000
--- a/Editor/tests/formatting/inline-set01-outer-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue", "font-size": "12pt"});
-}
-</script>
-</head>
-<body>
-[<p>Sample text</p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set01-p-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set01-p-expected.html b/Editor/tests/formatting/inline-set01-p-expected.html
deleted file mode 100644
index e0e0797..0000000
--- a/Editor/tests/formatting/inline-set01-p-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="color: blue; font-size: 12pt">Sample text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set01-p-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set01-p-input.html b/Editor/tests/formatting/inline-set01-p-input.html
deleted file mode 100644
index e3145ef..0000000
--- a/Editor/tests/formatting/inline-set01-p-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue", "font-size": "12pt"});
-}
-</script>
-</head>
-<body>
-<p>[Sample text]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set02-nop-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set02-nop-expected.html b/Editor/tests/formatting/inline-set02-nop-expected.html
deleted file mode 100644
index fc4538a..0000000
--- a/Editor/tests/formatting/inline-set02-nop-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <span style="color: blue; font-size: 12pt">Sample</span>
-    text
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set02-nop-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set02-nop-input.html b/Editor/tests/formatting/inline-set02-nop-input.html
deleted file mode 100644
index 04d9763..0000000
--- a/Editor/tests/formatting/inline-set02-nop-input.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue", "font-size": "12pt"});
-}
-</script>
-</head>
-<body>[Sample] text</body></html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set02-outer-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set02-outer-expected.html b/Editor/tests/formatting/inline-set02-outer-expected.html
deleted file mode 100644
index 70c7b70..0000000
--- a/Editor/tests/formatting/inline-set02-outer-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span style="color: blue; font-size: 12pt">Sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set02-outer-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set02-outer-input.html b/Editor/tests/formatting/inline-set02-outer-input.html
deleted file mode 100644
index 5649a80..0000000
--- a/Editor/tests/formatting/inline-set02-outer-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue", "font-size": "12pt"});
-}
-</script>
-</head>
-<body>
-[<p>Sample] text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set02-p-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set02-p-expected.html b/Editor/tests/formatting/inline-set02-p-expected.html
deleted file mode 100644
index 70c7b70..0000000
--- a/Editor/tests/formatting/inline-set02-p-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span style="color: blue; font-size: 12pt">Sample</span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set02-p-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set02-p-input.html b/Editor/tests/formatting/inline-set02-p-input.html
deleted file mode 100644
index 3843d34..0000000
--- a/Editor/tests/formatting/inline-set02-p-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue", "font-size": "12pt"});
-}
-</script>
-</head>
-<body>
-<p>[Sample] text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set03-nop-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set03-nop-expected.html b/Editor/tests/formatting/inline-set03-nop-expected.html
deleted file mode 100644
index 48755bd..0000000
--- a/Editor/tests/formatting/inline-set03-nop-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <b>Sample text</b>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set03-nop-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set03-nop-input.html b/Editor/tests/formatting/inline-set03-nop-input.html
deleted file mode 100644
index c804aa5..0000000
--- a/Editor/tests/formatting/inline-set03-nop-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": "bold"});
-}
-</script>
-</head>
-<body>
-[Sample text]
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set03-outer-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set03-outer-input.html b/Editor/tests/formatting/inline-set03-outer-input.html
deleted file mode 100644
index 34753d8..0000000
--- a/Editor/tests/formatting/inline-set03-outer-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": "bold"});
-}
-</script>
-</head>
-<body>
-[<p>Sample text</p>]
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set03-p-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set03-p-input.html b/Editor/tests/formatting/inline-set03-p-input.html
deleted file mode 100644
index 8b17623..0000000
--- a/Editor/tests/formatting/inline-set03-p-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": "bold"});
-}
-</script>
-</head>
-<body>
-<p>[Sample text]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set04-expected.html b/Editor/tests/formatting/inline-set04-expected.html
deleted file mode 100644
index 300d365..0000000
--- a/Editor/tests/formatting/inline-set04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sample text</u></i></b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set04-input.html b/Editor/tests/formatting/inline-set04-input.html
deleted file mode 100644
index b2bb225..0000000
--- a/Editor/tests/formatting/inline-set04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": "bold",
-                                 "font-style": "italic",
-                                 "text-decoration": "underline"});
-}
-</script>
-</head>
-<body>
-<p>[Sample text]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set05-expected.html b/Editor/tests/formatting/inline-set05-expected.html
deleted file mode 100644
index eb10a69..0000000
--- a/Editor/tests/formatting/inline-set05-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <b><i><u>Sample</u></i></b>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set05-input.html b/Editor/tests/formatting/inline-set05-input.html
deleted file mode 100644
index 93528ab..0000000
--- a/Editor/tests/formatting/inline-set05-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": "bold",
-                                 "font-style": "italic",
-                                 "text-decoration": "underline"});
-}
-</script>
-</head>
-<body>
-<p>[Sample] text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set06-expected.html b/Editor/tests/formatting/inline-set06-expected.html
deleted file mode 100644
index a94c4ba..0000000
--- a/Editor/tests/formatting/inline-set06-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span style="color: blue; font-size: 12pt"><b><i><u>Sample</u></i></b></span>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set06-input.html b/Editor/tests/formatting/inline-set06-input.html
deleted file mode 100644
index 2d20e73..0000000
--- a/Editor/tests/formatting/inline-set06-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue",
-                                 "font-size": "12pt",
-                                 "font-weight": "bold",
-                                 "font-style": "italic",
-                                 "text-decoration": "underline"});
-}
-</script>
-</head>
-<body>
-<p>[Sample] text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set07-expected.html b/Editor/tests/formatting/inline-set07-expected.html
deleted file mode 100644
index 593a93f..0000000
--- a/Editor/tests/formatting/inline-set07-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Paragraph one</p>
-    <p>
-      Paragraph
-      <span style="color: blue; font-size: 12pt">two</span>
-    </p>
-    <p style="color: blue; font-size: 12pt">Paragraph three</p>
-    <p>
-      <span style="color: blue; font-size: 12pt">Paragraph</span>
-      four
-    </p>
-    <p>Paragraph five</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set07-input.html b/Editor/tests/formatting/inline-set07-input.html
deleted file mode 100644
index a8a3db9..0000000
--- a/Editor/tests/formatting/inline-set07-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue", "font-size": "12pt"});
-}
-</script>
-</head>
-<body>
-<p>Paragraph one</p>
-<p>Paragraph [two</p>
-<p>Paragraph three</p>
-<p>Paragraph] four</p>
-<p>Paragraph five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set07-outer-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set07-outer-expected.html b/Editor/tests/formatting/inline-set07-outer-expected.html
deleted file mode 100644
index 48e5574..0000000
--- a/Editor/tests/formatting/inline-set07-outer-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Paragraph one</p>
-    <p style="color: blue; font-size: 12pt">Paragraph two</p>
-    <p style="color: blue; font-size: 12pt">Paragraph three</p>
-    <p style="color: blue; font-size: 12pt">Paragraph four</p>
-    <p>Paragraph five</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set07-outer-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set07-outer-input.html b/Editor/tests/formatting/inline-set07-outer-input.html
deleted file mode 100644
index 006f9e3..0000000
--- a/Editor/tests/formatting/inline-set07-outer-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue", "font-size": "12pt"});
-}
-</script>
-</head>
-<body>
-<p>Paragraph one</p>
-[<p>Paragraph two</p>
-<p>Paragraph three</p>
-<p>Paragraph four</p>]
-<p>Paragraph five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set08-expected.html b/Editor/tests/formatting/inline-set08-expected.html
deleted file mode 100644
index db8085f..0000000
--- a/Editor/tests/formatting/inline-set08-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Paragraph one</p>
-    <p>
-      Paragraph
-      <span style="color: blue; font-size: 12pt"><b><i><u>two</u></i></b></span>
-    </p>
-    <p style="color: blue; font-size: 12pt"><b><i><u>Paragraph three</u></i></b></p>
-    <p>
-      <span style="color: blue; font-size: 12pt"><b><i><u>Paragraph</u></i></b></span>
-      four
-    </p>
-    <p>Paragraph five</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set08-input.html b/Editor/tests/formatting/inline-set08-input.html
deleted file mode 100644
index 665db73..0000000
--- a/Editor/tests/formatting/inline-set08-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue",
-                                 "font-size": "12pt",
-                                 "font-weight": "bold",
-                                 "font-style": "italic",
-                                 "text-decoration": "underline"});
-}
-</script>
-</head>
-<body>
-<p>Paragraph one</p>
-<p>Paragraph [two</p>
-<p>Paragraph three</p>
-<p>Paragraph] four</p>
-<p>Paragraph five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set08-outer-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set08-outer-expected.html b/Editor/tests/formatting/inline-set08-outer-expected.html
deleted file mode 100644
index de7f49d..0000000
--- a/Editor/tests/formatting/inline-set08-outer-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Paragraph one</p>
-    <p style="color: blue; font-size: 12pt"><b><i><u>Paragraph two</u></i></b></p>
-    <p style="color: blue; font-size: 12pt"><b><i><u>Paragraph three</u></i></b></p>
-    <p style="color: blue; font-size: 12pt"><b><i><u>Paragraph four</u></i></b></p>
-    <p>Paragraph five</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/inline-set08-outer-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/inline-set08-outer-input.html b/Editor/tests/formatting/inline-set08-outer-input.html
deleted file mode 100644
index 6c60f21..0000000
--- a/Editor/tests/formatting/inline-set08-outer-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "blue",
-                                 "font-size": "12pt",
-                                 "font-weight": "bold",
-                                 "font-style": "italic",
-                                 "text-decoration": "underline"});
-}
-</script>
-</head>
-<body>
-<p>Paragraph one</p>
-[<p>Paragraph two</p>
-<p>Paragraph three</p>
-<p>Paragraph four</p>]
-<p>Paragraph five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/justCursor01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/justCursor01-expected.html b/Editor/tests/formatting/justCursor01-expected.html
deleted file mode 100644
index 4b86379..0000000
--- a/Editor/tests/formatting/justCursor01-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      Here is s
-      <b>X</b>
-      ome text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/justCursor01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/justCursor01-input.html b/Editor/tests/formatting/justCursor01-input.html
deleted file mode 100644
index 257b6fd..0000000
--- a/Editor/tests/formatting/justCursor01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-weight": "bold"});
-    Cursor_insertCharacter("X");
-}
-</script>
-</head>
-<body>
-<p>Here is s[]ome text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/justCursor02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/justCursor02-expected.html b/Editor/tests/formatting/justCursor02-expected.html
deleted file mode 100644
index 6353bcd..0000000
--- a/Editor/tests/formatting/justCursor02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      Here is s
-      <span style="color: red">X</span>
-      ome text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/justCursor02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/justCursor02-input.html b/Editor/tests/formatting/justCursor02-input.html
deleted file mode 100644
index 6b013cf..0000000
--- a/Editor/tests/formatting/justCursor02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"color": "red"});
-    Cursor_insertCharacter("X");
-}
-</script>
-</head>
-<body>
-<p>Here is s[]ome text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/justCursor03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/justCursor03-expected.html b/Editor/tests/formatting/justCursor03-expected.html
deleted file mode 100644
index b0014b5..0000000
--- a/Editor/tests/formatting/justCursor03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="text-align: center">Here is sXome text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/justCursor03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/justCursor03-input.html b/Editor/tests/formatting/justCursor03-input.html
deleted file mode 100644
index 6e6756e..0000000
--- a/Editor/tests/formatting/justCursor03-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"text-align": "center"});
-    Cursor_insertCharacter("X");
-}
-</script>
-</head>
-<body>
-<p>Here is s[]ome text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/justCursor04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/justCursor04-expected.html b/Editor/tests/formatting/justCursor04-expected.html
deleted file mode 100644
index 918331d..0000000
--- a/Editor/tests/formatting/justCursor04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p style="text-align: center">
-      Here is s
-      <i>X</i>
-      ome text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/justCursor04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/justCursor04-input.html b/Editor/tests/formatting/justCursor04-input.html
deleted file mode 100644
index 8201290..0000000
--- a/Editor/tests/formatting/justCursor04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Formatting_applyFormattingChanges(null,{"font-style": "italic",
-                                            "text-align": "center"});
-    Cursor_insertCharacter("X");
-}
-</script>
-</head>
-<body>
-<p>Here is s[]ome text</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards01-input.html b/Editor/tests/formatting/mergeUpwards01-input.html
deleted file mode 100644
index 3d8a6da..0000000
--- a/Editor/tests/formatting/mergeUpwards01-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>One two </b><b>[]three</b></p>
-
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards02-input.html b/Editor/tests/formatting/mergeUpwards02-input.html
deleted file mode 100644
index 23be3e7..0000000
--- a/Editor/tests/formatting/mergeUpwards02-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>One two </u></i></b><b><i><u>[]three</u></i></b></p>
-
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/formatting/mergeUpwards03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards03-input.html b/Editor/tests/formatting/mergeUpwards03-input.html
deleted file mode 100644
index e148fb9..0000000
--- a/Editor/tests/formatting/mergeUpwards03-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>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/mergeUpwards04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/formatting/mergeUpwards04-expected.html b/Editor/tests/formatting/mergeUpwards04-expected.html
deleted file mode 100644
index ffda085..0000000
--- a/Editor/tests/formatting/mergeUpwards04-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      Before
-      <b>One two []three</b>
-      After
-    </p>
-  </body>
-</html>