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

[12/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/outline/deleteSection-nested03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-nested03-expected.html b/Editor/tests/outline/deleteSection-nested03-expected.html
deleted file mode 100644
index 413c731..0000000
--- a/Editor/tests/outline/deleteSection-nested03-expected.html
+++ /dev/null
@@ -1,66 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 Section 1</a></p>
-      <p class="toc2"><a href="#item2">1.1 Section 2</a></p>
-      <p class="toc3"><a href="#item3">1.1.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">1.1.2 Section 4</a></p>
-      <p class="toc2"><a href="#item5">1.2 Section 5</a></p>
-      <p class="toc3"><a href="#item6">1.2.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">1.2.2 Section 7</a></p>
-      <p class="toc1"><a href="#item8">2 Section 8</a></p>
-      <p class="toc2"><a href="#item9">2.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">2.1.1 Section 10</a></p>
-      <p class="toc3"><a href="#item11">2.1.2 Section 11</a></p>
-      <p class="toc2"><a href="#item12">2.2 Section 12</a></p>
-      <p class="toc3"><a href="#item13">2.2.1 Section 13</a></p>
-      <p class="toc3"><a href="#item14">2.2.2 Section 14</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h2 id="item2">Section 2</h2>
-    <p>Content 2 A</p>
-    <p>Content 2 B</p>
-    <h3 id="item3">Section 3</h3>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-    <h3 id="item4">Section 4</h3>
-    <p>Content 4 A</p>
-    <p>Content 4 B</p>
-    <h2 id="item5">Section 5</h2>
-    <p>Content 5 A</p>
-    <p>Content 5 B</p>
-    <h3 id="item6">Section 6</h3>
-    <p>Content 6 A</p>
-    <p>Content 6 B</p>
-    <h3 id="item7">Section 7</h3>
-    <p>Content 7 A</p>
-    <p>Content 7 B</p>
-    <h1 id="item8">Section 8</h1>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h2 id="item9">Section 9</h2>
-    <p>Content 9 A</p>
-    <p>Content 9 B</p>
-    <h3 id="item10">Section 10</h3>
-    <p>Content 10 A</p>
-    <p>Content 10 B</p>
-    <h3 id="item11">Section 11</h3>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h2 id="item12">Section 12</h2>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-    <h3 id="item13">Section 13</h3>
-    <p>Content 13 A</p>
-    <p>Content 13 B</p>
-    <h3 id="item14">Section 14</h3>
-    <p>Content 14 A</p>
-    <p>Content 14 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/deleteSection-nested03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection-nested03-input.html b/Editor/tests/outline/deleteSection-nested03-input.html
deleted file mode 100644
index 197304b..0000000
--- a/Editor/tests/outline/deleteSection-nested03-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    setupOutline([[2,2],[2,2],[2,2]]);
-
-    Outline_deleteItem("item15");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/deleteSection01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection01-expected.html b/Editor/tests/outline/deleteSection01-expected.html
deleted file mode 100644
index 0043d0f..0000000
--- a/Editor/tests/outline/deleteSection01-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item2">1 Section 2</a></p>
-      <p class="toc1"><a href="#item3">2 Section 3</a></p>
-    </nav>
-    <h1 id="item2">Section 2</h1>
-    <p>Content 2 A</p>
-    <p>Content 2 B</p>
-    <h1 id="item3">Section 3</h1>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/deleteSection01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection01-input.html b/Editor/tests/outline/deleteSection01-input.html
deleted file mode 100644
index 91a2260..0000000
--- a/Editor/tests/outline/deleteSection01-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    setupOutline(3);
-
-    Outline_deleteItem("item1");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/deleteSection02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection02-expected.html b/Editor/tests/outline/deleteSection02-expected.html
deleted file mode 100644
index c6ecdfa..0000000
--- a/Editor/tests/outline/deleteSection02-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 Section 1</a></p>
-      <p class="toc1"><a href="#item3">2 Section 3</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h1 id="item3">Section 3</h1>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/deleteSection02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection02-input.html b/Editor/tests/outline/deleteSection02-input.html
deleted file mode 100644
index 044e65c..0000000
--- a/Editor/tests/outline/deleteSection02-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    setupOutline(3);
-
-    Outline_deleteItem("item2");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/deleteSection03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection03-expected.html b/Editor/tests/outline/deleteSection03-expected.html
deleted file mode 100644
index 87ce5c3..0000000
--- a/Editor/tests/outline/deleteSection03-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 Section 1</a></p>
-      <p class="toc1"><a href="#item2">2 Section 2</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h1 id="item2">Section 2</h1>
-    <p>Content 2 A</p>
-    <p>Content 2 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/deleteSection03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/deleteSection03-input.html b/Editor/tests/outline/deleteSection03-input.html
deleted file mode 100644
index 4b83cea..0000000
--- a/Editor/tests/outline/deleteSection03-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    setupOutline(3);
-
-    Outline_deleteItem("item3");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery01-expected.html b/Editor/tests/outline/discovery01-expected.html
deleted file mode 100644
index 6b82bc6..0000000
--- a/Editor/tests/outline/discovery01-expected.html
+++ /dev/null
@@ -1,27 +0,0 @@
-Sections:
-    First heading (item1)
-        Second heading (item4)
-            Third heading (item7)
-Figures:
-    [no caption] (item2)
-    [no caption] (item5)
-    [no caption] (item8)
-Tables:
-    [no caption] (item3)
-    [no caption] (item6)
-    [no caption] (item9)
-<html>
-  <head>
-  </head>
-  <body>
-    <h1 id="item1">First heading</h1>
-    <figure id="item2"/>
-    <table id="item3"/>
-    <h2 id="item4">Second heading</h2>
-    <figure id="item5"/>
-    <table id="item6"/>
-    <h3 id="item7">Third heading</h3>
-    <figure id="item8"/>
-    <table id="item9"/>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery01-input.html b/Editor/tests/outline/discovery01-input.html
deleted file mode 100644
index d587a09..0000000
--- a/Editor/tests/outline/discovery01-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1>First heading</h1>
-<figure></figure>
-<table></table>
-<h2>Second heading</h2>
-<figure></figure>
-<table></table>
-<h3>Third heading</h3>
-<figure></figure>
-<table></table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery02-expected.html b/Editor/tests/outline/discovery02-expected.html
deleted file mode 100644
index dcb2a30..0000000
--- a/Editor/tests/outline/discovery02-expected.html
+++ /dev/null
@@ -1,41 +0,0 @@
-Sections:
-    1 First heading (item1)
-        1.1 Second heading (item4)
-            1.1.1 Third heading (item7)
-Figures:
-    1 (item2)
-    2 (item5)
-    3 (item8)
-Tables:
-    1 (item3)
-    2 (item6)
-    3 (item9)
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">First heading</h1>
-    <figure id="item2">
-      <figcaption/>
-    </figure>
-    <table id="item3">
-      <caption/>
-    </table>
-    <h2 id="item4">Second heading</h2>
-    <figure id="item5">
-      <figcaption/>
-    </figure>
-    <table id="item6">
-      <caption/>
-    </table>
-    <h3 id="item7">Third heading</h3>
-    <figure id="item8">
-      <figcaption/>
-    </figure>
-    <table id="item9">
-      <caption/>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery02-input.html b/Editor/tests/outline/discovery02-input.html
deleted file mode 100644
index 5967cac..0000000
--- a/Editor/tests/outline/discovery02-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    setNumbering(true);
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1>First heading</h1>
-<figure></figure>
-<table></table>
-<h2>Second heading</h2>
-<figure></figure>
-<table></table>
-<h3>Third heading</h3>
-<figure></figure>
-<table></table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery03-expected.html b/Editor/tests/outline/discovery03-expected.html
deleted file mode 100644
index dae801d..0000000
--- a/Editor/tests/outline/discovery03-expected.html
+++ /dev/null
@@ -1,39 +0,0 @@
-Sections:
-    First section (item1)
-    Second section (item4)
-    Third section (item7)
-Figures:
-    First figure (item2)
-    Second figure (item5)
-    Third figure (item8)
-Tables:
-    First table (item3)
-    Second table (item6)
-    Third table (item9)
-<html>
-  <head>
-  </head>
-  <body>
-    <h1 id="item1">First section</h1>
-    <figure id="item2">
-      <figcaption class="Unnumbered">First figure</figcaption>
-    </figure>
-    <table id="item3">
-      <caption class="Unnumbered">First table</caption>
-    </table>
-    <h1 id="item4">Second section</h1>
-    <figure id="item5">
-      <figcaption class="Unnumbered">Second figure</figcaption>
-    </figure>
-    <table id="item6">
-      <caption class="Unnumbered">Second table</caption>
-    </table>
-    <h1 id="item7">Third section</h1>
-    <figure id="item8">
-      <figcaption class="Unnumbered">Third figure</figcaption>
-    </figure>
-    <table id="item9">
-      <caption class="Unnumbered">Third table</caption>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery03-input.html b/Editor/tests/outline/discovery03-input.html
deleted file mode 100644
index 4d5c4ab..0000000
--- a/Editor/tests/outline/discovery03-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1>First section</h1>
-<figure><figcaption>First figure</figcaption></figure>
-<table><caption>First table</caption></table>
-<h1>Second section</h1>
-<figure><figcaption>Second figure</figcaption></figure>
-<table><caption>Second table</caption></table>
-<h1>Third section</h1>
-<figure><figcaption>Third figure</figcaption></figure>
-<table><caption>Third table</caption></table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery04-expected.html b/Editor/tests/outline/discovery04-expected.html
deleted file mode 100644
index 09986e2..0000000
--- a/Editor/tests/outline/discovery04-expected.html
+++ /dev/null
@@ -1,41 +0,0 @@
-Sections:
-    1 First section (item1)
-    2 Second section (item4)
-    3 Third section (item7)
-Figures:
-    1 First figure (item2)
-    2 Second figure (item5)
-    3 Third figure (item8)
-Tables:
-    1 First table (item3)
-    2 Second table (item6)
-    3 Third table (item9)
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">First section</h1>
-    <figure id="item2">
-      <figcaption>First figure</figcaption>
-    </figure>
-    <table id="item3">
-      <caption>First table</caption>
-    </table>
-    <h1 id="item4">Second section</h1>
-    <figure id="item5">
-      <figcaption>Second figure</figcaption>
-    </figure>
-    <table id="item6">
-      <caption>Second table</caption>
-    </table>
-    <h1 id="item7">Third section</h1>
-    <figure id="item8">
-      <figcaption>Third figure</figcaption>
-    </figure>
-    <table id="item9">
-      <caption>Third table</caption>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery04-input.html b/Editor/tests/outline/discovery04-input.html
deleted file mode 100644
index ac0a6e1..0000000
--- a/Editor/tests/outline/discovery04-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    setNumbering(true);
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1>First section</h1>
-<figure><figcaption>First figure</figcaption></figure>
-<table><caption>First table</caption></table>
-<h1>Second section</h1>
-<figure><figcaption>Second figure</figcaption></figure>
-<table><caption>Second table</caption></table>
-<h1>Third section</h1>
-<figure><figcaption>Third figure</figcaption></figure>
-<table><caption>Third table</caption></table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery05-expected.html b/Editor/tests/outline/discovery05-expected.html
deleted file mode 100644
index 09986e2..0000000
--- a/Editor/tests/outline/discovery05-expected.html
+++ /dev/null
@@ -1,41 +0,0 @@
-Sections:
-    1 First section (item1)
-    2 Second section (item4)
-    3 Third section (item7)
-Figures:
-    1 First figure (item2)
-    2 Second figure (item5)
-    3 Third figure (item8)
-Tables:
-    1 First table (item3)
-    2 Second table (item6)
-    3 Third table (item9)
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">First section</h1>
-    <figure id="item2">
-      <figcaption>First figure</figcaption>
-    </figure>
-    <table id="item3">
-      <caption>First table</caption>
-    </table>
-    <h1 id="item4">Second section</h1>
-    <figure id="item5">
-      <figcaption>Second figure</figcaption>
-    </figure>
-    <table id="item6">
-      <caption>Second table</caption>
-    </table>
-    <h1 id="item7">Third section</h1>
-    <figure id="item8">
-      <figcaption>Third figure</figcaption>
-    </figure>
-    <table id="item9">
-      <caption>Third table</caption>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery05-input.html b/Editor/tests/outline/discovery05-input.html
deleted file mode 100644
index 9c806e6..0000000
--- a/Editor/tests/outline/discovery05-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1>6 First section</h1>
-<figure><figcaption>Figure 4: First figure</figcaption></figure>
-<table><caption>Table 9: First table</caption></table>
-<h1>12.3 Second section</h1>
-<figure><figcaption>Figure 5.11: Second figure</figcaption></figure>
-<table><caption>Table 9.13: Second table</caption></table>
-<h1>14.5.3 Third section</h1>
-<figure><figcaption>Figure 3.12.199: Third figure</figcaption></figure>
-<table><caption>Table 88.55.44: Third table</caption></table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery06-expected.html b/Editor/tests/outline/discovery06-expected.html
deleted file mode 100644
index 3f65556..0000000
--- a/Editor/tests/outline/discovery06-expected.html
+++ /dev/null
@@ -1,41 +0,0 @@
-Sections:
-    First section (item1)
-    Second section (item4)
-    Third section (item7)
-Figures:
-    First figure (item2)
-    Second figure (item5)
-    Third figure (item8)
-Tables:
-    First table (item3)
-    Second table (item6)
-    Third table (item9)
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 class="Unnumbered" id="item1">First section</h1>
-    <figure id="item2">
-      <figcaption class="Unnumbered">First figure</figcaption>
-    </figure>
-    <table id="item3">
-      <caption class="Unnumbered">First table</caption>
-    </table>
-    <h1 class="Unnumbered" id="item4">Second section</h1>
-    <figure id="item5">
-      <figcaption class="Unnumbered">Second figure</figcaption>
-    </figure>
-    <table id="item6">
-      <caption class="Unnumbered">Second table</caption>
-    </table>
-    <h1 class="Unnumbered" id="item7">Third section</h1>
-    <figure id="item8">
-      <figcaption class="Unnumbered">Third figure</figcaption>
-    </figure>
-    <table id="item9">
-      <caption class="Unnumbered">Third table</caption>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery06-input.html b/Editor/tests/outline/discovery06-input.html
deleted file mode 100644
index 8284d44..0000000
--- a/Editor/tests/outline/discovery06-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    setNumbering(true);
-    setNumbering(false);
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1>First section</h1>
-<figure><figcaption>First figure</figcaption></figure>
-<table><caption>First table</caption></table>
-<h1>Second section</h1>
-<figure><figcaption>Second figure</figcaption></figure>
-<table><caption>Second table</caption></table>
-<h1>Third section</h1>
-<figure><figcaption>Third figure</figcaption></figure>
-<table><caption>Third table</caption></table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery07-expected.html b/Editor/tests/outline/discovery07-expected.html
deleted file mode 100644
index 3f65556..0000000
--- a/Editor/tests/outline/discovery07-expected.html
+++ /dev/null
@@ -1,41 +0,0 @@
-Sections:
-    First section (item1)
-    Second section (item4)
-    Third section (item7)
-Figures:
-    First figure (item2)
-    Second figure (item5)
-    Third figure (item8)
-Tables:
-    First table (item3)
-    Second table (item6)
-    Third table (item9)
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 class="Unnumbered" id="item1">First section</h1>
-    <figure id="item2">
-      <figcaption class="Unnumbered">First figure</figcaption>
-    </figure>
-    <table id="item3">
-      <caption class="Unnumbered">First table</caption>
-    </table>
-    <h1 class="Unnumbered" id="item4">Second section</h1>
-    <figure id="item5">
-      <figcaption class="Unnumbered">Second figure</figcaption>
-    </figure>
-    <table id="item6">
-      <caption class="Unnumbered">Second table</caption>
-    </table>
-    <h1 class="Unnumbered" id="item7">Third section</h1>
-    <figure id="item8">
-      <figcaption class="Unnumbered">Third figure</figcaption>
-    </figure>
-    <table id="item9">
-      <caption class="Unnumbered">Third table</caption>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery07-input.html b/Editor/tests/outline/discovery07-input.html
deleted file mode 100644
index da5886c..0000000
--- a/Editor/tests/outline/discovery07-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    setNumbering(false);
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1>6 First section</h1>
-<figure><figcaption>Figure 4: First figure</figcaption></figure>
-<table><caption>Table 9: First table</caption></table>
-<h1>12.3 Second section</h1>
-<figure><figcaption>Figure 5.11: Second figure</figcaption></figure>
-<table><caption>Table 9.13: Second table</caption></table>
-<h1>14.5.3 Third section</h1>
-<figure><figcaption>Figure 3.12.199: Third figure</figcaption></figure>
-<table><caption>Table 88.55.44: Third table</caption></table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery08-expected.html b/Editor/tests/outline/discovery08-expected.html
deleted file mode 100644
index cca44e2..0000000
--- a/Editor/tests/outline/discovery08-expected.html
+++ /dev/null
@@ -1,25 +0,0 @@
-Sections:
-    First section (item1)
-    1 Second section (item2)
-    2 Third section (item3)
-    3 Fourth section (item4)
-    4 Fifth section (item5)
-    5 Sixth section (item6)
-    6 Seventh section (item7)
-Figures:
-Tables:
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 class="Unnumbered" id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-    <h1 id="item3">Third section</h1>
-    <h1 id="item4">Fourth section</h1>
-    <h1 id="item5">Fifth section</h1>
-    <h1 id="item6">Sixth section</h1>
-    <h1 id="item7">Seventh section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery08-input.html b/Editor/tests/outline/discovery08-input.html
deleted file mode 100644
index 74a2810..0000000
--- a/Editor/tests/outline/discovery08-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1>First section</h1>
-<h1>5 Second section</h1>
-<h1>5. Third section</h1>
-<h1>5.4 Fourth section</h1>
-<h1>5.4. Fifth section</h1>
-<h1>5.4.3 Sixth section</h1>
-<h1>5.4.3. Seventh section</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery09-expected.html b/Editor/tests/outline/discovery09-expected.html
deleted file mode 100644
index 584bdc6..0000000
--- a/Editor/tests/outline/discovery09-expected.html
+++ /dev/null
@@ -1,27 +0,0 @@
-Sections:
-    First section - not numbered (item1)
-    1 Second section (item2)
-    2 Third section (item3)
-    Fourth section - not numbered (item4)
-    Fifth section - not numbered (item5)
-    3 Sixth section (item6)
-    4 Seventh section (item7)
-    Eighth section - not numbered (item8)
-Figures:
-Tables:
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 class="Unnumbered" id="item1">First section - not numbered</h1>
-    <h1 id="item2">Second section</h1>
-    <h1 id="item3">Third section</h1>
-    <h1 class="Unnumbered" id="item4">Fourth section - not numbered</h1>
-    <h1 class="Unnumbered" id="item5">Fifth section - not numbered</h1>
-    <h1 id="item6">Sixth section</h1>
-    <h1 id="item7">Seventh section</h1>
-    <h1 class="Unnumbered" id="item8">Eighth section - not numbered</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery09-input.html b/Editor/tests/outline/discovery09-input.html
deleted file mode 100644
index c1d0acf..0000000
--- a/Editor/tests/outline/discovery09-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1>First section - not numbered</h1>
-<h1>99 Second section</h1>
-<h1>99 Third section</h1>
-<h1>Fourth section - not numbered</h1>
-<h1>Fifth section - not numbered</h1>
-<h1>99 Sixth section</h1>
-<h1>99 Seventh section</h1>
-<h1>Eighth section - not numbered</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery10-expected.html b/Editor/tests/outline/discovery10-expected.html
deleted file mode 100644
index 3ac52bf..0000000
--- a/Editor/tests/outline/discovery10-expected.html
+++ /dev/null
@@ -1,29 +0,0 @@
-Sections:
-    1 Top-level heading (item1)
-        First section - not numbered (item2)
-        1.1 Second section (item3)
-        1.2 Third section (item4)
-        Fourth section - not numbered (item5)
-        Fifth section - not numbered (item6)
-        1.3 Sixth section (item7)
-        1.4 Seventh section (item8)
-        Eighth section - not numbered (item9)
-Figures:
-Tables:
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">Top-level heading</h1>
-    <h2 class="Unnumbered" id="item2">First section - not numbered</h2>
-    <h2 id="item3">Second section</h2>
-    <h2 id="item4">Third section</h2>
-    <h2 class="Unnumbered" id="item5">Fourth section - not numbered</h2>
-    <h2 class="Unnumbered" id="item6">Fifth section - not numbered</h2>
-    <h2 id="item7">Sixth section</h2>
-    <h2 id="item8">Seventh section</h2>
-    <h2 class="Unnumbered" id="item9">Eighth section - not numbered</h2>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/discovery10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/discovery10-input.html b/Editor/tests/outline/discovery10-input.html
deleted file mode 100644
index 58ff03a..0000000
--- a/Editor/tests/outline/discovery10-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1>99 Top-level heading</h1>
-<h2>First section - not numbered</h2>
-<h2>99 Second section</h2>
-<h2>99 Third section</h2>
-<h2>Fourth section - not numbered</h2>
-<h2>Fifth section - not numbered</h2>
-<h2>99 Sixth section</h2>
-<h2>99 Seventh section</h2>
-<h2>Eighth section - not numbered</h2>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing01-expected.html b/Editor/tests/outline/heading-editing01-expected.html
deleted file mode 100644
index f3e172d..0000000
--- a/Editor/tests/outline/heading-editing01-expected.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">
-        <a href="#item1">
-          1
-          d[]
-        </a>
-      </p>
-      <p class="toc1">
-        <a href="#item2">
-          2
-          Two
-        </a>
-      </p>
-      <p class="toc1">
-        <a href="#item3">
-          3
-          Three
-        </a>
-      </p>
-    </nav>
-    <h1 id="item1">d[]</h1>
-    <h1 id="item2">Two</h1>
-    <h1 id="item3">Three</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing01-input.html b/Editor/tests/outline/heading-editing01-input.html
deleted file mode 100644
index 3333a45..0000000
--- a/Editor/tests/outline/heading-editing01-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    var heading = document.getElementsByTagName("H1")[0];
-    Selection_set(heading.lastChild,0,heading.lastChild,heading.lastChild.nodeValue.length);
-    Cursor_insertCharacter("d");
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>One</h1>
-<h1>Two</h1>
-<h1>Three</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing02-expected.html b/Editor/tests/outline/heading-editing02-expected.html
deleted file mode 100644
index 21e8740..0000000
--- a/Editor/tests/outline/heading-editing02-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <h1 id="item1">.O.n.e.</h1>
-    <h1 id="item2">.T.w.o.</h1>
-    <h1 id="item3">.T.h.r.e.e.</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing02-input.html b/Editor/tests/outline/heading-editing02-input.html
deleted file mode 100644
index 129b3e3..0000000
--- a/Editor/tests/outline/heading-editing02-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="../position/validPositions.js"></script>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<h1>One</h1>
-<h1>Two</h1>
-<h1>Three</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing03-expected.html b/Editor/tests/outline/heading-editing03-expected.html
deleted file mode 100644
index 55e2f54..0000000
--- a/Editor/tests/outline/heading-editing03-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">
-        <a href="#item1">
-          1
-          er
-        </a>
-      </p>
-    </nav>
-    <p>Text</p>
-    <h1 id="item1">er</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing03-input.html b/Editor/tests/outline/heading-editing03-input.html
deleted file mode 100644
index e19e9c9..0000000
--- a/Editor/tests/outline/heading-editing03-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    for (var i = 0; i < 7; i++) {
-        Cursor_deleteCharacter();
-        PostponedActions_perform();
-   }
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<p>Text</p>
-<h1>One</h1>
-<p>Oth[]er</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing04-expected.html b/Editor/tests/outline/heading-editing04-expected.html
deleted file mode 100644
index 25e101b..0000000
--- a/Editor/tests/outline/heading-editing04-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">[No sections defined]</p>
-    </nav>
-    <p>Texter</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing04-input.html b/Editor/tests/outline/heading-editing04-input.html
deleted file mode 100644
index 5888e83..0000000
--- a/Editor/tests/outline/heading-editing04-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    for (var i = 0; i < 8; i++) {
-        Cursor_deleteCharacter();
-        PostponedActions_perform();
-   }
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<p>Text</p>
-<h1>One</h1>
-<p>Oth[]er</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing05-expected.html b/Editor/tests/outline/heading-editing05-expected.html
deleted file mode 100644
index b01af02..0000000
--- a/Editor/tests/outline/heading-editing05-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">[No sections defined]</p>
-    </nav>
-    <p>Texer</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing05-input.html b/Editor/tests/outline/heading-editing05-input.html
deleted file mode 100644
index 4909327..0000000
--- a/Editor/tests/outline/heading-editing05-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    for (var i = 0; i < 9; i++) {
-        Cursor_deleteCharacter();
-        PostponedActions_perform();
-   }
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<p>Text</p>
-<h1>One</h1>
-<p>Oth[]er</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing06-expected.html b/Editor/tests/outline/heading-editing06-expected.html
deleted file mode 100644
index fdb03f8..0000000
--- a/Editor/tests/outline/heading-editing06-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">
-        <a href="#item1">
-          1
-          Oner
-        </a>
-      </p>
-    </nav>
-    <h1 id="item1">Oner</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing06-input.html b/Editor/tests/outline/heading-editing06-input.html
deleted file mode 100644
index c5c6f3e..0000000
--- a/Editor/tests/outline/heading-editing06-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    for (var i = 0; i < 15; i++) {
-        Cursor_deleteCharacter();
-        PostponedActions_perform();
-   }
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>One</h1>
-<h1>Two</h1>
-<h1>Three</h1>
-<p>Oth[]er</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing07-expected.html b/Editor/tests/outline/heading-editing07-expected.html
deleted file mode 100644
index 616c3c5..0000000
--- a/Editor/tests/outline/heading-editing07-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1</a></p>
-    </nav>
-    <h1 id="item1"><br/></h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing07-input.html b/Editor/tests/outline/heading-editing07-input.html
deleted file mode 100644
index bcaa501..0000000
--- a/Editor/tests/outline/heading-editing07-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    for (var i = 0; i < 19; i++) {
-        Cursor_deleteCharacter();
-        PostponedActions_perform();
-    }
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>One</h1>
-<h1>Two</h1>
-<h1>Three</h1>
-<p>Other[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing08-expected.html b/Editor/tests/outline/heading-editing08-expected.html
deleted file mode 100644
index 7988be2..0000000
--- a/Editor/tests/outline/heading-editing08-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">
-        <a href="#item1">
-          1
-          One
-        </a>
-      </p>
-    </nav>
-    <h1 id="item1">One</h1>
-    <p>Two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-editing08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-editing08-input.html b/Editor/tests/outline/heading-editing08-input.html
deleted file mode 100644
index 1bc61a3..0000000
--- a/Editor/tests/outline/heading-editing08-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    for (var i = 0; i < 19; i++) {
-        Cursor_deleteCharacter();
-        PostponedActions_perform();
-    }
-    Cursor_insertCharacter("One");
-    Cursor_enterPressed();
-    Cursor_insertCharacter("Two");
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>One</h1>
-<h1>Two</h1>
-<h1>Three</h1>
-<p>Other[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy01a-expected.html b/Editor/tests/outline/heading-hierarchy01a-expected.html
deleted file mode 100644
index 108bbfa..0000000
--- a/Editor/tests/outline/heading-hierarchy01a-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1 id="item1">[One]</h1>
-    <ol>
-      <li>Two</li>
-      <li>Three</li>
-      <li>Four</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy01a-input.html b/Editor/tests/outline/heading-hierarchy01a-input.html
deleted file mode 100644
index 81cd522..0000000
--- a/Editor/tests/outline/heading-hierarchy01a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>[One]</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li>Four</li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy01b-expected.html b/Editor/tests/outline/heading-hierarchy01b-expected.html
deleted file mode 100644
index ca7eceb..0000000
--- a/Editor/tests/outline/heading-hierarchy01b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-    </ol>
-    <h1 id="item1">[Three]</h1>
-    <ol>
-      <li>Four</li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy01b-input.html b/Editor/tests/outline/heading-hierarchy01b-input.html
deleted file mode 100644
index 85edf0b..0000000
--- a/Editor/tests/outline/heading-hierarchy01b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>[Three]</li>
-  <li>Four</li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy01c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy01c-expected.html b/Editor/tests/outline/heading-hierarchy01c-expected.html
deleted file mode 100644
index f7cbcf3..0000000
--- a/Editor/tests/outline/heading-hierarchy01c-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-      <li>Four</li>
-    </ol>
-    <h1 id="item1">[Five]</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy01c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy01c-input.html b/Editor/tests/outline/heading-hierarchy01c-input.html
deleted file mode 100644
index c476cbb..0000000
--- a/Editor/tests/outline/heading-hierarchy01c-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li>Four</li>
-  <li>[Five]</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy02a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy02a-expected.html b/Editor/tests/outline/heading-hierarchy02a-expected.html
deleted file mode 100644
index e941693..0000000
--- a/Editor/tests/outline/heading-hierarchy02a-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1 id="item1">[One]</h1>
-    <ol>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy02a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy02a-input.html b/Editor/tests/outline/heading-hierarchy02a-input.html
deleted file mode 100644
index 5b8e238..0000000
--- a/Editor/tests/outline/heading-hierarchy02a-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>[One]</p></li>
-  <li><p>Two</p></li>
-  <li><p>Three</p></li>
-  <li><p>Four</p></li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy02b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy02b-expected.html b/Editor/tests/outline/heading-hierarchy02b-expected.html
deleted file mode 100644
index a6c1992..0000000
--- a/Editor/tests/outline/heading-hierarchy02b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-    </ol>
-    <h1 id="item1">[Three]</h1>
-    <ol>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy02b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy02b-input.html b/Editor/tests/outline/heading-hierarchy02b-input.html
deleted file mode 100644
index f6e8271..0000000
--- a/Editor/tests/outline/heading-hierarchy02b-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li><p>Two</p></li>
-  <li><p>[Three]</p></li>
-  <li><p>Four</p></li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy02c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy02c-expected.html b/Editor/tests/outline/heading-hierarchy02c-expected.html
deleted file mode 100644
index 2a7e541..0000000
--- a/Editor/tests/outline/heading-hierarchy02c-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-      <li><p>Three</p></li>
-      <li><p>Four</p></li>
-    </ol>
-    <h1 id="item1">[Five]</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy02c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy02c-input.html b/Editor/tests/outline/heading-hierarchy02c-input.html
deleted file mode 100644
index 84f471b..0000000
--- a/Editor/tests/outline/heading-hierarchy02c-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li><p>Two</p></li>
-  <li><p>Three</p></li>
-  <li><p>Four</p></li>
-  <li><p>[Five]</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy03a-expected.html b/Editor/tests/outline/heading-hierarchy03a-expected.html
deleted file mode 100644
index 5efc7d6..0000000
--- a/Editor/tests/outline/heading-hierarchy03a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-    </ol>
-    <h1 id="item1">[Two]</h1>
-    <ol>
-      <li>
-        <p>Three</p>
-        <p>Four</p>
-      </li>
-      <li><p>Five</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy03a-input.html b/Editor/tests/outline/heading-hierarchy03a-input.html
deleted file mode 100644
index d30c1a5..0000000
--- a/Editor/tests/outline/heading-hierarchy03a-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li>
-    <p>[Two]</p>
-    <p>Three</p>
-    <p>Four</p>
-  </li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy03b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy03b-expected.html b/Editor/tests/outline/heading-hierarchy03b-expected.html
deleted file mode 100644
index a6c1992..0000000
--- a/Editor/tests/outline/heading-hierarchy03b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li><p>Two</p></li>
-    </ol>
-    <h1 id="item1">[Three]</h1>
-    <ol>
-      <li><p>Four</p></li>
-      <li><p>Five</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy03b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy03b-input.html b/Editor/tests/outline/heading-hierarchy03b-input.html
deleted file mode 100644
index 3ddf170..0000000
--- a/Editor/tests/outline/heading-hierarchy03b-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li>
-    <p>Two</p>
-    <p>[Three]</p>
-    <p>Four</p>
-  </li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy03c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy03c-expected.html b/Editor/tests/outline/heading-hierarchy03c-expected.html
deleted file mode 100644
index 0ae7cc1..0000000
--- a/Editor/tests/outline/heading-hierarchy03c-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li><p>One</p></li>
-      <li>
-        <p>Two</p>
-        <p>Three</p>
-      </li>
-    </ol>
-    <h1 id="item1">[Four]</h1>
-    <ol>
-      <li><p>Five</p></li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy03c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy03c-input.html b/Editor/tests/outline/heading-hierarchy03c-input.html
deleted file mode 100644
index 0ab35d4..0000000
--- a/Editor/tests/outline/heading-hierarchy03c-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li><p>One</p></li>
-  <li>
-    <p>Two</p>
-    <p>Three</p>
-    <p>[Four]</p>
-  </li>
-  <li><p>Five</p></li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy04a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy04a-expected.html b/Editor/tests/outline/heading-hierarchy04a-expected.html
deleted file mode 100644
index a95e2c1..0000000
--- a/Editor/tests/outline/heading-hierarchy04a-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-    </ol>
-    <h1 id="item1">[Two]</h1>
-    <ol>
-      <li>
-        <ul>
-          <li>Three</li>
-          <li>Four</li>
-        </ul>
-      </li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy04a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy04a-input.html b/Editor/tests/outline/heading-hierarchy04a-input.html
deleted file mode 100644
index 426b96e..0000000
--- a/Editor/tests/outline/heading-hierarchy04a-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>
-    <ul>
-      <li>[Two]</li>
-      <li>Three</li>
-      <li>Four</li>
-    </ul>
-  </li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy04b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy04b-expected.html b/Editor/tests/outline/heading-hierarchy04b-expected.html
deleted file mode 100644
index ca2038a..0000000
--- a/Editor/tests/outline/heading-hierarchy04b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li><ul><li>Two</li></ul></li>
-    </ol>
-    <h1 id="item1">[Three]</h1>
-    <ol>
-      <li><ul><li>Four</li></ul></li>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy04b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy04b-input.html b/Editor/tests/outline/heading-hierarchy04b-input.html
deleted file mode 100644
index 34593b2..0000000
--- a/Editor/tests/outline/heading-hierarchy04b-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>
-    <ul>
-      <li>Two</li>
-      <li>[Three]</li>
-      <li>Four</li>
-    </ul>
-  </li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy04c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy04c-expected.html b/Editor/tests/outline/heading-hierarchy04c-expected.html
deleted file mode 100644
index c320022..0000000
--- a/Editor/tests/outline/heading-hierarchy04c-expected.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ol>
-      <li>One</li>
-      <li>
-        <ul>
-          <li>Two</li>
-          <li>Three</li>
-        </ul>
-      </li>
-    </ol>
-    <h1 id="item1">[Four]</h1>
-    <ol>
-      <li>Five</li>
-    </ol>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-hierarchy04c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-hierarchy04c-input.html b/Editor/tests/outline/heading-hierarchy04c-input.html
deleted file mode 100644
index 6f148fe..0000000
--- a/Editor/tests/outline/heading-hierarchy04c-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>
-    <ul>
-      <li>Two</li>
-      <li>Three</li>
-      <li>[Four]</li>
-    </ul>
-  </li>
-  <li>Five</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering01-expected.html b/Editor/tests/outline/heading-numbering01-expected.html
deleted file mode 100644
index 5673eba..0000000
--- a/Editor/tests/outline/heading-numbering01-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">One</a></p>
-      <p class="toc2"><a href="#item2">One - first subsection</a></p>
-      <p class="toc2"><a href="#item3">One - second subsection</a></p>
-      <p class="toc1"><a href="#item4">Two</a></p>
-      <p class="toc2"><a href="#item5">Two - first subsection</a></p>
-      <p class="toc3"><a href="#item6">Two - first level 3</a></p>
-      <p class="toc3"><a href="#item7">Two - second level 3</a></p>
-      <p class="toc2"><a href="#item8">Two - second subsection</a></p>
-      <p class="toc1"><a href="#item9">Three</a></p>
-    </nav>
-    <h1 id="item1">One</h1>
-    <h2 id="item2">One - first subsection</h2>
-    <h2 id="item3">One - second subsection</h2>
-    <h1 id="item4">Two</h1>
-    <h2 id="item5">Two - first subsection</h2>
-    <h3 id="item6">Two - first level 3</h3>
-    <h3 id="item7">Two - second level 3</h3>
-    <h2 id="item8">Two - second subsection</h2>
-    <h1 id="item9">Three</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering01-input.html b/Editor/tests/outline/heading-numbering01-input.html
deleted file mode 100644
index 97f85d0..0000000
--- a/Editor/tests/outline/heading-numbering01-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-</style>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>One</h1>
-  <h2>One - first subsection</h2>
-  <h2>One - second subsection</h2>
-<h1>Two</h1>
-  <h2>Two - first subsection</h2>
-    <h3>Two - first level 3</h3>
-    <h3>Two - second level 3</h3>
-  <h2>Two - second subsection</h2>
-<h1>Three</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering02-expected.html b/Editor/tests/outline/heading-numbering02-expected.html
deleted file mode 100644
index 4d685d4..0000000
--- a/Editor/tests/outline/heading-numbering02-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 One</a></p>
-      <p class="toc2"><a href="#item2">1.1 One - first subsection</a></p>
-      <p class="toc2"><a href="#item3">1.2 One - second subsection</a></p>
-      <p class="toc1"><a href="#item4">2 Two</a></p>
-      <p class="toc2"><a href="#item5">2.1 Two - first subsection</a></p>
-      <p class="toc3"><a href="#item6">2.1.1 Two - first level 3</a></p>
-      <p class="toc3"><a href="#item7">2.1.2 Two - second level 3</a></p>
-      <p class="toc2"><a href="#item8">2.2 Two - second subsection</a></p>
-      <p class="toc1"><a href="#item9">3 Three</a></p>
-    </nav>
-    <h1 id="item1">One</h1>
-    <h2 id="item2">One - first subsection</h2>
-    <h2 id="item3">One - second subsection</h2>
-    <h1 id="item4">Two</h1>
-    <h2 id="item5">Two - first subsection</h2>
-    <h3 id="item6">Two - first level 3</h3>
-    <h3 id="item7">Two - second level 3</h3>
-    <h2 id="item8">Two - second subsection</h2>
-    <h1 id="item9">Three</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering02-input.html b/Editor/tests/outline/heading-numbering02-input.html
deleted file mode 100644
index a5e8d03..0000000
--- a/Editor/tests/outline/heading-numbering02-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-</style>
-<script>
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    simplifyTOCs();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>One</h1>
-  <h2>One - first subsection</h2>
-  <h2>One - second subsection</h2>
-<h1>Two</h1>
-  <h2>Two - first subsection</h2>
-    <h3>Two - first level 3</h3>
-    <h3>Two - second level 3</h3>
-  <h2>Two - second subsection</h2>
-<h1>Three</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering03-expected.html b/Editor/tests/outline/heading-numbering03-expected.html
deleted file mode 100644
index 4d685d4..0000000
--- a/Editor/tests/outline/heading-numbering03-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 One</a></p>
-      <p class="toc2"><a href="#item2">1.1 One - first subsection</a></p>
-      <p class="toc2"><a href="#item3">1.2 One - second subsection</a></p>
-      <p class="toc1"><a href="#item4">2 Two</a></p>
-      <p class="toc2"><a href="#item5">2.1 Two - first subsection</a></p>
-      <p class="toc3"><a href="#item6">2.1.1 Two - first level 3</a></p>
-      <p class="toc3"><a href="#item7">2.1.2 Two - second level 3</a></p>
-      <p class="toc2"><a href="#item8">2.2 Two - second subsection</a></p>
-      <p class="toc1"><a href="#item9">3 Three</a></p>
-    </nav>
-    <h1 id="item1">One</h1>
-    <h2 id="item2">One - first subsection</h2>
-    <h2 id="item3">One - second subsection</h2>
-    <h1 id="item4">Two</h1>
-    <h2 id="item5">Two - first subsection</h2>
-    <h3 id="item6">Two - first level 3</h3>
-    <h3 id="item7">Two - second level 3</h3>
-    <h2 id="item8">Two - second subsection</h2>
-    <h1 id="item9">Three</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering03-input.html b/Editor/tests/outline/heading-numbering03-input.html
deleted file mode 100644
index 34a4a5d..0000000
--- a/Editor/tests/outline/heading-numbering03-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-</style>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    simplifyTOCs();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>9 One</h1>
-  <h2>9 One - first subsection</h2>
-  <h2>9 One - second subsection</h2>
-<h1>91.331 Two</h1>
-  <h2>4. Two - first subsection</h2>
-    <h3>441 Two - first level 3</h3>
-    <h3>9.55.41 Two - second level 3</h3>
-  <h2>4.24 Two - second subsection</h2>
-<h1>1.2.3.4.5 Three</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering04-expected.html b/Editor/tests/outline/heading-numbering04-expected.html
deleted file mode 100644
index 8261741..0000000
--- a/Editor/tests/outline/heading-numbering04-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">One</a></p>
-      <p class="toc2"><a href="#item2">One - first subsection</a></p>
-      <p class="toc2"><a href="#item3">One - second subsection</a></p>
-      <p class="toc1"><a href="#item4">Two</a></p>
-      <p class="toc2"><a href="#item5">Two - first subsection</a></p>
-      <p class="toc3"><a href="#item6">Two - first level 3</a></p>
-      <p class="toc3"><a href="#item7">Two - second level 3</a></p>
-      <p class="toc2"><a href="#item8">Two - second subsection</a></p>
-      <p class="toc1"><a href="#item9">Three</a></p>
-    </nav>
-    <h1 class="Unnumbered" id="item1">One</h1>
-    <h2 class="Unnumbered" id="item2">One - first subsection</h2>
-    <h2 class="Unnumbered" id="item3">One - second subsection</h2>
-    <h1 class="Unnumbered" id="item4">Two</h1>
-    <h2 class="Unnumbered" id="item5">Two - first subsection</h2>
-    <h3 class="Unnumbered" id="item6">Two - first level 3</h3>
-    <h3 class="Unnumbered" id="item7">Two - second level 3</h3>
-    <h2 class="Unnumbered" id="item8">Two - second subsection</h2>
-    <h1 class="Unnumbered" id="item9">Three</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering04-input.html b/Editor/tests/outline/heading-numbering04-input.html
deleted file mode 100644
index bc6e0c5..0000000
--- a/Editor/tests/outline/heading-numbering04-input.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-</style>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    setNumbering(false);
-    PostponedActions_perform();
-    simplifyTOCs();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>9 One</h1>
-  <h2>9 One - first subsection</h2>
-  <h2>9 One - second subsection</h2>
-<h1>91.331 Two</h1>
-  <h2>4. Two - first subsection</h2>
-    <h3>441 Two - first level 3</h3>
-    <h3>9.55.41 Two - second level 3</h3>
-  <h2>4.24 Two - second subsection</h2>
-<h1>1.2.3.4.5 Three</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering05-expected.html b/Editor/tests/outline/heading-numbering05-expected.html
deleted file mode 100644
index 9391a21..0000000
--- a/Editor/tests/outline/heading-numbering05-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 One</a></p>
-      <p class="toc1"><a href="#item2">2 Two</a></p>
-      <p class="toc1"><a href="#item3">3 Three</a></p>
-    </nav>
-    <h1 id="item1">One</h1>
-    <h1 id="item2">Two</h1>
-    <h1 id="item3">Three</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering05-input.html b/Editor/tests/outline/heading-numbering05-input.html
deleted file mode 100644
index f508c81..0000000
--- a/Editor/tests/outline/heading-numbering05-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-</style>
-<script>
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    simplifyTOCs();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-[<p>One</p>
-<p>Two</p>
-<p>Three</p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering06-expected.html b/Editor/tests/outline/heading-numbering06-expected.html
deleted file mode 100644
index 6164cfb..0000000
--- a/Editor/tests/outline/heading-numbering06-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">One</a></p>
-      <p class="toc1"><a href="#item3">Two</a></p>
-      <p class="toc1"><a href="#item2">Three</a></p>
-    </nav>
-    <h1 id="item1">One</h1>
-    <h1 id="item3">Two</h1>
-    <h1 id="item2">Three</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering06-input.html b/Editor/tests/outline/heading-numbering06-input.html
deleted file mode 100644
index 8c11784..0000000
--- a/Editor/tests/outline/heading-numbering06-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-</style>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    simplifyTOCs();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>One</h1>
-[<p>Two</p>]
-<h1>Three</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering07-expected.html b/Editor/tests/outline/heading-numbering07-expected.html
deleted file mode 100644
index 293b448..0000000
--- a/Editor/tests/outline/heading-numbering07-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 One</a></p>
-      <p class="toc1"><a href="#item3">2 Two</a></p>
-      <p class="toc1"><a href="#item2">Three</a></p>
-    </nav>
-    <h1 id="item1">One</h1>
-    <h1 id="item3">Two</h1>
-    <h1 class="Unnumbered" id="item2">Three</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering07-input.html b/Editor/tests/outline/heading-numbering07-input.html
deleted file mode 100644
index 11c1b6f..0000000
--- a/Editor/tests/outline/heading-numbering07-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-</style>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    simplifyTOCs();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>7 One</h1>
-[<p>Two</p>]
-<h1>Three</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering08-expected.html b/Editor/tests/outline/heading-numbering08-expected.html
deleted file mode 100644
index bfea97f..0000000
--- a/Editor/tests/outline/heading-numbering08-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">One</a></p>
-      <p class="toc1"><a href="#item3">1 Two</a></p>
-      <p class="toc1"><a href="#item2">2 Three</a></p>
-    </nav>
-    <h1 class="Unnumbered" id="item1">One</h1>
-    <h1 id="item3">Two</h1>
-    <h1 id="item2">Three</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering08-input.html b/Editor/tests/outline/heading-numbering08-input.html
deleted file mode 100644
index 6a00d8a..0000000
--- a/Editor/tests/outline/heading-numbering08-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-</style>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    simplifyTOCs();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>One</h1>
-[<p>Two</p>]
-<h1>7 Three</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering09-expected.html b/Editor/tests/outline/heading-numbering09-expected.html
deleted file mode 100644
index 0fcb631..0000000
--- a/Editor/tests/outline/heading-numbering09-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 One</a></p>
-      <p class="toc1"><a href="#item3">2 Two</a></p>
-      <p class="toc1"><a href="#item2">3 Three</a></p>
-    </nav>
-    <h1 id="item1">One</h1>
-    <h1 id="item3">Two</h1>
-    <h1 id="item2">Three</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering09-input.html b/Editor/tests/outline/heading-numbering09-input.html
deleted file mode 100644
index 2fbff2f..0000000
--- a/Editor/tests/outline/heading-numbering09-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-</style>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    simplifyTOCs();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-<h1>7. One</h1>
-[<p>Two</p>]
-<h1>7. Three</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering10-expected.html b/Editor/tests/outline/heading-numbering10-expected.html
deleted file mode 100644
index 2dfecf7..0000000
--- a/Editor/tests/outline/heading-numbering10-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">One</h1>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">1 One</a></p>
-      <p class="toc1"><a href="#item2">2 Two</a></p>
-    </nav>
-    <h1 id="item2">Two</h1>
-    <p><br/></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/heading-numbering10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/heading-numbering10-input.html b/Editor/tests/outline/heading-numbering10-input.html
deleted file mode 100644
index 0b447a7..0000000
--- a/Editor/tests/outline/heading-numbering10-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-</style>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-
-    Outline_insertTableOfContents();
-    PostponedActions_perform();
-
-    Cursor_insertCharacter("Two");
-    Formatting_applyFormattingChanges("h1",null);
-    PostponedActions_perform();
-    simplifyTOCs();
-}
-</script>
-</head>
-<body>
-<h1>1 One</h1>
-<p>[]<br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/headings01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/headings01-expected.html b/Editor/tests/outline/headings01-expected.html
deleted file mode 100644
index 3e783b7..0000000
--- a/Editor/tests/outline/headings01-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">
-        <a href="#item1">
-          1
-          []
-        </a>
-      </p>
-    </nav>
-    <h1 id="item1">
-      []
-      <br/>
-    </h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/headings01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/headings01-input.html b/Editor/tests/outline/headings01-input.html
deleted file mode 100644
index 362df1e..0000000
--- a/Editor/tests/outline/headings01-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-    prependTableOfContents();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/headings02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/headings02-expected.html b/Editor/tests/outline/headings02-expected.html
deleted file mode 100644
index 3e783b7..0000000
--- a/Editor/tests/outline/headings02-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">
-        <a href="#item1">
-          1
-          []
-        </a>
-      </p>
-    </nav>
-    <h1 id="item1">
-      []
-      <br/>
-    </h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/headings02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/headings02-input.html b/Editor/tests/outline/headings02-input.html
deleted file mode 100644
index 03f4b66..0000000
--- a/Editor/tests/outline/headings02-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    Outline_init();
-    PostponedActions_perform();
-    Formatting_applyFormattingChanges("H1",{});
-    PostponedActions_perform();
-    showSelection();
-    prependTableOfContents();
-}
-</script>
-</head>
-<body>
-<p>[]<br/></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/headings03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/headings03-expected.html b/Editor/tests/outline/headings03-expected.html
deleted file mode 100644
index 5c278a4..0000000
--- a/Editor/tests/outline/headings03-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1">
-        <a href="#item1">
-          1
-          A[]
-        </a>
-      </p>
-    </nav>
-    <h1 id="item1">A[]</h1>
-  </body>
-</html>