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

[08/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/moveSection-nested09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested09-expected.html b/experiments/Editor/tests/outline/moveSection-nested09-expected.html
deleted file mode 100644
index f902343..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested09-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-nested09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-nested09-input.html b/experiments/Editor/tests/outline/moveSection-nested09-input.html
deleted file mode 100644
index 2fc53b4..0000000
--- a/experiments/Editor/tests/outline/moveSection-nested09-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",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-newparent01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-newparent01-expected.html b/experiments/Editor/tests/outline/moveSection-newparent01-expected.html
deleted file mode 100644
index 1fab687..0000000
--- a/experiments/Editor/tests/outline/moveSection-newparent01-expected.html
+++ /dev/null
@@ -1,42 +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="#item3">1.1 Section 3</a></p>
-      <p class="toc2"><a href="#item4">1.2 Section 4</a></p>
-      <p class="toc1"><a href="#item5">2 Section 5</a></p>
-      <p class="toc2"><a href="#item2">2.1 Section 2</a></p>
-      <p class="toc2"><a href="#item6">2.2 Section 6</a></p>
-      <p class="toc2"><a href="#item7">2.3 Section 7</a></p>
-      <p class="toc2"><a href="#item8">2.4 Section 8</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h2 id="item3">Section 3</h2>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-    <h2 id="item4">Section 4</h2>
-    <p>Content 4 A</p>
-    <p>Content 4 B</p>
-    <h1 id="item5">Section 5</h1>
-    <p>Content 5 A</p>
-    <p>Content 5 B</p>
-    <h2 id="item2">Section 2</h2>
-    <p>Content 2 A</p>
-    <p>Content 2 B</p>
-    <h2 id="item6">Section 6</h2>
-    <p>Content 6 A</p>
-    <p>Content 6 B</p>
-    <h2 id="item7">Section 7</h2>
-    <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>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-newparent01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-newparent01-input.html b/experiments/Editor/tests/outline/moveSection-newparent01-input.html
deleted file mode 100644
index 042e104..0000000
--- a/experiments/Editor/tests/outline/moveSection-newparent01-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,3]);
-
-    Outline_moveSection("item2","item5","item6");
-
-    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-newparent02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-newparent02-expected.html b/experiments/Editor/tests/outline/moveSection-newparent02-expected.html
deleted file mode 100644
index 6ce8c9f..0000000
--- a/experiments/Editor/tests/outline/moveSection-newparent02-expected.html
+++ /dev/null
@@ -1,42 +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="#item3">1.1 Section 3</a></p>
-      <p class="toc2"><a href="#item4">1.2 Section 4</a></p>
-      <p class="toc1"><a href="#item5">2 Section 5</a></p>
-      <p class="toc2"><a href="#item6">2.1 Section 6</a></p>
-      <p class="toc2"><a href="#item7">2.2 Section 7</a></p>
-      <p class="toc2"><a href="#item2">2.3 Section 2</a></p>
-      <p class="toc2"><a href="#item8">2.4 Section 8</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h2 id="item3">Section 3</h2>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-    <h2 id="item4">Section 4</h2>
-    <p>Content 4 A</p>
-    <p>Content 4 B</p>
-    <h1 id="item5">Section 5</h1>
-    <p>Content 5 A</p>
-    <p>Content 5 B</p>
-    <h2 id="item6">Section 6</h2>
-    <p>Content 6 A</p>
-    <p>Content 6 B</p>
-    <h2 id="item7">Section 7</h2>
-    <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>
-    <h2 id="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-newparent02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-newparent02-input.html b/experiments/Editor/tests/outline/moveSection-newparent02-input.html
deleted file mode 100644
index a4d6de6..0000000
--- a/experiments/Editor/tests/outline/moveSection-newparent02-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,3]);
-
-    Outline_moveSection("item2","item5","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-newparent03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-newparent03-expected.html b/experiments/Editor/tests/outline/moveSection-newparent03-expected.html
deleted file mode 100644
index ee72a43..0000000
--- a/experiments/Editor/tests/outline/moveSection-newparent03-expected.html
+++ /dev/null
@@ -1,42 +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="#item3">1.1 Section 3</a></p>
-      <p class="toc2"><a href="#item4">1.2 Section 4</a></p>
-      <p class="toc1"><a href="#item5">2 Section 5</a></p>
-      <p class="toc2"><a href="#item6">2.1 Section 6</a></p>
-      <p class="toc2"><a href="#item7">2.2 Section 7</a></p>
-      <p class="toc2"><a href="#item8">2.3 Section 8</a></p>
-      <p class="toc2"><a href="#item2">2.4 Section 2</a></p>
-    </nav>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-    <h2 id="item3">Section 3</h2>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-    <h2 id="item4">Section 4</h2>
-    <p>Content 4 A</p>
-    <p>Content 4 B</p>
-    <h1 id="item5">Section 5</h1>
-    <p>Content 5 A</p>
-    <p>Content 5 B</p>
-    <h2 id="item6">Section 6</h2>
-    <p>Content 6 A</p>
-    <p>Content 6 B</p>
-    <h2 id="item7">Section 7</h2>
-    <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>
-    <h2 id="item2">Section 2</h2>
-    <p>Content 2 A</p>
-    <p>Content 2 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-newparent03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-newparent03-input.html b/experiments/Editor/tests/outline/moveSection-newparent03-input.html
deleted file mode 100644
index 2562f4a..0000000
--- a/experiments/Editor/tests/outline/moveSection-newparent03-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,3]);
-
-    Outline_moveSection("item2","item5",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-newparent04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-newparent04-expected.html b/experiments/Editor/tests/outline/moveSection-newparent04-expected.html
deleted file mode 100644
index 92e1e8b..0000000
--- a/experiments/Editor/tests/outline/moveSection-newparent04-expected.html
+++ /dev/null
@@ -1,42 +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="toc2"><a href="#item4">1.2 Section 4</a></p>
-      <p class="toc1"><a href="#item5">2 Section 5</a></p>
-      <p class="toc2"><a href="#item6">2.1 Section 6</a></p>
-      <p class="toc2"><a href="#item7">2.2 Section 7</a></p>
-      <p class="toc2"><a href="#item3">2.3 Section 3</a></p>
-      <p class="toc2"><a href="#item8">2.4 Section 8</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>
-    <h2 id="item4">Section 4</h2>
-    <p>Content 4 A</p>
-    <p>Content 4 B</p>
-    <h1 id="item5">Section 5</h1>
-    <p>Content 5 A</p>
-    <p>Content 5 B</p>
-    <h2 id="item6">Section 6</h2>
-    <p>Content 6 A</p>
-    <p>Content 6 B</p>
-    <h2 id="item7">Section 7</h2>
-    <p>Content 7 A</p>
-    <p>Content 7 B</p>
-    <h2 id="item3">Section 3</h2>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-    <h2 id="item8">Section 8</h2>
-    <p>Content 8 A</p>
-    <p>Content 8 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-newparent04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-newparent04-input.html b/experiments/Editor/tests/outline/moveSection-newparent04-input.html
deleted file mode 100644
index 7a5db7f..0000000
--- a/experiments/Editor/tests/outline/moveSection-newparent04-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,3]);
-
-    Outline_moveSection("item3","item5","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-newparent05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-newparent05-expected.html b/experiments/Editor/tests/outline/moveSection-newparent05-expected.html
deleted file mode 100644
index 480e309..0000000
--- a/experiments/Editor/tests/outline/moveSection-newparent05-expected.html
+++ /dev/null
@@ -1,42 +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="toc2"><a href="#item3">1.2 Section 3</a></p>
-      <p class="toc1"><a href="#item5">2 Section 5</a></p>
-      <p class="toc2"><a href="#item6">2.1 Section 6</a></p>
-      <p class="toc2"><a href="#item7">2.2 Section 7</a></p>
-      <p class="toc2"><a href="#item4">2.3 Section 4</a></p>
-      <p class="toc2"><a href="#item8">2.4 Section 8</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>
-    <h2 id="item3">Section 3</h2>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-    <h1 id="item5">Section 5</h1>
-    <p>Content 5 A</p>
-    <p>Content 5 B</p>
-    <h2 id="item6">Section 6</h2>
-    <p>Content 6 A</p>
-    <p>Content 6 B</p>
-    <h2 id="item7">Section 7</h2>
-    <p>Content 7 A</p>
-    <p>Content 7 B</p>
-    <h2 id="item4">Section 4</h2>
-    <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>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection-newparent05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection-newparent05-input.html b/experiments/Editor/tests/outline/moveSection-newparent05-input.html
deleted file mode 100644
index 19a7d12..0000000
--- a/experiments/Editor/tests/outline/moveSection-newparent05-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,3]);
-
-    Outline_moveSection("item4","item5","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/moveSection01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection01-expected.html b/experiments/Editor/tests/outline/moveSection01-expected.html
deleted file mode 100644
index 1c59c8c..0000000
--- a/experiments/Editor/tests/outline/moveSection01-expected.html
+++ /dev/null
@@ -1,22 +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>
-      <p class="toc1"><a href="#item3">3 Section 3</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>
-    <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/26f461e7/experiments/Editor/tests/outline/moveSection01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection01-input.html b/experiments/Editor/tests/outline/moveSection01-input.html
deleted file mode 100644
index c62f03e..0000000
--- a/experiments/Editor/tests/outline/moveSection01-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_moveSection("item1","item0","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/moveSection02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection02-expected.html b/experiments/Editor/tests/outline/moveSection02-expected.html
deleted file mode 100644
index ddd4dad..0000000
--- a/experiments/Editor/tests/outline/moveSection02-expected.html
+++ /dev/null
@@ -1,22 +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="#item1">2 Section 1</a></p>
-      <p class="toc1"><a href="#item3">3 Section 3</a></p>
-    </nav>
-    <h1 id="item2">Section 2</h1>
-    <p>Content 2 A</p>
-    <p>Content 2 B</p>
-    <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/26f461e7/experiments/Editor/tests/outline/moveSection02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection02-input.html b/experiments/Editor/tests/outline/moveSection02-input.html
deleted file mode 100644
index cf444ce..0000000
--- a/experiments/Editor/tests/outline/moveSection02-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_moveSection("item1","item0","item3");
-
-    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/moveSection03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection03-expected.html b/experiments/Editor/tests/outline/moveSection03-expected.html
deleted file mode 100644
index 3fcbe1d..0000000
--- a/experiments/Editor/tests/outline/moveSection03-expected.html
+++ /dev/null
@@ -1,22 +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>
-      <p class="toc1"><a href="#item1">3 Section 1</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>
-    <h1 id="item1">Section 1</h1>
-    <p>Content 1 A</p>
-    <p>Content 1 B</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/moveSection03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection03-input.html b/experiments/Editor/tests/outline/moveSection03-input.html
deleted file mode 100644
index 93bcf4e..0000000
--- a/experiments/Editor/tests/outline/moveSection03-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_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/moveSection04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection04-expected.html b/experiments/Editor/tests/outline/moveSection04-expected.html
deleted file mode 100644
index ddd4dad..0000000
--- a/experiments/Editor/tests/outline/moveSection04-expected.html
+++ /dev/null
@@ -1,22 +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="#item1">2 Section 1</a></p>
-      <p class="toc1"><a href="#item3">3 Section 3</a></p>
-    </nav>
-    <h1 id="item2">Section 2</h1>
-    <p>Content 2 A</p>
-    <p>Content 2 B</p>
-    <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/26f461e7/experiments/Editor/tests/outline/moveSection04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection04-input.html b/experiments/Editor/tests/outline/moveSection04-input.html
deleted file mode 100644
index 2271dcb..0000000
--- a/experiments/Editor/tests/outline/moveSection04-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_moveSection("item2","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/moveSection05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection05-expected.html b/experiments/Editor/tests/outline/moveSection05-expected.html
deleted file mode 100644
index 1c59c8c..0000000
--- a/experiments/Editor/tests/outline/moveSection05-expected.html
+++ /dev/null
@@ -1,22 +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>
-      <p class="toc1"><a href="#item3">3 Section 3</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>
-    <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/26f461e7/experiments/Editor/tests/outline/moveSection05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection05-input.html b/experiments/Editor/tests/outline/moveSection05-input.html
deleted file mode 100644
index 7be9bdb..0000000
--- a/experiments/Editor/tests/outline/moveSection05-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_moveSection("item2","item0","item3");
-
-    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/moveSection06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection06-expected.html b/experiments/Editor/tests/outline/moveSection06-expected.html
deleted file mode 100644
index 2fb4fbc..0000000
--- a/experiments/Editor/tests/outline/moveSection06-expected.html
+++ /dev/null
@@ -1,22 +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>
-      <p class="toc1"><a href="#item2">3 Section 2</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>
-    <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/26f461e7/experiments/Editor/tests/outline/moveSection06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection06-input.html b/experiments/Editor/tests/outline/moveSection06-input.html
deleted file mode 100644
index 33d2ff9..0000000
--- a/experiments/Editor/tests/outline/moveSection06-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_moveSection("item2","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/moveSection07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection07-expected.html b/experiments/Editor/tests/outline/moveSection07-expected.html
deleted file mode 100644
index 2cb3971..0000000
--- a/experiments/Editor/tests/outline/moveSection07-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item3">1 Section 3</a></p>
-      <p class="toc1"><a href="#item1">2 Section 1</a></p>
-      <p class="toc1"><a href="#item2">3 Section 2</a></p>
-    </nav>
-    <h1 id="item3">Section 3</h1>
-    <p>Content 3 A</p>
-    <p>Content 3 B</p>
-    <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/26f461e7/experiments/Editor/tests/outline/moveSection07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection07-input.html b/experiments/Editor/tests/outline/moveSection07-input.html
deleted file mode 100644
index 869c7c7..0000000
--- a/experiments/Editor/tests/outline/moveSection07-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_moveSection("item3","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/moveSection08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection08-expected.html b/experiments/Editor/tests/outline/moveSection08-expected.html
deleted file mode 100644
index 2fb4fbc..0000000
--- a/experiments/Editor/tests/outline/moveSection08-expected.html
+++ /dev/null
@@ -1,22 +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>
-      <p class="toc1"><a href="#item2">3 Section 2</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>
-    <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/26f461e7/experiments/Editor/tests/outline/moveSection08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection08-input.html b/experiments/Editor/tests/outline/moveSection08-input.html
deleted file mode 100644
index 085c32a..0000000
--- a/experiments/Editor/tests/outline/moveSection08-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_moveSection("item3","item0","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/moveSection09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection09-expected.html b/experiments/Editor/tests/outline/moveSection09-expected.html
deleted file mode 100644
index 1c59c8c..0000000
--- a/experiments/Editor/tests/outline/moveSection09-expected.html
+++ /dev/null
@@ -1,22 +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>
-      <p class="toc1"><a href="#item3">3 Section 3</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>
-    <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/26f461e7/experiments/Editor/tests/outline/moveSection09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection09-input.html b/experiments/Editor/tests/outline/moveSection09-input.html
deleted file mode 100644
index 1963112..0000000
--- a/experiments/Editor/tests/outline/moveSection09-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_moveSection("item3","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/moveSection10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection10-expected.html b/experiments/Editor/tests/outline/moveSection10-expected.html
deleted file mode 100644
index a5d6ee7..0000000
--- a/experiments/Editor/tests/outline/moveSection10-expected.html
+++ /dev/null
@@ -1,22 +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>
-      <p class="toc1"><a href="#item2">3 Section 2</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>
-    <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/26f461e7/experiments/Editor/tests/outline/moveSection10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/moveSection10-input.html b/experiments/Editor/tests/outline/moveSection10-input.html
deleted file mode 100644
index 5175204..0000000
--- a/experiments/Editor/tests/outline/moveSection10-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script type="text/javascript" src="OutlineTest.js"></script>
-<script>
-
-function performTest()
-{
-    setupOutlineNumbering();
-    setupOutline(3);
-
-    Selection_selectAll();
-
-    Outline_moveSection("item3",null,"item2");
-
-    Selection_preserveWhileExecuting(cleanupOutline);
-    showSelection();
-}
-</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/refTitle-figure01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure01-expected.html b/experiments/Editor/tests/outline/refTitle-figure01-expected.html
deleted file mode 100644
index 9735bee..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure01-expected.html
+++ /dev/null
@@ -1,45 +0,0 @@
-Sections:
-Figures:
-    1 First figure (item1)
-    2 Second figure (item2)
-    Third figure (item3)
-    Fourth figure (item4)
-Tables:
-<html>
-  <head>
-  </head>
-  <body>
-    <figure id="item1">
-      <figcaption>First figure</figcaption>
-    </figure>
-    <figure id="item2">
-      <figcaption>Second figure</figcaption>
-    </figure>
-    <figure id="item3">
-      <figcaption class="Unnumbered">Third figure</figcaption>
-    </figure>
-    <figure id="item4">
-      <figcaption class="Unnumbered">Fourth figure</figcaption>
-    </figure>
-    <p>
-      First ref: Figure
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Figure
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Figure
-      <a href="#item3">Third figure</a>
-    </p>
-    <p>
-      Fourth ref: Figure
-      <a href="#item4">Fourth figure</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">Third figure</a></p>
-    <p><a href="#item4">Fourth figure</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure01-input.html b/experiments/Editor/tests/outline/refTitle-figure01-input.html
deleted file mode 100644
index 8b62d5f..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure01-input.html
+++ /dev/null
@@ -1,40 +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();
-
-    var figcaptions = document.getElementsByTagName("figcaption");
-
-    // Add another set of references
-    for (var i = 0; i < figcaptions.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+figcaptions[i].parentNode.getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<figure id="item1"><figcaption>Figure 9: First figure</figcaption></figure>
-<figure id="item2"><figcaption>Figure 9: Second figure</figcaption></figure>
-<figure id="item3"><figcaption>Third figure</figcaption></figure>
-<figure id="item4"><figcaption>Fourth figure</figcaption></figure>
-<p>First ref: Figure <a href="#item1"></a></p>
-<p>Second ref: Figure <a href="#item2"></a></p>
-<p>Third ref: Figure <a href="#item3"></a></p>
-<p>Fourth ref: Figure <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure02-expected.html b/experiments/Editor/tests/outline/refTitle-figure02-expected.html
deleted file mode 100644
index 593bc82..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure02-expected.html
+++ /dev/null
@@ -1,57 +0,0 @@
-Sections:
-Figures:
-    1 First figureXYZ (item1)
-    2 Second figureXYZ (item2)
-    Third figureXYZ (item3)
-    Fourth figureXYZ (item4)
-Tables:
-<html>
-  <head>
-  </head>
-  <body>
-    <figure id="item1">
-      <figcaption>
-        First figure
-        XYZ
-      </figcaption>
-    </figure>
-    <figure id="item2">
-      <figcaption>
-        Second figure
-        XYZ
-      </figcaption>
-    </figure>
-    <figure id="item3">
-      <figcaption class="Unnumbered">
-        Third figure
-        XYZ
-      </figcaption>
-    </figure>
-    <figure id="item4">
-      <figcaption class="Unnumbered">
-        Fourth figure
-        XYZ
-      </figcaption>
-    </figure>
-    <p>
-      First ref: Figure
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Figure
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Figure
-      <a href="#item3">Third figureXYZ</a>
-    </p>
-    <p>
-      Fourth ref: Figure
-      <a href="#item4">Fourth figureXYZ</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">Third figureXYZ</a></p>
-    <p><a href="#item4">Fourth figureXYZ</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure02-input.html b/experiments/Editor/tests/outline/refTitle-figure02-input.html
deleted file mode 100644
index 2fdb7bc..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure02-input.html
+++ /dev/null
@@ -1,45 +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();
-
-    var figcaptions = document.getElementsByTagName("figcaption");
-
-    // Change figure caption
-    for (var i = 0; i < figcaptions.length; i++) {
-        DOM_appendChild(figcaptions[i],DOM_createTextNode(document,"XYZ"));
-    }
-
-    // Add another set of references
-    for (var i = 0; i < figcaptions.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+figcaptions[i].parentNode.getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<figure id="item1"><figcaption>Figure 9: First figure</figcaption></figure>
-<figure id="item2"><figcaption>Figure 9: Second figure</figcaption></figure>
-<figure id="item3"><figcaption>Third figure</figcaption></figure>
-<figure id="item4"><figcaption>Fourth figure</figcaption></figure>
-<p>First ref: Figure <a href="#item1"></a></p>
-<p>Second ref: Figure <a href="#item2"></a></p>
-<p>Third ref: Figure <a href="#item3"></a></p>
-<p>Fourth ref: Figure <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure03-expected.html b/experiments/Editor/tests/outline/refTitle-figure03-expected.html
deleted file mode 100644
index bc2d68b..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure03-expected.html
+++ /dev/null
@@ -1,45 +0,0 @@
-Sections:
-Figures:
-    1 FiXYZrst figure (item1)
-    2 SeXYZcond figure (item2)
-    ThXYZird figure (item3)
-    FoXYZurth figure (item4)
-Tables:
-<html>
-  <head>
-  </head>
-  <body>
-    <figure id="item1">
-      <figcaption>FiXYZrst figure</figcaption>
-    </figure>
-    <figure id="item2">
-      <figcaption>SeXYZcond figure</figcaption>
-    </figure>
-    <figure id="item3">
-      <figcaption class="Unnumbered">ThXYZird figure</figcaption>
-    </figure>
-    <figure id="item4">
-      <figcaption class="Unnumbered">FoXYZurth figure</figcaption>
-    </figure>
-    <p>
-      First ref: Figure
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Figure
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Figure
-      <a href="#item3">ThXYZird figure</a>
-    </p>
-    <p>
-      Fourth ref: Figure
-      <a href="#item4">FoXYZurth figure</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">ThXYZird figure</a></p>
-    <p><a href="#item4">FoXYZurth figure</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure03-input.html b/experiments/Editor/tests/outline/refTitle-figure03-input.html
deleted file mode 100644
index 4e9e446..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure03-input.html
+++ /dev/null
@@ -1,45 +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();
-
-    var figcaptions = document.getElementsByTagName("figcaption");
-
-    // Change figure caption
-    for (var i = 0; i < figcaptions.length; i++) {
-        DOM_insertCharacters(figcaptions[i].lastChild,2,"XYZ");
-    }
-
-    // Add another set of references
-    for (var i = 0; i < figcaptions.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+figcaptions[i].parentNode.getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<figure id="item1"><figcaption>Figure 9: First figure</figcaption></figure>
-<figure id="item2"><figcaption>Figure 9: Second figure</figcaption></figure>
-<figure id="item3"><figcaption>Third figure</figcaption></figure>
-<figure id="item4"><figcaption>Fourth figure</figcaption></figure>
-<p>First ref: Figure <a href="#item1"></a></p>
-<p>Second ref: Figure <a href="#item2"></a></p>
-<p>Third ref: Figure <a href="#item3"></a></p>
-<p>Fourth ref: Figure <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure04-expected.html b/experiments/Editor/tests/outline/refTitle-figure04-expected.html
deleted file mode 100644
index e1a3cba..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure04-expected.html
+++ /dev/null
@@ -1,45 +0,0 @@
-Sections:
-Figures:
-    1 Fit figure (item1)
-    2 Send figure (item2)
-    Thd figure (item3)
-    Foth figure (item4)
-Tables:
-<html>
-  <head>
-  </head>
-  <body>
-    <figure id="item1">
-      <figcaption>Fit figure</figcaption>
-    </figure>
-    <figure id="item2">
-      <figcaption>Send figure</figcaption>
-    </figure>
-    <figure id="item3">
-      <figcaption class="Unnumbered">Thd figure</figcaption>
-    </figure>
-    <figure id="item4">
-      <figcaption class="Unnumbered">Foth figure</figcaption>
-    </figure>
-    <p>
-      First ref: Figure
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Figure
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Figure
-      <a href="#item3">Thd figure</a>
-    </p>
-    <p>
-      Fourth ref: Figure
-      <a href="#item4">Foth figure</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">Thd figure</a></p>
-    <p><a href="#item4">Foth figure</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure04-input.html b/experiments/Editor/tests/outline/refTitle-figure04-input.html
deleted file mode 100644
index 6460bdd..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure04-input.html
+++ /dev/null
@@ -1,45 +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();
-
-    var figcaptions = document.getElementsByTagName("figcaption");
-
-    // Change figure caption
-    for (var i = 0; i < figcaptions.length; i++) {
-        DOM_deleteCharacters(figcaptions[i].lastChild,2,4);
-    }
-
-    // Add another set of references
-    for (var i = 0; i < figcaptions.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+figcaptions[i].parentNode.getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<figure id="item1"><figcaption>Figure 9: First figure</figcaption></figure>
-<figure id="item2"><figcaption>Figure 9: Second figure</figcaption></figure>
-<figure id="item3"><figcaption>Third figure</figcaption></figure>
-<figure id="item4"><figcaption>Fourth figure</figcaption></figure>
-<p>First ref: Figure <a href="#item1"></a></p>
-<p>Second ref: Figure <a href="#item2"></a></p>
-<p>Third ref: Figure <a href="#item3"></a></p>
-<p>Fourth ref: Figure <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure05-expected.html b/experiments/Editor/tests/outline/refTitle-figure05-expected.html
deleted file mode 100644
index c32c9a4..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure05-expected.html
+++ /dev/null
@@ -1,45 +0,0 @@
-Sections:
-Figures:
-    1 Figure A (item1)
-    2 Figure B (item2)
-    Figure C (item3)
-    Figure D (item4)
-Tables:
-<html>
-  <head>
-  </head>
-  <body>
-    <figure id="item1">
-      <figcaption>Figure A</figcaption>
-    </figure>
-    <figure id="item2">
-      <figcaption>Figure B</figcaption>
-    </figure>
-    <figure id="item3">
-      <figcaption class="Unnumbered">Figure C</figcaption>
-    </figure>
-    <figure id="item4">
-      <figcaption class="Unnumbered">Figure D</figcaption>
-    </figure>
-    <p>
-      First ref: Figure
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Figure
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Figure
-      <a href="#item3">Figure C</a>
-    </p>
-    <p>
-      Fourth ref: Figure
-      <a href="#item4">Figure D</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">Figure C</a></p>
-    <p><a href="#item4">Figure D</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure05-input.html b/experiments/Editor/tests/outline/refTitle-figure05-input.html
deleted file mode 100644
index 41f6a46..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure05-input.html
+++ /dev/null
@@ -1,45 +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();
-
-    var figcaptions = document.getElementsByTagName("figcaption");
-
-    // Change figure caption
-    for (var i = 0; i < figcaptions.length; i++) {
-        DOM_setNodeValue(figcaptions[i].lastChild,"Figure "+String.fromCharCode(65+i));
-    }
-
-    // Add another set of references
-    for (var i = 0; i < figcaptions.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+figcaptions[i].parentNode.getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<figure id="item1"><figcaption>Figure 9: First figure</figcaption></figure>
-<figure id="item2"><figcaption>Figure 9: Second figure</figcaption></figure>
-<figure id="item3"><figcaption>Third figure</figcaption></figure>
-<figure id="item4"><figcaption>Fourth figure</figcaption></figure>
-<p>First ref: Figure <a href="#item1"></a></p>
-<p>Second ref: Figure <a href="#item2"></a></p>
-<p>Third ref: Figure <a href="#item3"></a></p>
-<p>Fourth ref: Figure <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure06-expected.html b/experiments/Editor/tests/outline/refTitle-figure06-expected.html
deleted file mode 100644
index 15d7200..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure06-expected.html
+++ /dev/null
@@ -1,41 +0,0 @@
-Sections:
-Figures:
-    1 First figure (item1)
-    Second figure (item2)
-    Third figure (item3)
-    Fourth figure (item4)
-Tables:
-<html>
-  <head>
-  </head>
-  <body>
-    <figure id="item1">
-      <figcaption>First figure</figcaption>
-    </figure>
-    <figure id="item2">
-      <figcaption class="Unnumbered">Second figure</figcaption>
-    </figure>
-    <figure id="item3">
-      <figcaption class="Unnumbered">Third figure</figcaption>
-    </figure>
-    <figure id="item4">
-      <figcaption class="Unnumbered">Fourth figure</figcaption>
-    </figure>
-    <p>
-      First ref: Figure
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Figure
-      <a href="#item2">Second figure</a>
-    </p>
-    <p>
-      Third ref: Figure
-      <a href="#item3">Third figure</a>
-    </p>
-    <p>
-      Fourth ref: Figure
-      <a href="#item4">Fourth figure</a>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure06-input.html b/experiments/Editor/tests/outline/refTitle-figure06-input.html
deleted file mode 100644
index 56c3435..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure06-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();
-
-    Outline_setNumbered("item2",false);
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<figure id="item1"><figcaption>Figure 9: First figure</figcaption></figure>
-<figure id="item2"><figcaption>Figure 9: Second figure</figcaption></figure>
-<figure id="item3"><figcaption>Third figure</figcaption></figure>
-<figure id="item4"><figcaption>Fourth figure</figcaption></figure>
-<p>First ref: Figure <a href="#item1"></a></p>
-<p>Second ref: Figure <a href="#item2"></a></p>
-<p>Third ref: Figure <a href="#item3"></a></p>
-<p>Fourth ref: Figure <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure07-expected.html b/experiments/Editor/tests/outline/refTitle-figure07-expected.html
deleted file mode 100644
index d6bc652..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure07-expected.html
+++ /dev/null
@@ -1,41 +0,0 @@
-Sections:
-Figures:
-    1 First figure (item1)
-    2 Second figure (item2)
-    3 Third figure (item3)
-    Fourth figure (item4)
-Tables:
-<html>
-  <head>
-  </head>
-  <body>
-    <figure id="item1">
-      <figcaption>First figure</figcaption>
-    </figure>
-    <figure id="item2">
-      <figcaption>Second figure</figcaption>
-    </figure>
-    <figure id="item3">
-      <figcaption>Third figure</figcaption>
-    </figure>
-    <figure id="item4">
-      <figcaption class="Unnumbered">Fourth figure</figcaption>
-    </figure>
-    <p>
-      First ref: Figure
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Figure
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Figure
-      <a href="#item3">3</a>
-    </p>
-    <p>
-      Fourth ref: Figure
-      <a href="#item4">Fourth figure</a>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-figure07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-figure07-input.html b/experiments/Editor/tests/outline/refTitle-figure07-input.html
deleted file mode 100644
index 0a51714..0000000
--- a/experiments/Editor/tests/outline/refTitle-figure07-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();
-
-    Outline_setNumbered("item3",true);
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<figure id="item1"><figcaption>Figure 9: First figure</figcaption></figure>
-<figure id="item2"><figcaption>Figure 9: Second figure</figcaption></figure>
-<figure id="item3"><figcaption>Third figure</figcaption></figure>
-<figure id="item4"><figcaption>Fourth figure</figcaption></figure>
-<p>First ref: Figure <a href="#item1"></a></p>
-<p>Second ref: Figure <a href="#item2"></a></p>
-<p>Third ref: Figure <a href="#item3"></a></p>
-<p>Fourth ref: Figure <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section01-expected.html b/experiments/Editor/tests/outline/refTitle-section01-expected.html
deleted file mode 100644
index efd80dc..0000000
--- a/experiments/Editor/tests/outline/refTitle-section01-expected.html
+++ /dev/null
@@ -1,39 +0,0 @@
-Sections:
-    1 First heading (item1)
-    2 Second heading (item2)
-    Third heading (item3)
-    Fourth heading (item4)
-Figures:
-Tables:
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">First heading</h1>
-    <h1 id="item2">Second heading</h1>
-    <h1 class="Unnumbered" id="item3">Third heading</h1>
-    <h1 class="Unnumbered" id="item4">Fourth heading</h1>
-    <p>
-      First ref: Section
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Section
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Section
-      <a href="#item3">Third heading</a>
-    </p>
-    <p>
-      Fourth ref: Section
-      <a href="#item4">Fourth heading</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">Third heading</a></p>
-    <p><a href="#item4">Fourth heading</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section01-input.html b/experiments/Editor/tests/outline/refTitle-section01-input.html
deleted file mode 100644
index 524886f..0000000
--- a/experiments/Editor/tests/outline/refTitle-section01-input.html
+++ /dev/null
@@ -1,40 +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();
-
-    var headings = document.getElementsByTagName("h1");
-
-    // Add another set of references
-    for (var i = 0; i < headings.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+headings[i].getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1 id="item1">9 First heading</h1>
-<h1 id="item2">9 Second heading</h1>
-<h1 id="item3">Third heading</h1>
-<h1 id="item4">Fourth heading</h1>
-<p>First ref: Section <a href="#item1"></a></p>
-<p>Second ref: Section <a href="#item2"></a></p>
-<p>Third ref: Section <a href="#item3"></a></p>
-<p>Fourth ref: Section <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section02-expected.html b/experiments/Editor/tests/outline/refTitle-section02-expected.html
deleted file mode 100644
index 6a82676..0000000
--- a/experiments/Editor/tests/outline/refTitle-section02-expected.html
+++ /dev/null
@@ -1,51 +0,0 @@
-Sections:
-    1 First headingXYZ (item1)
-    2 Second headingXYZ (item2)
-    Third headingXYZ (item3)
-    Fourth headingXYZ (item4)
-Figures:
-Tables:
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">
-      First heading
-      XYZ
-    </h1>
-    <h1 id="item2">
-      Second heading
-      XYZ
-    </h1>
-    <h1 class="Unnumbered" id="item3">
-      Third heading
-      XYZ
-    </h1>
-    <h1 class="Unnumbered" id="item4">
-      Fourth heading
-      XYZ
-    </h1>
-    <p>
-      First ref: Section
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Section
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Section
-      <a href="#item3">Third headingXYZ</a>
-    </p>
-    <p>
-      Fourth ref: Section
-      <a href="#item4">Fourth headingXYZ</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">Third headingXYZ</a></p>
-    <p><a href="#item4">Fourth headingXYZ</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section02-input.html b/experiments/Editor/tests/outline/refTitle-section02-input.html
deleted file mode 100644
index 627c12a..0000000
--- a/experiments/Editor/tests/outline/refTitle-section02-input.html
+++ /dev/null
@@ -1,45 +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();
-
-    var headings = document.getElementsByTagName("h1");
-
-    // Change heading text
-    for (var i = 0; i < headings.length; i++) {
-        DOM_appendChild(headings[i],DOM_createTextNode(document,"XYZ"));
-    }
-
-    // Add another set of references
-    for (var i = 0; i < headings.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+headings[i].getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1 id="item1">9 First heading</h1>
-<h1 id="item2">9 Second heading</h1>
-<h1 id="item3">Third heading</h1>
-<h1 id="item4">Fourth heading</h1>
-<p>First ref: Section <a href="#item1"></a></p>
-<p>Second ref: Section <a href="#item2"></a></p>
-<p>Third ref: Section <a href="#item3"></a></p>
-<p>Fourth ref: Section <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section03-expected.html b/experiments/Editor/tests/outline/refTitle-section03-expected.html
deleted file mode 100644
index f12c26d..0000000
--- a/experiments/Editor/tests/outline/refTitle-section03-expected.html
+++ /dev/null
@@ -1,39 +0,0 @@
-Sections:
-    1 FiXYZrst heading (item1)
-    2 SeXYZcond heading (item2)
-    ThXYZird heading (item3)
-    FoXYZurth heading (item4)
-Figures:
-Tables:
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">FiXYZrst heading</h1>
-    <h1 id="item2">SeXYZcond heading</h1>
-    <h1 class="Unnumbered" id="item3">ThXYZird heading</h1>
-    <h1 class="Unnumbered" id="item4">FoXYZurth heading</h1>
-    <p>
-      First ref: Section
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Section
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Section
-      <a href="#item3">ThXYZird heading</a>
-    </p>
-    <p>
-      Fourth ref: Section
-      <a href="#item4">FoXYZurth heading</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">ThXYZird heading</a></p>
-    <p><a href="#item4">FoXYZurth heading</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section03-input.html b/experiments/Editor/tests/outline/refTitle-section03-input.html
deleted file mode 100644
index 47a41e7..0000000
--- a/experiments/Editor/tests/outline/refTitle-section03-input.html
+++ /dev/null
@@ -1,45 +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();
-
-    var headings = document.getElementsByTagName("h1");
-
-    // Change heading text
-    for (var i = 0; i < headings.length; i++) {
-        DOM_insertCharacters(headings[i].lastChild,2,"XYZ");
-    }
-
-    // Add another set of references
-    for (var i = 0; i < headings.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+headings[i].getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1 id="item1">9 First heading</h1>
-<h1 id="item2">9 Second heading</h1>
-<h1 id="item3">Third heading</h1>
-<h1 id="item4">Fourth heading</h1>
-<p>First ref: Section <a href="#item1"></a></p>
-<p>Second ref: Section <a href="#item2"></a></p>
-<p>Third ref: Section <a href="#item3"></a></p>
-<p>Fourth ref: Section <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section04-expected.html b/experiments/Editor/tests/outline/refTitle-section04-expected.html
deleted file mode 100644
index 58af1fd..0000000
--- a/experiments/Editor/tests/outline/refTitle-section04-expected.html
+++ /dev/null
@@ -1,39 +0,0 @@
-Sections:
-    1 Fit heading (item1)
-    2 Send heading (item2)
-    Thd heading (item3)
-    Foth heading (item4)
-Figures:
-Tables:
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">Fit heading</h1>
-    <h1 id="item2">Send heading</h1>
-    <h1 class="Unnumbered" id="item3">Thd heading</h1>
-    <h1 class="Unnumbered" id="item4">Foth heading</h1>
-    <p>
-      First ref: Section
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Section
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Section
-      <a href="#item3">Thd heading</a>
-    </p>
-    <p>
-      Fourth ref: Section
-      <a href="#item4">Foth heading</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">Thd heading</a></p>
-    <p><a href="#item4">Foth heading</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section04-input.html b/experiments/Editor/tests/outline/refTitle-section04-input.html
deleted file mode 100644
index 6a92318..0000000
--- a/experiments/Editor/tests/outline/refTitle-section04-input.html
+++ /dev/null
@@ -1,45 +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();
-
-    var headings = document.getElementsByTagName("h1");
-
-    // Change heading text
-    for (var i = 0; i < headings.length; i++) {
-        DOM_deleteCharacters(headings[i].lastChild,2,4);
-    }
-
-    // Add another set of references
-    for (var i = 0; i < headings.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+headings[i].getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1 id="item1">9 First heading</h1>
-<h1 id="item2">9 Second heading</h1>
-<h1 id="item3">Third heading</h1>
-<h1 id="item4">Fourth heading</h1>
-<p>First ref: Section <a href="#item1"></a></p>
-<p>Second ref: Section <a href="#item2"></a></p>
-<p>Third ref: Section <a href="#item3"></a></p>
-<p>Fourth ref: Section <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section05-expected.html b/experiments/Editor/tests/outline/refTitle-section05-expected.html
deleted file mode 100644
index 5c98afe..0000000
--- a/experiments/Editor/tests/outline/refTitle-section05-expected.html
+++ /dev/null
@@ -1,39 +0,0 @@
-Sections:
-    1 Heading A (item1)
-    2 Heading B (item2)
-    Heading C (item3)
-    Heading D (item4)
-Figures:
-Tables:
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">Heading A</h1>
-    <h1 id="item2">Heading B</h1>
-    <h1 class="Unnumbered" id="item3">Heading C</h1>
-    <h1 class="Unnumbered" id="item4">Heading D</h1>
-    <p>
-      First ref: Section
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Section
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Section
-      <a href="#item3">Heading C</a>
-    </p>
-    <p>
-      Fourth ref: Section
-      <a href="#item4">Heading D</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">Heading C</a></p>
-    <p><a href="#item4">Heading D</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section05-input.html b/experiments/Editor/tests/outline/refTitle-section05-input.html
deleted file mode 100644
index 50489f6..0000000
--- a/experiments/Editor/tests/outline/refTitle-section05-input.html
+++ /dev/null
@@ -1,45 +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();
-
-    var headings = document.getElementsByTagName("h1");
-
-    // Change heading text
-    for (var i = 0; i < headings.length; i++) {
-        DOM_setNodeValue(headings[i].lastChild,"Heading "+String.fromCharCode(65+i));
-    }
-
-    // Add another set of references
-    for (var i = 0; i < headings.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+headings[i].getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1 id="item1">9 First heading</h1>
-<h1 id="item2">9 Second heading</h1>
-<h1 id="item3">Third heading</h1>
-<h1 id="item4">Fourth heading</h1>
-<p>First ref: Section <a href="#item1"></a></p>
-<p>Second ref: Section <a href="#item2"></a></p>
-<p>Third ref: Section <a href="#item3"></a></p>
-<p>Fourth ref: Section <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section06-expected.html b/experiments/Editor/tests/outline/refTitle-section06-expected.html
deleted file mode 100644
index 31c6336..0000000
--- a/experiments/Editor/tests/outline/refTitle-section06-expected.html
+++ /dev/null
@@ -1,35 +0,0 @@
-Sections:
-    1 First heading (item1)
-    Second heading (item2)
-    Third heading (item3)
-    Fourth heading (item4)
-Figures:
-Tables:
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">First heading</h1>
-    <h1 class="Unnumbered" id="item2">Second heading</h1>
-    <h1 class="Unnumbered" id="item3">Third heading</h1>
-    <h1 class="Unnumbered" id="item4">Fourth heading</h1>
-    <p>
-      First ref: Section
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Section
-      <a href="#item2">Second heading</a>
-    </p>
-    <p>
-      Third ref: Section
-      <a href="#item3">Third heading</a>
-    </p>
-    <p>
-      Fourth ref: Section
-      <a href="#item4">Fourth heading</a>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section06-input.html b/experiments/Editor/tests/outline/refTitle-section06-input.html
deleted file mode 100644
index 3875b13..0000000
--- a/experiments/Editor/tests/outline/refTitle-section06-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();
-
-    Outline_setNumbered("item2",false);
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1 id="item1">9 First heading</h1>
-<h1 id="item2">9 Second heading</h1>
-<h1 id="item3">Third heading</h1>
-<h1 id="item4">Fourth heading</h1>
-<p>First ref: Section <a href="#item1"></a></p>
-<p>Second ref: Section <a href="#item2"></a></p>
-<p>Third ref: Section <a href="#item3"></a></p>
-<p>Fourth ref: Section <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section07-expected.html b/experiments/Editor/tests/outline/refTitle-section07-expected.html
deleted file mode 100644
index eb74edd..0000000
--- a/experiments/Editor/tests/outline/refTitle-section07-expected.html
+++ /dev/null
@@ -1,35 +0,0 @@
-Sections:
-    1 First heading (item1)
-    2 Second heading (item2)
-    3 Third heading (item3)
-    Fourth heading (item4)
-Figures:
-Tables:
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item1">First heading</h1>
-    <h1 id="item2">Second heading</h1>
-    <h1 id="item3">Third heading</h1>
-    <h1 class="Unnumbered" id="item4">Fourth heading</h1>
-    <p>
-      First ref: Section
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Section
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Section
-      <a href="#item3">3</a>
-    </p>
-    <p>
-      Fourth ref: Section
-      <a href="#item4">Fourth heading</a>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-section07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-section07-input.html b/experiments/Editor/tests/outline/refTitle-section07-input.html
deleted file mode 100644
index 582283e..0000000
--- a/experiments/Editor/tests/outline/refTitle-section07-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();
-
-    Outline_setNumbered("item3",true);
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<h1 id="item1">9 First heading</h1>
-<h1 id="item2">9 Second heading</h1>
-<h1 id="item3">Third heading</h1>
-<h1 id="item4">Fourth heading</h1>
-<p>First ref: Section <a href="#item1"></a></p>
-<p>Second ref: Section <a href="#item2"></a></p>
-<p>Third ref: Section <a href="#item3"></a></p>
-<p>Fourth ref: Section <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-table01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-table01-expected.html b/experiments/Editor/tests/outline/refTitle-table01-expected.html
deleted file mode 100644
index 0b7d604..0000000
--- a/experiments/Editor/tests/outline/refTitle-table01-expected.html
+++ /dev/null
@@ -1,45 +0,0 @@
-Sections:
-Figures:
-Tables:
-    1 First table (item1)
-    2 Second table (item2)
-    Third table (item3)
-    Fourth table (item4)
-<html>
-  <head>
-  </head>
-  <body>
-    <table id="item1">
-      <caption>First table</caption>
-    </table>
-    <table id="item2">
-      <caption>Second table</caption>
-    </table>
-    <table id="item3">
-      <caption class="Unnumbered">Third table</caption>
-    </table>
-    <table id="item4">
-      <caption class="Unnumbered">Fourth table</caption>
-    </table>
-    <p>
-      First ref: Table
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Table
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Table
-      <a href="#item3">Third table</a>
-    </p>
-    <p>
-      Fourth ref: Table
-      <a href="#item4">Fourth table</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">Third table</a></p>
-    <p><a href="#item4">Fourth table</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-table01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-table01-input.html b/experiments/Editor/tests/outline/refTitle-table01-input.html
deleted file mode 100644
index 2b7d451..0000000
--- a/experiments/Editor/tests/outline/refTitle-table01-input.html
+++ /dev/null
@@ -1,40 +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();
-
-    var captions = document.getElementsByTagName("caption");
-
-    // Add another set of references
-    for (var i = 0; i < captions.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+captions[i].parentNode.getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<table id="item1"><caption>Table 9: First table</caption></table>
-<table id="item2"><caption>Table 9: Second table</caption></table>
-<table id="item3"><caption>Third table</caption></table>
-<table id="item4"><caption>Fourth table</caption></table>
-<p>First ref: Table <a href="#item1"></a></p>
-<p>Second ref: Table <a href="#item2"></a></p>
-<p>Third ref: Table <a href="#item3"></a></p>
-<p>Fourth ref: Table <a href="#item4"></a></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-table02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-table02-expected.html b/experiments/Editor/tests/outline/refTitle-table02-expected.html
deleted file mode 100644
index d917488..0000000
--- a/experiments/Editor/tests/outline/refTitle-table02-expected.html
+++ /dev/null
@@ -1,57 +0,0 @@
-Sections:
-Figures:
-Tables:
-    1 First tableXYZ (item1)
-    2 Second tableXYZ (item2)
-    Third tableXYZ (item3)
-    Fourth tableXYZ (item4)
-<html>
-  <head>
-  </head>
-  <body>
-    <table id="item1">
-      <caption>
-        First table
-        XYZ
-      </caption>
-    </table>
-    <table id="item2">
-      <caption>
-        Second table
-        XYZ
-      </caption>
-    </table>
-    <table id="item3">
-      <caption class="Unnumbered">
-        Third table
-        XYZ
-      </caption>
-    </table>
-    <table id="item4">
-      <caption class="Unnumbered">
-        Fourth table
-        XYZ
-      </caption>
-    </table>
-    <p>
-      First ref: Table
-      <a href="#item1">1</a>
-    </p>
-    <p>
-      Second ref: Table
-      <a href="#item2">2</a>
-    </p>
-    <p>
-      Third ref: Table
-      <a href="#item3">Third tableXYZ</a>
-    </p>
-    <p>
-      Fourth ref: Table
-      <a href="#item4">Fourth tableXYZ</a>
-    </p>
-    <p><a href="#item1">1</a></p>
-    <p><a href="#item2">2</a></p>
-    <p><a href="#item3">Third tableXYZ</a></p>
-    <p><a href="#item4">Fourth tableXYZ</a></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/outline/refTitle-table02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/outline/refTitle-table02-input.html b/experiments/Editor/tests/outline/refTitle-table02-input.html
deleted file mode 100644
index efc605a..0000000
--- a/experiments/Editor/tests/outline/refTitle-table02-input.html
+++ /dev/null
@@ -1,45 +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();
-
-    var captions = document.getElementsByTagName("caption");
-
-    // Change table caption
-    for (var i = 0; i < captions.length; i++) {
-        DOM_appendChild(captions[i],DOM_createTextNode(document,"XYZ"));
-    }
-
-    // Add another set of references
-    for (var i = 0; i < captions.length; i++) {
-        var a = DOM_createElement(document,"A");
-        DOM_setAttribute(a,"href","#"+captions[i].parentNode.getAttribute("id"));
-        var p = DOM_createElement(document,"P");
-        DOM_appendChild(p,a);
-        DOM_appendChild(document.body,p);
-    }
-
-    PostponedActions_perform();
-
-    return Outline_plainText()+PrettyPrinter.getHTML(document.documentElement);
-}
-</script>
-</head>
-<body>
-<table id="item1"><caption>Table 9: First table</caption></table>
-<table id="item2"><caption>Table 9: Second table</caption></table>
-<table id="item3"><caption>Third table</caption></table>
-<table id="item4"><caption>Fourth table</caption></table>
-<p>First ref: Table <a href="#item1"></a></p>
-<p>Second ref: Table <a href="#item2"></a></p>
-<p>Third ref: Table <a href="#item3"></a></p>
-<p>Fourth ref: Table <a href="#item4"></a></p>
-</body>
-</html>