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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables06-expected.html b/experiments/Editor/tests/outline/listOfTables06-expected.html
deleted file mode 100644
index fa069fe..0000000
--- a/experiments/Editor/tests/outline/listOfTables06-expected.html
+++ /dev/null
@@ -1,57 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <nav class="listoftables">
-      <p class="toc1"><a href="#item1">Test table A</a></p>
-      <p class="toc1"><a href="#item2">Test table B</a></p>
-      <p class="toc1"><a href="#item3">Test table C</a></p>
-      <p class="toc1"><a href="#item4">Test table D</a></p>
-    </nav>
-    <table id="item1" style="width: 100%">
-      <caption class="Unnumbered">Test table A</caption>
-      <colgroup>
-        <col width="100%"/>
-      </colgroup>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item2" style="width: 100%">
-      <caption class="Unnumbered">Test table B</caption>
-      <colgroup>
-        <col width="100%"/>
-      </colgroup>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item3" style="width: 100%">
-      <caption class="Unnumbered">Test table C</caption>
-      <colgroup>
-        <col width="100%"/>
-      </colgroup>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item4" style="width: 100%">
-      <caption class="Unnumbered">Test table D</caption>
-      <colgroup>
-        <col width="100%"/>
-      </colgroup>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables06-input.html b/experiments/Editor/tests/outline/listOfTables06-input.html
deleted file mode 100644
index 276b22b..0000000
--- a/experiments/Editor/tests/outline/listOfTables06-input.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    Outline_detectSectionNumbering();
-    PostponedActions_perform();
-
-    // Add a list of tables
-    Selection_set(document.body,0,document.body,0);
-    Outline_insertListOfTables();
-    PostponedActions_perform();
-}
-</script>
-</head>
-<body>
-<table id="item1" style="width: 100%">
-  <caption>Test table A</caption>
-  <col width="100%"/>
-  <tr><td><p><br/></p></td></tr>
-</table>
-<table id="item2" style="width: 100%">
-  <caption>Test table B</caption>
-  <col width="100%"/>
-  <tr><td><p><br/></p></td></tr>
-</table>
-<table id="item3" style="width: 100%">
-  <caption>Test table C</caption>
-  <col width="100%"/>
-  <tr><td><p><br/></p></td></tr>
-</table>
-<table id="item4" style="width: 100%">
-  <caption>Test table D</caption>
-  <col width="100%"/>
-  <tr><td><p><br/></p></td></tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables07-expected.html b/experiments/Editor/tests/outline/listOfTables07-expected.html
deleted file mode 100644
index 7e6c405..0000000
--- a/experiments/Editor/tests/outline/listOfTables07-expected.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <nav class="listoftables">
-      <p class="toc1"><a href="#item1">Test table A</a></p>
-      <p class="toc1"><a href="#item2">Test table B</a></p>
-      <p class="toc1"><a href="#item3">Test table C</a></p>
-      <p class="toc1"><a href="#item4">Test table D</a></p>
-    </nav>
-    <table id="item1" style="width: 100%">
-      <caption class="Unnumbered">Test table A</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item2" style="width: 100%">
-      <caption class="Unnumbered">Test table B</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item3" style="width: 100%">
-      <caption class="Unnumbered">Test table C</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item4" style="width: 100%">
-      <caption class="Unnumbered">Test table D</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables07-input.html b/experiments/Editor/tests/outline/listOfTables07-input.html
deleted file mode 100644
index 80c4f39..0000000
--- a/experiments/Editor/tests/outline/listOfTables07-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-
-    // Create a series of tables
-    createTestTables(4);
-
-    // Turn numbering off for all tables
-    setNumbering(false);
-    PostponedActions_perform();
-
-    // Add a list of tables
-    Selection_set(document.body,0,document.body,0);
-    Outline_insertListOfTables();
-    PostponedActions_perform();
-}
-</script>
-</head>
-<body>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables08-expected.html b/experiments/Editor/tests/outline/listOfTables08-expected.html
deleted file mode 100644
index 7e6c405..0000000
--- a/experiments/Editor/tests/outline/listOfTables08-expected.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <nav class="listoftables">
-      <p class="toc1"><a href="#item1">Test table A</a></p>
-      <p class="toc1"><a href="#item2">Test table B</a></p>
-      <p class="toc1"><a href="#item3">Test table C</a></p>
-      <p class="toc1"><a href="#item4">Test table D</a></p>
-    </nav>
-    <table id="item1" style="width: 100%">
-      <caption class="Unnumbered">Test table A</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item2" style="width: 100%">
-      <caption class="Unnumbered">Test table B</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item3" style="width: 100%">
-      <caption class="Unnumbered">Test table C</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item4" style="width: 100%">
-      <caption class="Unnumbered">Test table D</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables08-input.html b/experiments/Editor/tests/outline/listOfTables08-input.html
deleted file mode 100644
index 13928e2..0000000
--- a/experiments/Editor/tests/outline/listOfTables08-input.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-
-    // Create a series of tables
-    createTestTables(4);
-
-    // Add a list of tables
-    Selection_set(document.body,0,document.body,0);
-    Outline_insertListOfTables();
-    PostponedActions_perform();
-
-    // Turn numbering off for all tables
-    setNumbering(false);
-    PostponedActions_perform();
-}
-</script>
-</head>
-<body>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables09-expected.html b/experiments/Editor/tests/outline/listOfTables09-expected.html
deleted file mode 100644
index 22f283e..0000000
--- a/experiments/Editor/tests/outline/listOfTables09-expected.html
+++ /dev/null
@@ -1,59 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <nav class="listoftables">
-      <p class="toc1"><a href="#item1">Test table A</a></p>
-      <p class="toc1"><a href="#item2">Test table B</a></p>
-      <p class="toc1">
-        <a href="#item3">
-          1
-          Test table C
-        </a>
-      </p>
-      <p class="toc1">
-        <a href="#item4">
-          2
-          Test table D
-        </a>
-      </p>
-    </nav>
-    <table id="item1" style="width: 100%">
-      <caption class="Unnumbered">Test table A</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item2" style="width: 100%">
-      <caption class="Unnumbered">Test table B</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item3" style="width: 100%">
-      <caption>Test table C</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item4" style="width: 100%">
-      <caption>Test table D</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables09-input.html b/experiments/Editor/tests/outline/listOfTables09-input.html
deleted file mode 100644
index 0b32d03..0000000
--- a/experiments/Editor/tests/outline/listOfTables09-input.html
+++ /dev/null
@@ -1,34 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-
-    // Create a series of tables
-    createTestTables(4);
-
-    // Turn numbering off for all tables
-    setNumbering(false);
-    PostponedActions_perform();
-
-    // Add a list of tables
-    Selection_set(document.body,0,document.body,0);
-    Outline_insertListOfTables();
-    PostponedActions_perform();
-
-    // Turn numbering on for the last two tables
-    var tables = document.getElementsByTagName("table");
-    Outline_setNumbered(tables[2].getAttribute("id"),true);
-    Outline_setNumbered(tables[3].getAttribute("id"),true);
-    PostponedActions_perform();
-}
-</script>
-</head>
-<body>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables09a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables09a-expected.html b/experiments/Editor/tests/outline/listOfTables09a-expected.html
deleted file mode 100644
index 431c04a..0000000
--- a/experiments/Editor/tests/outline/listOfTables09a-expected.html
+++ /dev/null
@@ -1,69 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <nav class="listoftables">
-      <p class="toc1">
-        <a href="#item1">
-          1
-          Test table A
-        </a>
-      </p>
-      <p class="toc1">
-        <a href="#item2">
-          2
-          Test table B
-        </a>
-      </p>
-      <p class="toc1">
-        <a href="#item3">
-          3
-          Test table C
-        </a>
-      </p>
-      <p class="toc1">
-        <a href="#item4">
-          4
-          Test table D
-        </a>
-      </p>
-    </nav>
-    <table id="item1" style="width: 100%">
-      <caption>Test table A</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item2" style="width: 100%">
-      <caption>Test table B</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item3" style="width: 100%">
-      <caption>Test table C</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-    <table id="item4" style="width: 100%">
-      <caption>Test table D</caption>
-      <col width="100%"/>
-      <tbody>
-        <tr>
-          <td><p><br/></p></td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables09a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables09a-input.html b/experiments/Editor/tests/outline/listOfTables09a-input.html
deleted file mode 100644
index 3200635..0000000
--- a/experiments/Editor/tests/outline/listOfTables09a-input.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-
-    // Create a series of tables
-    createTestTables(4);
-
-    // Turn numbering off for all tables
-    setNumbering(false);
-    PostponedActions_perform();
-
-    // Add a list of tables
-    Selection_set(document.body,0,document.body,0);
-    Outline_insertListOfTables();
-    PostponedActions_perform();
-
-    // Turn numbering on for the last two tables
-    var tables = document.getElementsByTagName("table");
-    Outline_setNumbered(tables[2].getAttribute("id"),true);
-    Outline_setNumbered(tables[3].getAttribute("id"),true);
-    PostponedActions_perform();
-
-    // Now turn numbering on for the first two tables - the numbers for the others
-    // should be adjusted
-    Outline_setNumbered(tables[0].getAttribute("id"),true);
-    Outline_setNumbered(tables[1].getAttribute("id"),true);
-    PostponedActions_perform();
-}
-</script>
-</head>
-<body>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables10-expected.html b/experiments/Editor/tests/outline/listOfTables10-expected.html
deleted file mode 100644
index a2bb877..0000000
--- a/experiments/Editor/tests/outline/listOfTables10-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <nav class="listoftables">
-      <p class="toc1">[No tables defined]</p>
-    </nav>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables10-input.html b/experiments/Editor/tests/outline/listOfTables10-input.html
deleted file mode 100644
index 3b27566..0000000
--- a/experiments/Editor/tests/outline/listOfTables10-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-
-    // Add a list of tables
-    Outline_insertListOfTables();
-    PostponedActions_perform();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables11-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables11-expected.html b/experiments/Editor/tests/outline/listOfTables11-expected.html
deleted file mode 100644
index a2bb877..0000000
--- a/experiments/Editor/tests/outline/listOfTables11-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head>
-    <link href="../generic.css" rel="stylesheet"/>
-  </head>
-  <body>
-    <nav class="listoftables">
-      <p class="toc1">[No tables defined]</p>
-    </nav>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/listOfTables11-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/listOfTables11-input.html b/experiments/Editor/tests/outline/listOfTables11-input.html
deleted file mode 100644
index 01b5de2..0000000
--- a/experiments/Editor/tests/outline/listOfTables11-input.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<link href="../generic.css" rel="stylesheet"/>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-
-    // Create a series of tables
-    createTestTables(4);
-
-    // Add a list of tables
-    Selection_set(document.body,0,document.body,0);
-    Outline_insertListOfTables();
-    PostponedActions_perform();
-
-    // Delete all tables
-    var current = document.getElementsByTagName("table")[0];
-    var next;
-    for (; current != null; current = next) {
-        next = current.nextSibling;
-        DOM_deleteNode(current);
-    }
-    PostponedActions_perform();
-}
-</script>
-</head>
-<body>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner01-expected.html b/experiments/Editor/tests/outline/moveSection-inner01-expected.html
deleted file mode 100644
index 429b869..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner01-expected.html
+++ /dev/null
@@ -1,58 +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="toc2"><a href="#item8">1.3 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.3.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.3.2 Section 10</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</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>
-    <h2 id="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <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>
-    <h1 id="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner01-input.html b/experiments/Editor/tests/outline/moveSection-inner01-input.html
deleted file mode 100644
index 0942dc9..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner01-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],0,0]);
-
-    Outline_moveSection("item2","item1","item5");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner02-expected.html b/experiments/Editor/tests/outline/moveSection-inner02-expected.html
deleted file mode 100644
index d7156c0..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner02-expected.html
+++ /dev/null
@@ -1,58 +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="#item5">1.1 Section 5</a></p>
-      <p class="toc3"><a href="#item6">1.1.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">1.1.2 Section 7</a></p>
-      <p class="toc2"><a href="#item2">1.2 Section 2</a></p>
-      <p class="toc3"><a href="#item3">1.2.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">1.2.2 Section 4</a></p>
-      <p class="toc2"><a href="#item8">1.3 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.3.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.3.2 Section 10</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 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>
-    <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="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <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>
-    <h1 id="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner02-input.html b/experiments/Editor/tests/outline/moveSection-inner02-input.html
deleted file mode 100644
index 66df792..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner02-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],0,0]);
-
-    Outline_moveSection("item2","item1","item8");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner03-expected.html b/experiments/Editor/tests/outline/moveSection-inner03-expected.html
deleted file mode 100644
index 8bc2598..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner03-expected.html
+++ /dev/null
@@ -1,58 +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="#item5">1.1 Section 5</a></p>
-      <p class="toc3"><a href="#item6">1.1.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">1.1.2 Section 7</a></p>
-      <p class="toc2"><a href="#item8">1.2 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.2.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.2.2 Section 10</a></p>
-      <p class="toc2"><a href="#item2">1.3 Section 2</a></p>
-      <p class="toc3"><a href="#item3">1.3.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">1.3.2 Section 4</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 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>
-    <h2 id="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <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>
-    <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>
-    <h1 id="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner03-input.html b/experiments/Editor/tests/outline/moveSection-inner03-input.html
deleted file mode 100644
index 57495a4..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner03-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],0,0]);
-
-    Outline_moveSection("item2","item1",null);
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner04-expected.html b/experiments/Editor/tests/outline/moveSection-inner04-expected.html
deleted file mode 100644
index d7156c0..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner04-expected.html
+++ /dev/null
@@ -1,58 +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="#item5">1.1 Section 5</a></p>
-      <p class="toc3"><a href="#item6">1.1.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">1.1.2 Section 7</a></p>
-      <p class="toc2"><a href="#item2">1.2 Section 2</a></p>
-      <p class="toc3"><a href="#item3">1.2.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">1.2.2 Section 4</a></p>
-      <p class="toc2"><a href="#item8">1.3 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.3.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.3.2 Section 10</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 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>
-    <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="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <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>
-    <h1 id="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner04-input.html b/experiments/Editor/tests/outline/moveSection-inner04-input.html
deleted file mode 100644
index 0d8a5e9..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner04-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],0,0]);
-
-    Outline_moveSection("item5","item1","item2");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner05-expected.html b/experiments/Editor/tests/outline/moveSection-inner05-expected.html
deleted file mode 100644
index 429b869..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner05-expected.html
+++ /dev/null
@@ -1,58 +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="toc2"><a href="#item8">1.3 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.3.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.3.2 Section 10</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</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>
-    <h2 id="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <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>
-    <h1 id="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner05-input.html b/experiments/Editor/tests/outline/moveSection-inner05-input.html
deleted file mode 100644
index 67bd46b..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner05-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],0,0]);
-
-    Outline_moveSection("item5","item1","item8");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner06-expected.html b/experiments/Editor/tests/outline/moveSection-inner06-expected.html
deleted file mode 100644
index 4c27a51..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner06-expected.html
+++ /dev/null
@@ -1,58 +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="#item8">1.2 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.2.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.2.2 Section 10</a></p>
-      <p class="toc2"><a href="#item5">1.3 Section 5</a></p>
-      <p class="toc3"><a href="#item6">1.3.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">1.3.2 Section 7</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</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="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <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>
-    <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="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner06-input.html b/experiments/Editor/tests/outline/moveSection-inner06-input.html
deleted file mode 100644
index aef8959..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner06-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],0,0]);
-
-    Outline_moveSection("item5","item1",null);
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner07-expected.html b/experiments/Editor/tests/outline/moveSection-inner07-expected.html
deleted file mode 100644
index 8fbc95d..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner07-expected.html
+++ /dev/null
@@ -1,58 +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="#item8">1.1 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.1.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.1.2 Section 10</a></p>
-      <p class="toc2"><a href="#item2">1.2 Section 2</a></p>
-      <p class="toc3"><a href="#item3">1.2.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">1.2.2 Section 4</a></p>
-      <p class="toc2"><a href="#item5">1.3 Section 5</a></p>
-      <p class="toc3"><a href="#item6">1.3.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">1.3.2 Section 7</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h2 id="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <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>
-    <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="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner07-input.html b/experiments/Editor/tests/outline/moveSection-inner07-input.html
deleted file mode 100644
index 90aa504..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner07-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],0,0]);
-
-    Outline_moveSection("item8","item1","item2");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner08-expected.html b/experiments/Editor/tests/outline/moveSection-inner08-expected.html
deleted file mode 100644
index 4c27a51..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner08-expected.html
+++ /dev/null
@@ -1,58 +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="#item8">1.2 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.2.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.2.2 Section 10</a></p>
-      <p class="toc2"><a href="#item5">1.3 Section 5</a></p>
-      <p class="toc3"><a href="#item6">1.3.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">1.3.2 Section 7</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</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="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <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>
-    <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="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner08-input.html b/experiments/Editor/tests/outline/moveSection-inner08-input.html
deleted file mode 100644
index 1b886a6..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner08-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],0,0]);
-
-    Outline_moveSection("item8","item1","item5");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner09-expected.html b/experiments/Editor/tests/outline/moveSection-inner09-expected.html
deleted file mode 100644
index 429b869..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner09-expected.html
+++ /dev/null
@@ -1,58 +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="toc2"><a href="#item8">1.3 Section 8</a></p>
-      <p class="toc3"><a href="#item9">1.3.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.3.2 Section 10</a></p>
-      <p class="toc1"><a href="#item11">2 Section 11</a></p>
-      <p class="toc1"><a href="#item12">3 Section 12</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>
-    <h2 id="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-    <h3 id="item9">Section 9</h3>
-    <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>
-    <h1 id="item11">Section 11</h1>
-    <p>Content 11 A</p>
-    <p>Content 11 B</p>
-    <h1 id="item12">Section 12</h1>
-    <p>Content 12 A</p>
-    <p>Content 12 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-inner09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-inner09-input.html b/experiments/Editor/tests/outline/moveSection-inner09-input.html
deleted file mode 100644
index 17882f5..0000000
--- a/experiments/Editor/tests/outline/moveSection-inner09-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],0,0]);
-
-    Outline_moveSection("item8","item1",null);
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested01-expected.html b/experiments/Editor/tests/outline/moveSection-nested01-expected.html
deleted file mode 100644
index f902343..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested01-expected.html
+++ /dev/null
@@ -1,94 +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>
-      <p class="toc1"><a href="#item15">3 Section 15</a></p>
-      <p class="toc2"><a href="#item16">3.1 Section 16</a></p>
-      <p class="toc3"><a href="#item17">3.1.1 Section 17</a></p>
-      <p class="toc3"><a href="#item18">3.1.2 Section 18</a></p>
-      <p class="toc2"><a href="#item19">3.2 Section 19</a></p>
-      <p class="toc3"><a href="#item20">3.2.1 Section 20</a></p>
-      <p class="toc3"><a href="#item21">3.2.2 Section 21</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>
-    <h1 id="item15">Section 15</h1>
-    <p>Content 15 A</p>
-    <p>Content 15 B</p>
-    <h2 id="item16">Section 16</h2>
-    <p>Content 16 A</p>
-    <p>Content 16 B</p>
-    <h3 id="item17">Section 17</h3>
-    <p>Content 17 A</p>
-    <p>Content 17 B</p>
-    <h3 id="item18">Section 18</h3>
-    <p>Content 18 A</p>
-    <p>Content 18 B</p>
-    <h2 id="item19">Section 19</h2>
-    <p>Content 19 A</p>
-    <p>Content 19 B</p>
-    <h3 id="item20">Section 20</h3>
-    <p>Content 20 A</p>
-    <p>Content 20 B</p>
-    <h3 id="item21">Section 21</h3>
-    <p>Content 21 A</p>
-    <p>Content 21 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested01-input.html b/experiments/Editor/tests/outline/moveSection-nested01-input.html
deleted file mode 100644
index c0ffa73..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested01-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_moveSection("item1","item0","item8");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested02-expected.html b/experiments/Editor/tests/outline/moveSection-nested02-expected.html
deleted file mode 100644
index 0d48cb9..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested02-expected.html
+++ /dev/null
@@ -1,94 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item8">1 Section 8</a></p>
-      <p class="toc2"><a href="#item9">1.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.1.1 Section 10</a></p>
-      <p class="toc3"><a href="#item11">1.1.2 Section 11</a></p>
-      <p class="toc2"><a href="#item12">1.2 Section 12</a></p>
-      <p class="toc3"><a href="#item13">1.2.1 Section 13</a></p>
-      <p class="toc3"><a href="#item14">1.2.2 Section 14</a></p>
-      <p class="toc1"><a href="#item1">2 Section 1</a></p>
-      <p class="toc2"><a href="#item2">2.1 Section 2</a></p>
-      <p class="toc3"><a href="#item3">2.1.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">2.1.2 Section 4</a></p>
-      <p class="toc2"><a href="#item5">2.2 Section 5</a></p>
-      <p class="toc3"><a href="#item6">2.2.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">2.2.2 Section 7</a></p>
-      <p class="toc1"><a href="#item15">3 Section 15</a></p>
-      <p class="toc2"><a href="#item16">3.1 Section 16</a></p>
-      <p class="toc3"><a href="#item17">3.1.1 Section 17</a></p>
-      <p class="toc3"><a href="#item18">3.1.2 Section 18</a></p>
-      <p class="toc2"><a href="#item19">3.2 Section 19</a></p>
-      <p class="toc3"><a href="#item20">3.2.1 Section 20</a></p>
-      <p class="toc3"><a href="#item21">3.2.2 Section 21</a></p>
-    </nav>
-    <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>
-    <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="item15">Section 15</h1>
-    <p>Content 15 A</p>
-    <p>Content 15 B</p>
-    <h2 id="item16">Section 16</h2>
-    <p>Content 16 A</p>
-    <p>Content 16 B</p>
-    <h3 id="item17">Section 17</h3>
-    <p>Content 17 A</p>
-    <p>Content 17 B</p>
-    <h3 id="item18">Section 18</h3>
-    <p>Content 18 A</p>
-    <p>Content 18 B</p>
-    <h2 id="item19">Section 19</h2>
-    <p>Content 19 A</p>
-    <p>Content 19 B</p>
-    <h3 id="item20">Section 20</h3>
-    <p>Content 20 A</p>
-    <p>Content 20 B</p>
-    <h3 id="item21">Section 21</h3>
-    <p>Content 21 A</p>
-    <p>Content 21 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested02-input.html b/experiments/Editor/tests/outline/moveSection-nested02-input.html
deleted file mode 100644
index 070b72e..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested02-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_moveSection("item1","item0","item15");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested03-expected.html b/experiments/Editor/tests/outline/moveSection-nested03-expected.html
deleted file mode 100644
index 30f47f3..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested03-expected.html
+++ /dev/null
@@ -1,94 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item8">1 Section 8</a></p>
-      <p class="toc2"><a href="#item9">1.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.1.1 Section 10</a></p>
-      <p class="toc3"><a href="#item11">1.1.2 Section 11</a></p>
-      <p class="toc2"><a href="#item12">1.2 Section 12</a></p>
-      <p class="toc3"><a href="#item13">1.2.1 Section 13</a></p>
-      <p class="toc3"><a href="#item14">1.2.2 Section 14</a></p>
-      <p class="toc1"><a href="#item15">2 Section 15</a></p>
-      <p class="toc2"><a href="#item16">2.1 Section 16</a></p>
-      <p class="toc3"><a href="#item17">2.1.1 Section 17</a></p>
-      <p class="toc3"><a href="#item18">2.1.2 Section 18</a></p>
-      <p class="toc2"><a href="#item19">2.2 Section 19</a></p>
-      <p class="toc3"><a href="#item20">2.2.1 Section 20</a></p>
-      <p class="toc3"><a href="#item21">2.2.2 Section 21</a></p>
-      <p class="toc1"><a href="#item1">3 Section 1</a></p>
-      <p class="toc2"><a href="#item2">3.1 Section 2</a></p>
-      <p class="toc3"><a href="#item3">3.1.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">3.1.2 Section 4</a></p>
-      <p class="toc2"><a href="#item5">3.2 Section 5</a></p>
-      <p class="toc3"><a href="#item6">3.2.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">3.2.2 Section 7</a></p>
-    </nav>
-    <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>
-    <h1 id="item15">Section 15</h1>
-    <p>Content 15 A</p>
-    <p>Content 15 B</p>
-    <h2 id="item16">Section 16</h2>
-    <p>Content 16 A</p>
-    <p>Content 16 B</p>
-    <h3 id="item17">Section 17</h3>
-    <p>Content 17 A</p>
-    <p>Content 17 B</p>
-    <h3 id="item18">Section 18</h3>
-    <p>Content 18 A</p>
-    <p>Content 18 B</p>
-    <h2 id="item19">Section 19</h2>
-    <p>Content 19 A</p>
-    <p>Content 19 B</p>
-    <h3 id="item20">Section 20</h3>
-    <p>Content 20 A</p>
-    <p>Content 20 B</p>
-    <h3 id="item21">Section 21</h3>
-    <p>Content 21 A</p>
-    <p>Content 21 B</p>
-    <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>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested03-input.html b/experiments/Editor/tests/outline/moveSection-nested03-input.html
deleted file mode 100644
index 8dfd36d..0000000
--- a/experiments/Editor/tests/outline/moveSection-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_moveSection("item1","item0",null);
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested04-expected.html b/experiments/Editor/tests/outline/moveSection-nested04-expected.html
deleted file mode 100644
index 0d48cb9..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested04-expected.html
+++ /dev/null
@@ -1,94 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item8">1 Section 8</a></p>
-      <p class="toc2"><a href="#item9">1.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">1.1.1 Section 10</a></p>
-      <p class="toc3"><a href="#item11">1.1.2 Section 11</a></p>
-      <p class="toc2"><a href="#item12">1.2 Section 12</a></p>
-      <p class="toc3"><a href="#item13">1.2.1 Section 13</a></p>
-      <p class="toc3"><a href="#item14">1.2.2 Section 14</a></p>
-      <p class="toc1"><a href="#item1">2 Section 1</a></p>
-      <p class="toc2"><a href="#item2">2.1 Section 2</a></p>
-      <p class="toc3"><a href="#item3">2.1.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">2.1.2 Section 4</a></p>
-      <p class="toc2"><a href="#item5">2.2 Section 5</a></p>
-      <p class="toc3"><a href="#item6">2.2.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">2.2.2 Section 7</a></p>
-      <p class="toc1"><a href="#item15">3 Section 15</a></p>
-      <p class="toc2"><a href="#item16">3.1 Section 16</a></p>
-      <p class="toc3"><a href="#item17">3.1.1 Section 17</a></p>
-      <p class="toc3"><a href="#item18">3.1.2 Section 18</a></p>
-      <p class="toc2"><a href="#item19">3.2 Section 19</a></p>
-      <p class="toc3"><a href="#item20">3.2.1 Section 20</a></p>
-      <p class="toc3"><a href="#item21">3.2.2 Section 21</a></p>
-    </nav>
-    <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>
-    <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="item15">Section 15</h1>
-    <p>Content 15 A</p>
-    <p>Content 15 B</p>
-    <h2 id="item16">Section 16</h2>
-    <p>Content 16 A</p>
-    <p>Content 16 B</p>
-    <h3 id="item17">Section 17</h3>
-    <p>Content 17 A</p>
-    <p>Content 17 B</p>
-    <h3 id="item18">Section 18</h3>
-    <p>Content 18 A</p>
-    <p>Content 18 B</p>
-    <h2 id="item19">Section 19</h2>
-    <p>Content 19 A</p>
-    <p>Content 19 B</p>
-    <h3 id="item20">Section 20</h3>
-    <p>Content 20 A</p>
-    <p>Content 20 B</p>
-    <h3 id="item21">Section 21</h3>
-    <p>Content 21 A</p>
-    <p>Content 21 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested04-input.html b/experiments/Editor/tests/outline/moveSection-nested04-input.html
deleted file mode 100644
index 947ed2b..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested04-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_moveSection("item8","item0","item1");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested05-expected.html b/experiments/Editor/tests/outline/moveSection-nested05-expected.html
deleted file mode 100644
index f902343..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested05-expected.html
+++ /dev/null
@@ -1,94 +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>
-      <p class="toc1"><a href="#item15">3 Section 15</a></p>
-      <p class="toc2"><a href="#item16">3.1 Section 16</a></p>
-      <p class="toc3"><a href="#item17">3.1.1 Section 17</a></p>
-      <p class="toc3"><a href="#item18">3.1.2 Section 18</a></p>
-      <p class="toc2"><a href="#item19">3.2 Section 19</a></p>
-      <p class="toc3"><a href="#item20">3.2.1 Section 20</a></p>
-      <p class="toc3"><a href="#item21">3.2.2 Section 21</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>
-    <h1 id="item15">Section 15</h1>
-    <p>Content 15 A</p>
-    <p>Content 15 B</p>
-    <h2 id="item16">Section 16</h2>
-    <p>Content 16 A</p>
-    <p>Content 16 B</p>
-    <h3 id="item17">Section 17</h3>
-    <p>Content 17 A</p>
-    <p>Content 17 B</p>
-    <h3 id="item18">Section 18</h3>
-    <p>Content 18 A</p>
-    <p>Content 18 B</p>
-    <h2 id="item19">Section 19</h2>
-    <p>Content 19 A</p>
-    <p>Content 19 B</p>
-    <h3 id="item20">Section 20</h3>
-    <p>Content 20 A</p>
-    <p>Content 20 B</p>
-    <h3 id="item21">Section 21</h3>
-    <p>Content 21 A</p>
-    <p>Content 21 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested05-input.html b/experiments/Editor/tests/outline/moveSection-nested05-input.html
deleted file mode 100644
index 73934e7..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested05-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_moveSection("item8","item0","item15");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested06-expected.html b/experiments/Editor/tests/outline/moveSection-nested06-expected.html
deleted file mode 100644
index 8849556..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested06-expected.html
+++ /dev/null
@@ -1,94 +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="#item15">2 Section 15</a></p>
-      <p class="toc2"><a href="#item16">2.1 Section 16</a></p>
-      <p class="toc3"><a href="#item17">2.1.1 Section 17</a></p>
-      <p class="toc3"><a href="#item18">2.1.2 Section 18</a></p>
-      <p class="toc2"><a href="#item19">2.2 Section 19</a></p>
-      <p class="toc3"><a href="#item20">2.2.1 Section 20</a></p>
-      <p class="toc3"><a href="#item21">2.2.2 Section 21</a></p>
-      <p class="toc1"><a href="#item8">3 Section 8</a></p>
-      <p class="toc2"><a href="#item9">3.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">3.1.1 Section 10</a></p>
-      <p class="toc3"><a href="#item11">3.1.2 Section 11</a></p>
-      <p class="toc2"><a href="#item12">3.2 Section 12</a></p>
-      <p class="toc3"><a href="#item13">3.2.1 Section 13</a></p>
-      <p class="toc3"><a href="#item14">3.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="item15">Section 15</h1>
-    <p>Content 15 A</p>
-    <p>Content 15 B</p>
-    <h2 id="item16">Section 16</h2>
-    <p>Content 16 A</p>
-    <p>Content 16 B</p>
-    <h3 id="item17">Section 17</h3>
-    <p>Content 17 A</p>
-    <p>Content 17 B</p>
-    <h3 id="item18">Section 18</h3>
-    <p>Content 18 A</p>
-    <p>Content 18 B</p>
-    <h2 id="item19">Section 19</h2>
-    <p>Content 19 A</p>
-    <p>Content 19 B</p>
-    <h3 id="item20">Section 20</h3>
-    <p>Content 20 A</p>
-    <p>Content 20 B</p>
-    <h3 id="item21">Section 21</h3>
-    <p>Content 21 A</p>
-    <p>Content 21 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/26f461e7/experiments/Editor/tests/outline/moveSection-nested06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested06-input.html b/experiments/Editor/tests/outline/moveSection-nested06-input.html
deleted file mode 100644
index 57982f0..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested06-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_moveSection("item8","item0",null);
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested07-expected.html b/experiments/Editor/tests/outline/moveSection-nested07-expected.html
deleted file mode 100644
index e59f1d3..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested07-expected.html
+++ /dev/null
@@ -1,94 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item15">1 Section 15</a></p>
-      <p class="toc2"><a href="#item16">1.1 Section 16</a></p>
-      <p class="toc3"><a href="#item17">1.1.1 Section 17</a></p>
-      <p class="toc3"><a href="#item18">1.1.2 Section 18</a></p>
-      <p class="toc2"><a href="#item19">1.2 Section 19</a></p>
-      <p class="toc3"><a href="#item20">1.2.1 Section 20</a></p>
-      <p class="toc3"><a href="#item21">1.2.2 Section 21</a></p>
-      <p class="toc1"><a href="#item1">2 Section 1</a></p>
-      <p class="toc2"><a href="#item2">2.1 Section 2</a></p>
-      <p class="toc3"><a href="#item3">2.1.1 Section 3</a></p>
-      <p class="toc3"><a href="#item4">2.1.2 Section 4</a></p>
-      <p class="toc2"><a href="#item5">2.2 Section 5</a></p>
-      <p class="toc3"><a href="#item6">2.2.1 Section 6</a></p>
-      <p class="toc3"><a href="#item7">2.2.2 Section 7</a></p>
-      <p class="toc1"><a href="#item8">3 Section 8</a></p>
-      <p class="toc2"><a href="#item9">3.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">3.1.1 Section 10</a></p>
-      <p class="toc3"><a href="#item11">3.1.2 Section 11</a></p>
-      <p class="toc2"><a href="#item12">3.2 Section 12</a></p>
-      <p class="toc3"><a href="#item13">3.2.1 Section 13</a></p>
-      <p class="toc3"><a href="#item14">3.2.2 Section 14</a></p>
-    </nav>
-    <h1 id="item15">Section 15</h1>
-    <p>Content 15 A</p>
-    <p>Content 15 B</p>
-    <h2 id="item16">Section 16</h2>
-    <p>Content 16 A</p>
-    <p>Content 16 B</p>
-    <h3 id="item17">Section 17</h3>
-    <p>Content 17 A</p>
-    <p>Content 17 B</p>
-    <h3 id="item18">Section 18</h3>
-    <p>Content 18 A</p>
-    <p>Content 18 B</p>
-    <h2 id="item19">Section 19</h2>
-    <p>Content 19 A</p>
-    <p>Content 19 B</p>
-    <h3 id="item20">Section 20</h3>
-    <p>Content 20 A</p>
-    <p>Content 20 B</p>
-    <h3 id="item21">Section 21</h3>
-    <p>Content 21 A</p>
-    <p>Content 21 B</p>
-    <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/26f461e7/experiments/Editor/tests/outline/moveSection-nested07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested07-input.html b/experiments/Editor/tests/outline/moveSection-nested07-input.html
deleted file mode 100644
index f087928..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested07-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_moveSection("item15","item0","item1");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-nested08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested08-expected.html b/experiments/Editor/tests/outline/moveSection-nested08-expected.html
deleted file mode 100644
index 8849556..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested08-expected.html
+++ /dev/null
@@ -1,94 +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="#item15">2 Section 15</a></p>
-      <p class="toc2"><a href="#item16">2.1 Section 16</a></p>
-      <p class="toc3"><a href="#item17">2.1.1 Section 17</a></p>
-      <p class="toc3"><a href="#item18">2.1.2 Section 18</a></p>
-      <p class="toc2"><a href="#item19">2.2 Section 19</a></p>
-      <p class="toc3"><a href="#item20">2.2.1 Section 20</a></p>
-      <p class="toc3"><a href="#item21">2.2.2 Section 21</a></p>
-      <p class="toc1"><a href="#item8">3 Section 8</a></p>
-      <p class="toc2"><a href="#item9">3.1 Section 9</a></p>
-      <p class="toc3"><a href="#item10">3.1.1 Section 10</a></p>
-      <p class="toc3"><a href="#item11">3.1.2 Section 11</a></p>
-      <p class="toc2"><a href="#item12">3.2 Section 12</a></p>
-      <p class="toc3"><a href="#item13">3.2.1 Section 13</a></p>
-      <p class="toc3"><a href="#item14">3.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="item15">Section 15</h1>
-    <p>Content 15 A</p>
-    <p>Content 15 B</p>
-    <h2 id="item16">Section 16</h2>
-    <p>Content 16 A</p>
-    <p>Content 16 B</p>
-    <h3 id="item17">Section 17</h3>
-    <p>Content 17 A</p>
-    <p>Content 17 B</p>
-    <h3 id="item18">Section 18</h3>
-    <p>Content 18 A</p>
-    <p>Content 18 B</p>
-    <h2 id="item19">Section 19</h2>
-    <p>Content 19 A</p>
-    <p>Content 19 B</p>
-    <h3 id="item20">Section 20</h3>
-    <p>Content 20 A</p>
-    <p>Content 20 B</p>
-    <h3 id="item21">Section 21</h3>
-    <p>Content 21 A</p>
-    <p>Content 21 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/26f461e7/experiments/Editor/tests/outline/moveSection-nested08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested08-input.html b/experiments/Editor/tests/outline/moveSection-nested08-input.html
deleted file mode 100644
index a0b11ce..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested08-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_moveSection("item15","item0","item8");
-
-    cleanupOutline();
-}
-</script>
-</head>
-<body>
-<nav class="tableofcontents"></nav>
-</body>
-</html>