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

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/outline/tocInsert03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/outline/tocInsert03-input.html b/Editor/tests/outline/tocInsert03-input.html
deleted file mode 100644
index 2275955..0000000
--- a/Editor/tests/outline/tocInsert03-input.html
+++ /dev/null
@@ -1,48 +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();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-
-    Outline_insertTableOfContents();
-    PostponedActions_perform();
-    Outline_insertListOfFigures();
-    PostponedActions_perform();
-//    showSelection();
-    Outline_insertListOfTables();
-    PostponedActions_perform();
-
-    simplifyTOCs();
-}
-</script>
-</head>
-<body>
-<h1>[]4 Section 1</h1>
-<h1>4 Section 2</h1>
-<figure>
-(figure content)
-<figcaption>Figure 9: Test figure A</figcaption>
-</figure>
-<figure>
-(figure content)
-<figcaption>Figure 9: Test figure B</figcaption>
-</figure>
-<table id="item1" style="width: 100%">
-  <caption>Table 9: Test table A</caption>
-  <col width="100%"/>
-  <tr><td><p><br/></p></td></tr>
-</table>
-<table id="item2" style="width: 100%">
-  <caption>Table 9: Test table B</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/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01a-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr01a-expected.html
deleted file mode 100644
index a0df9d6..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr01a-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01a-input.html b/Editor/tests/position/isValidCursorPosition-afterbr01a-input.html
deleted file mode 100644
index 3264d99..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr01a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p><br> </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01b-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr01b-expected.html
deleted file mode 100644
index a0df9d6..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr01b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01b-input.html b/Editor/tests/position/isValidCursorPosition-afterbr01b-input.html
deleted file mode 100644
index 4f8e72b..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr01b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p><br>   </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr01c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01c-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr01c-expected.html
deleted file mode 100644
index 3d88ac7..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr01c-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <br/>
-      .o.n.e.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr01c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01c-input.html b/Editor/tests/position/isValidCursorPosition-afterbr01c-input.html
deleted file mode 100644
index a68acbb..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr01c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p><br>one</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr01d-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01d-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr01d-expected.html
deleted file mode 100644
index 3d88ac7..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr01d-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <br/>
-      .o.n.e.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr01d-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01d-input.html b/Editor/tests/position/isValidCursorPosition-afterbr01d-input.html
deleted file mode 100644
index 1cd6e33..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr01d-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p><br> one </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr01e-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01e-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr01e-expected.html
deleted file mode 100644
index 3d88ac7..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr01e-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <br/>
-      .o.n.e.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr01e-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr01e-input.html b/Editor/tests/position/isValidCursorPosition-afterbr01e-input.html
deleted file mode 100644
index fa69ceb..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr01e-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p><br>  one  </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr02a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02a-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr02a-expected.html
deleted file mode 100644
index 33a7d79..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr02a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <br/>
-      .
-      <br/>
-      .
-      <br/>
-      .
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr02a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02a-input.html b/Editor/tests/position/isValidCursorPosition-afterbr02a-input.html
deleted file mode 100644
index dad307c..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr02a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p><br><br><br><br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr02b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02b-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr02b-expected.html
deleted file mode 100644
index 33a7d79..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr02b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <br/>
-      .
-      <br/>
-      .
-      <br/>
-      .
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr02b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02b-input.html b/Editor/tests/position/isValidCursorPosition-afterbr02b-input.html
deleted file mode 100644
index 8941372..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr02b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p> <br> <br> <br> <br> </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr02c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02c-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr02c-expected.html
deleted file mode 100644
index 33a7d79..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr02c-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <br/>
-      .
-      <br/>
-      .
-      <br/>
-      .
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr02c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr02c-input.html b/Editor/tests/position/isValidCursorPosition-afterbr02c-input.html
deleted file mode 100644
index 5675a14..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr02c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>   <br>   <br>   <br>   <br>   </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03a-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr03a-expected.html
deleted file mode 100644
index d3eefec..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr03a-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e.
-      <br/>
-      .t.w.o.
-      <br/>
-      .t.h.r.e.e.
-      <br/>
-      .f.o.u.r.
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03a-input.html b/Editor/tests/position/isValidCursorPosition-afterbr03a-input.html
deleted file mode 100644
index eb6bceb..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr03a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>one<br>two<br>three<br>four<br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr03b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03b-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr03b-expected.html
deleted file mode 100644
index d3eefec..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr03b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e.
-      <br/>
-      .t.w.o.
-      <br/>
-      .t.h.r.e.e.
-      <br/>
-      .f.o.u.r.
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr03b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03b-input.html b/Editor/tests/position/isValidCursorPosition-afterbr03b-input.html
deleted file mode 100644
index 3c6e33b..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr03b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p> one <br> two <br> three <br> four <br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr03c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03c-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr03c-expected.html
deleted file mode 100644
index d3eefec..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr03c-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e.
-      <br/>
-      .t.w.o.
-      <br/>
-      .t.h.r.e.e.
-      <br/>
-      .f.o.u.r.
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr03c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr03c-input.html b/Editor/tests/position/isValidCursorPosition-afterbr03c-input.html
deleted file mode 100644
index 064dd32..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr03c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>   one   <br>   two   <br>   three   <br>   four   <br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr04a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04a-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr04a-expected.html
deleted file mode 100644
index b76f047..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr04a-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e.
-      <br/>
-      .t.w.o.
-      <br/>
-      .t.h.r.e.e.
-      <br/>
-      .f.o.u.r.
-      <br/>
-      .f.i.v.e.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr04a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04a-input.html b/Editor/tests/position/isValidCursorPosition-afterbr04a-input.html
deleted file mode 100644
index 43aebc8..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr04a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>one<br>two<br>three<br>four<br>five</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr04b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04b-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr04b-expected.html
deleted file mode 100644
index b76f047..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr04b-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e.
-      <br/>
-      .t.w.o.
-      <br/>
-      .t.h.r.e.e.
-      <br/>
-      .f.o.u.r.
-      <br/>
-      .f.i.v.e.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr04b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04b-input.html b/Editor/tests/position/isValidCursorPosition-afterbr04b-input.html
deleted file mode 100644
index b97d4eb..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr04b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p> one <br> two <br> three <br> four <br> five </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr04c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04c-expected.html b/Editor/tests/position/isValidCursorPosition-afterbr04c-expected.html
deleted file mode 100644
index b76f047..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr04c-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e.
-      <br/>
-      .t.w.o.
-      <br/>
-      .t.h.r.e.e.
-      <br/>
-      .f.o.u.r.
-      <br/>
-      .f.i.v.e.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-afterbr04c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-afterbr04c-input.html b/Editor/tests/position/isValidCursorPosition-afterbr04c-input.html
deleted file mode 100644
index 25691f3..0000000
--- a/Editor/tests/position/isValidCursorPosition-afterbr04c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>   one   <br>   two   <br>   three   <br>   four   <br>   five   </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01a-expected.html b/Editor/tests/position/isValidCursorPosition-body01a-expected.html
deleted file mode 100644
index 3c15d21..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01a-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01a-input.html b/Editor/tests/position/isValidCursorPosition-body01a-input.html
deleted file mode 100644
index 9728da8..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01a-input.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01b-expected.html b/Editor/tests/position/isValidCursorPosition-body01b-expected.html
deleted file mode 100644
index 3c15d21..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01b-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01b-input.html b/Editor/tests/position/isValidCursorPosition-body01b-input.html
deleted file mode 100644
index 482f1f9..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01b-input.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body> </body></html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01c-expected.html b/Editor/tests/position/isValidCursorPosition-body01c-expected.html
deleted file mode 100644
index 3c15d21..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01c-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01c-input.html b/Editor/tests/position/isValidCursorPosition-body01c-input.html
deleted file mode 100644
index 739c7c7..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01c-input.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>   </body></html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01d-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01d-expected.html b/Editor/tests/position/isValidCursorPosition-body01d-expected.html
deleted file mode 100644
index 3c15d21..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01d-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01d-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01d-input.html b/Editor/tests/position/isValidCursorPosition-body01d-input.html
deleted file mode 100644
index 5cb12d4..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01d-input.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    addEmptyTextNode(document.body);
-    showValidPositions();
-}
-</script>
-</head>
-<body></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01e-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01e-expected.html b/Editor/tests/position/isValidCursorPosition-body01e-expected.html
deleted file mode 100644
index 3c15d21..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01e-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01e-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01e-input.html b/Editor/tests/position/isValidCursorPosition-body01e-input.html
deleted file mode 100644
index 33a5b01..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01e-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    DOM_deleteAllChildren(document.body);
-    DOM_appendChild(document.body,DOM_createTextNode(document,""));
-    DOM_appendChild(document.body,DOM_createTextNode(document,""));
-    DOM_appendChild(document.body,DOM_createTextNode(document,""));
-    showValidPositions();
-}
-</script>
-</head>
-<body></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01f-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01f-expected.html b/Editor/tests/position/isValidCursorPosition-body01f-expected.html
deleted file mode 100644
index 3c15d21..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01f-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01f-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01f-input.html b/Editor/tests/position/isValidCursorPosition-body01f-input.html
deleted file mode 100644
index 993289c..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01f-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    DOM_deleteAllChildren(document.body);
-    DOM_appendChild(document.body,DOM_createTextNode(document,"\n"));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"\n"));
-    DOM_appendChild(document.body,DOM_createTextNode(document,"\n"));
-    showValidPositions();
-}
-</script>
-</head>
-<body></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01g-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01g-expected.html b/Editor/tests/position/isValidCursorPosition-body01g-expected.html
deleted file mode 100644
index 3c15d21..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01g-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-body01g-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-body01g-input.html b/Editor/tests/position/isValidCursorPosition-body01g-input.html
deleted file mode 100644
index a3089d0..0000000
--- a/Editor/tests/position/isValidCursorPosition-body01g-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    DOM_deleteAllChildren(document.body);
-    DOM_appendChild(document.body,DOM_createTextNode(document," \n "));
-    DOM_appendChild(document.body,DOM_createTextNode(document," \n "));
-    DOM_appendChild(document.body,DOM_createTextNode(document," \n "));
-    showValidPositions();
-}
-</script>
-</head>
-<body></body></html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-caption01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-caption01a-expected.html b/Editor/tests/position/isValidCursorPosition-caption01a-expected.html
deleted file mode 100644
index a99c22d..0000000
--- a/Editor/tests/position/isValidCursorPosition-caption01a-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-    <table id="item1">
-      <caption>.O.n.e.</caption>
-      <tbody>
-        <tr>
-          <td>.C.e.l.l. .c.o.n.t.e.n.t.s.</td>
-          <td>.C.e.l.l. .c.o.n.t.e.n.t.s.</td>
-        </tr>
-      </tbody>
-    </table>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-caption01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-caption01a-input.html b/Editor/tests/position/isValidCursorPosition-caption01a-input.html
deleted file mode 100644
index a480b77..0000000
--- a/Editor/tests/position/isValidCursorPosition-caption01a-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<table>
-  <caption>One</caption>
-  <tr>
-    <td>Cell contents</td>
-    <td>Cell contents</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-caption01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-caption01b-expected.html b/Editor/tests/position/isValidCursorPosition-caption01b-expected.html
deleted file mode 100644
index a99c22d..0000000
--- a/Editor/tests/position/isValidCursorPosition-caption01b-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-    <table id="item1">
-      <caption>.O.n.e.</caption>
-      <tbody>
-        <tr>
-          <td>.C.e.l.l. .c.o.n.t.e.n.t.s.</td>
-          <td>.C.e.l.l. .c.o.n.t.e.n.t.s.</td>
-        </tr>
-      </tbody>
-    </table>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-caption01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-caption01b-input.html b/Editor/tests/position/isValidCursorPosition-caption01b-input.html
deleted file mode 100644
index 9a4d5d8..0000000
--- a/Editor/tests/position/isValidCursorPosition-caption01b-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<table>
-  <caption> One </caption>
-  <tr>
-    <td>Cell contents</td>
-    <td>Cell contents</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-caption01c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-caption01c-expected.html b/Editor/tests/position/isValidCursorPosition-caption01c-expected.html
deleted file mode 100644
index a99c22d..0000000
--- a/Editor/tests/position/isValidCursorPosition-caption01c-expected.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-    <table id="item1">
-      <caption>.O.n.e.</caption>
-      <tbody>
-        <tr>
-          <td>.C.e.l.l. .c.o.n.t.e.n.t.s.</td>
-          <td>.C.e.l.l. .c.o.n.t.e.n.t.s.</td>
-        </tr>
-      </tbody>
-    </table>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-caption01c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-caption01c-input.html b/Editor/tests/position/isValidCursorPosition-caption01c-input.html
deleted file mode 100644
index eaf0333..0000000
--- a/Editor/tests/position/isValidCursorPosition-caption01c-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<table>
-  <caption>   One   </caption>
-  <tr>
-    <td>Cell contents</td>
-    <td>Cell contents</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote01-expected.html b/Editor/tests/position/isValidCursorPosition-endnote01-expected.html
deleted file mode 100644
index cb7614e..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote01-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="endnote">.e.n.d.n.o.t.e.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote01-input.html b/Editor/tests/position/isValidCursorPosition-endnote01-input.html
deleted file mode 100644
index 3254c5e..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote">endnote</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote02-expected.html b/Editor/tests/position/isValidCursorPosition-endnote02-expected.html
deleted file mode 100644
index 220a4e2..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote02-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="endnote">.e.n.d.n.o.t.e.</span>
-      .
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote02-input.html b/Editor/tests/position/isValidCursorPosition-endnote02-input.html
deleted file mode 100644
index ee67b8a..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote">endnote</span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote03-expected.html b/Editor/tests/position/isValidCursorPosition-endnote03-expected.html
deleted file mode 100644
index 56b5550..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote03-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <span class="endnote">.e.n.d.n.o.t.e.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote03-input.html b/Editor/tests/position/isValidCursorPosition-endnote03-input.html
deleted file mode 100644
index f4b15ab..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote03-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p><span class="endnote">endnote</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote04-expected.html b/Editor/tests/position/isValidCursorPosition-endnote04-expected.html
deleted file mode 100644
index f2e6bfa..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote04-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <span class="endnote">.e.n.d.n.o.t.e.</span>
-      .
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote04-input.html b/Editor/tests/position/isValidCursorPosition-endnote04-input.html
deleted file mode 100644
index 74a8606..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote04-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p><span class="endnote">endnote</span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote05-expected.html b/Editor/tests/position/isValidCursorPosition-endnote05-expected.html
deleted file mode 100644
index 735a24f..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote05-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="endnote">.f.i.r.s.t.</span>
-      .
-      <span class="endnote">.s.e.c.o.n.d.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote05-input.html b/Editor/tests/position/isValidCursorPosition-endnote05-input.html
deleted file mode 100644
index 91277c9..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote05-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote">first</span><span class="endnote">second</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote06-expected.html b/Editor/tests/position/isValidCursorPosition-endnote06-expected.html
deleted file mode 100644
index 4b5fd0b..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote06-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="endnote">.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote06-input.html b/Editor/tests/position/isValidCursorPosition-endnote06-input.html
deleted file mode 100644
index ed8e9fd..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote06-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote"></span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote07-expected.html b/Editor/tests/position/isValidCursorPosition-endnote07-expected.html
deleted file mode 100644
index abff27c..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote07-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="endnote">.</span>
-      .
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote07-input.html b/Editor/tests/position/isValidCursorPosition-endnote07-input.html
deleted file mode 100644
index e10ba4b..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote07-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote"></span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote08-expected.html b/Editor/tests/position/isValidCursorPosition-endnote08-expected.html
deleted file mode 100644
index bbccfb6..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote08-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <span class="endnote">.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote08-input.html b/Editor/tests/position/isValidCursorPosition-endnote08-input.html
deleted file mode 100644
index 0691bb8..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote08-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p><span class="endnote"></span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote09-expected.html b/Editor/tests/position/isValidCursorPosition-endnote09-expected.html
deleted file mode 100644
index 80c2f50..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote09-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <span class="endnote">.</span>
-      .
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote09-input.html b/Editor/tests/position/isValidCursorPosition-endnote09-input.html
deleted file mode 100644
index 6d4d4e0..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote09-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p><span class="endnote"></span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote10-expected.html b/Editor/tests/position/isValidCursorPosition-endnote10-expected.html
deleted file mode 100644
index 70cab9a..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote10-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="endnote">.</span>
-      .
-      <span class="endnote">.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-endnote10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-endnote10-input.html b/Editor/tests/position/isValidCursorPosition-endnote10-input.html
deleted file mode 100644
index 4f1a5c0..0000000
--- a/Editor/tests/position/isValidCursorPosition-endnote10-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="endnote"></span><span class="endnote"></span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-figure01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-figure01a-expected.html b/Editor/tests/position/isValidCursorPosition-figure01a-expected.html
deleted file mode 100644
index 1d20b61..0000000
--- a/Editor/tests/position/isValidCursorPosition-figure01a-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-    <figure id="item1">
-      <img src="nothing.png"/>
-      <figcaption>.O.n.e.</figcaption>
-    </figure>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-figure01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-figure01a-input.html b/Editor/tests/position/isValidCursorPosition-figure01a-input.html
deleted file mode 100644
index 1c9a8fb..0000000
--- a/Editor/tests/position/isValidCursorPosition-figure01a-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<figure>
-  <img src="nothing.png">
-  <figcaption>One</figcaption>
-</figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-figure01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-figure01b-expected.html b/Editor/tests/position/isValidCursorPosition-figure01b-expected.html
deleted file mode 100644
index 1d20b61..0000000
--- a/Editor/tests/position/isValidCursorPosition-figure01b-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-    <figure id="item1">
-      <img src="nothing.png"/>
-      <figcaption>.O.n.e.</figcaption>
-    </figure>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-figure01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-figure01b-input.html b/Editor/tests/position/isValidCursorPosition-figure01b-input.html
deleted file mode 100644
index bcb49b1..0000000
--- a/Editor/tests/position/isValidCursorPosition-figure01b-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<figure>
-  <img src="nothing.png">
-  <figcaption> One </figcaption>
-</figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-figure01c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-figure01c-expected.html b/Editor/tests/position/isValidCursorPosition-figure01c-expected.html
deleted file mode 100644
index 1d20b61..0000000
--- a/Editor/tests/position/isValidCursorPosition-figure01c-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    .
-    <figure id="item1">
-      <img src="nothing.png"/>
-      <figcaption>.O.n.e.</figcaption>
-    </figure>
-    .
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-figure01c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-figure01c-input.html b/Editor/tests/position/isValidCursorPosition-figure01c-input.html
deleted file mode 100644
index 009cfdd..0000000
--- a/Editor/tests/position/isValidCursorPosition-figure01c-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    Outline_init();
-    PostponedActions_perform();
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<figure>
-  <img src="nothing.png">
-  <figcaption>   One   </figcaption>
-</figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote01-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote01-expected.html b/Editor/tests/position/isValidCursorPosition-footnote01-expected.html
deleted file mode 100644
index 30baef0..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote01-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="footnote">.f.o.o.t.n.o.t.e.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote01-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote01-input.html b/Editor/tests/position/isValidCursorPosition-footnote01-input.html
deleted file mode 100644
index 19f828f..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote">footnote</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote02-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote02-expected.html b/Editor/tests/position/isValidCursorPosition-footnote02-expected.html
deleted file mode 100644
index 6c640e4..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote02-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="footnote">.f.o.o.t.n.o.t.e.</span>
-      .
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote02-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote02-input.html b/Editor/tests/position/isValidCursorPosition-footnote02-input.html
deleted file mode 100644
index 33071e2..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote02-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote">footnote</span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote03-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote03-expected.html b/Editor/tests/position/isValidCursorPosition-footnote03-expected.html
deleted file mode 100644
index ffa20d6..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote03-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <span class="footnote">.f.o.o.t.n.o.t.e.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote03-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote03-input.html b/Editor/tests/position/isValidCursorPosition-footnote03-input.html
deleted file mode 100644
index 8f7f354..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote03-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p><span class="footnote">footnote</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote04-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote04-expected.html b/Editor/tests/position/isValidCursorPosition-footnote04-expected.html
deleted file mode 100644
index df77fa9..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote04-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <span class="footnote">.f.o.o.t.n.o.t.e.</span>
-      .
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote04-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote04-input.html b/Editor/tests/position/isValidCursorPosition-footnote04-input.html
deleted file mode 100644
index 4f84bb3..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote04-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p><span class="footnote">footnote</span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote05-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote05-expected.html b/Editor/tests/position/isValidCursorPosition-footnote05-expected.html
deleted file mode 100644
index 3c42ff3..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote05-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="footnote">.f.i.r.s.t.</span>
-      .
-      <span class="footnote">.s.e.c.o.n.d.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote05-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote05-input.html b/Editor/tests/position/isValidCursorPosition-footnote05-input.html
deleted file mode 100644
index 6a41ff8..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote05-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote">first</span><span class="footnote">second</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote06-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote06-expected.html b/Editor/tests/position/isValidCursorPosition-footnote06-expected.html
deleted file mode 100644
index c7f7280..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote06-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="footnote">.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote06-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote06-input.html b/Editor/tests/position/isValidCursorPosition-footnote06-input.html
deleted file mode 100644
index c73faa2..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote06-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote"></span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote07-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote07-expected.html b/Editor/tests/position/isValidCursorPosition-footnote07-expected.html
deleted file mode 100644
index 610bd41..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote07-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="footnote">.</span>
-      .
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote07-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote07-input.html b/Editor/tests/position/isValidCursorPosition-footnote07-input.html
deleted file mode 100644
index 50f5b25..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote07-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote"></span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote08-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote08-expected.html b/Editor/tests/position/isValidCursorPosition-footnote08-expected.html
deleted file mode 100644
index a257091..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote08-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <span class="footnote">.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote08-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote08-input.html b/Editor/tests/position/isValidCursorPosition-footnote08-input.html
deleted file mode 100644
index 4e808bc..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote08-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p><span class="footnote"></span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote09-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote09-expected.html b/Editor/tests/position/isValidCursorPosition-footnote09-expected.html
deleted file mode 100644
index cc1183f..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote09-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <span class="footnote">.</span>
-      .
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote09-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote09-input.html b/Editor/tests/position/isValidCursorPosition-footnote09-input.html
deleted file mode 100644
index 3790129..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote09-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p><span class="footnote"></span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote10-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote10-expected.html b/Editor/tests/position/isValidCursorPosition-footnote10-expected.html
deleted file mode 100644
index b192062..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote10-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="footnote">.</span>
-      .
-      <span class="footnote">.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote10-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote10-input.html b/Editor/tests/position/isValidCursorPosition-footnote10-input.html
deleted file mode 100644
index bcf3749..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote10-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote"></span><span class="footnote"></span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote11-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote11-expected.html b/Editor/tests/position/isValidCursorPosition-footnote11-expected.html
deleted file mode 100644
index 6c640e4..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote11-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="footnote">.f.o.o.t.n.o.t.e.</span>
-      .
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote11-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote11-input.html b/Editor/tests/position/isValidCursorPosition-footnote11-input.html
deleted file mode 100644
index 5421f92..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote11-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote">footnote</span> </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote12-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote12-expected.html b/Editor/tests/position/isValidCursorPosition-footnote12-expected.html
deleted file mode 100644
index 6c640e4..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote12-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .b.e.f.o.r.e.
-      <span class="footnote">.f.o.o.t.n.o.t.e.</span>
-      .
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote12-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote12-input.html b/Editor/tests/position/isValidCursorPosition-footnote12-input.html
deleted file mode 100644
index a06bb2a..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote12-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>before<span class="footnote">footnote</span>  </p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote13-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote13-expected.html b/Editor/tests/position/isValidCursorPosition-footnote13-expected.html
deleted file mode 100644
index ffa20d6..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote13-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <span class="footnote">.f.o.o.t.n.o.t.e.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote13-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote13-input.html b/Editor/tests/position/isValidCursorPosition-footnote13-input.html
deleted file mode 100644
index 14f51ba..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote13-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p> <span class="footnote">footnote</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote14-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote14-expected.html b/Editor/tests/position/isValidCursorPosition-footnote14-expected.html
deleted file mode 100644
index ffa20d6..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote14-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .
-      <span class="footnote">.f.o.o.t.n.o.t.e.</span>
-      .a.f.t.e.r.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-footnote14-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-footnote14-input.html b/Editor/tests/position/isValidCursorPosition-footnote14-input.html
deleted file mode 100644
index 4335720..0000000
--- a/Editor/tests/position/isValidCursorPosition-footnote14-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-  <p>  <span class="footnote">footnote</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-heading01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-heading01a-expected.html b/Editor/tests/position/isValidCursorPosition-heading01a-expected.html
deleted file mode 100644
index 89d566b..0000000
--- a/Editor/tests/position/isValidCursorPosition-heading01a-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <h1 id="item1">.O.n.e.</h1>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-heading01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-heading01b-expected.html b/Editor/tests/position/isValidCursorPosition-heading01b-expected.html
deleted file mode 100644
index 89d566b..0000000
--- a/Editor/tests/position/isValidCursorPosition-heading01b-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <h1 id="item1">.O.n.e.</h1>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-heading01c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-heading01c-expected.html b/Editor/tests/position/isValidCursorPosition-heading01c-expected.html
deleted file mode 100644
index 89d566b..0000000
--- a/Editor/tests/position/isValidCursorPosition-heading01c-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <h1 id="item1">.O.n.e.</h1>
-  </body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image01a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image01a-expected.html b/Editor/tests/position/isValidCursorPosition-image01a-expected.html
deleted file mode 100644
index 4c12360..0000000
--- a/Editor/tests/position/isValidCursorPosition-image01a-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e
-      .
-      <img src="nothing.png"/>
-      .
-      t.w.o.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image01a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image01a-input.html b/Editor/tests/position/isValidCursorPosition-image01a-input.html
deleted file mode 100644
index 4c0ec12..0000000
--- a/Editor/tests/position/isValidCursorPosition-image01a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>one<img src="nothing.png">two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image01b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image01b-expected.html b/Editor/tests/position/isValidCursorPosition-image01b-expected.html
deleted file mode 100644
index 7bf9a07..0000000
--- a/Editor/tests/position/isValidCursorPosition-image01b-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e.
-      .
-      <img src="nothing.png"/>
-      .
-      .t.w.o.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image01b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image01b-input.html b/Editor/tests/position/isValidCursorPosition-image01b-input.html
deleted file mode 100644
index 1816ccf..0000000
--- a/Editor/tests/position/isValidCursorPosition-image01b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>one <img src="nothing.png"> two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image01c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image01c-expected.html b/Editor/tests/position/isValidCursorPosition-image01c-expected.html
deleted file mode 100644
index 7bf9a07..0000000
--- a/Editor/tests/position/isValidCursorPosition-image01c-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e.
-      .
-      <img src="nothing.png"/>
-      .
-      .t.w.o.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image01c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image01c-input.html b/Editor/tests/position/isValidCursorPosition-image01c-input.html
deleted file mode 100644
index 4dd969f..0000000
--- a/Editor/tests/position/isValidCursorPosition-image01c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>one   <img src="nothing.png">   two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image02a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image02a-expected.html b/Editor/tests/position/isValidCursorPosition-image02a-expected.html
deleted file mode 100644
index e51f565..0000000
--- a/Editor/tests/position/isValidCursorPosition-image02a-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e
-      .
-      <img src="nothing.png"/>
-      .
-      <img src="nothing.png"/>
-      .
-      t.w.o.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image02a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image02a-input.html b/Editor/tests/position/isValidCursorPosition-image02a-input.html
deleted file mode 100644
index 3d60f7f..0000000
--- a/Editor/tests/position/isValidCursorPosition-image02a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>one<img src="nothing.png"><img src="nothing.png">two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image02b-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image02b-expected.html b/Editor/tests/position/isValidCursorPosition-image02b-expected.html
deleted file mode 100644
index 22427f1..0000000
--- a/Editor/tests/position/isValidCursorPosition-image02b-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e.
-      .
-      <img src="nothing.png"/>
-      .
-      .
-      <img src="nothing.png"/>
-      .
-      .t.w.o.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image02b-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image02b-input.html b/Editor/tests/position/isValidCursorPosition-image02b-input.html
deleted file mode 100644
index c646d3f..0000000
--- a/Editor/tests/position/isValidCursorPosition-image02b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>one <img src="nothing.png"> <img src="nothing.png"> two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image02c-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image02c-expected.html b/Editor/tests/position/isValidCursorPosition-image02c-expected.html
deleted file mode 100644
index 22427f1..0000000
--- a/Editor/tests/position/isValidCursorPosition-image02c-expected.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e.
-      .
-      <img src="nothing.png"/>
-      .
-      .
-      <img src="nothing.png"/>
-      .
-      .t.w.o.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image02c-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image02c-input.html b/Editor/tests/position/isValidCursorPosition-image02c-input.html
deleted file mode 100644
index 3c3c6eb..0000000
--- a/Editor/tests/position/isValidCursorPosition-image02c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>one   <img src="nothing.png">   <img src="nothing.png">   two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image03a-expected.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image03a-expected.html b/Editor/tests/position/isValidCursorPosition-image03a-expected.html
deleted file mode 100644
index bafe6c6..0000000
--- a/Editor/tests/position/isValidCursorPosition-image03a-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head>
-  </head>
-  <body>
-    <p>
-      .o.n.e
-      .
-      <img src="nothing.png"/>
-      <b>
-        .
-        <img src="nothing.png"/>
-        .
-      </b>
-      <img src="nothing.png"/>
-      .
-      t.w.o.
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/f4102a1c/Editor/tests/position/isValidCursorPosition-image03a-input.html
----------------------------------------------------------------------
diff --git a/Editor/tests/position/isValidCursorPosition-image03a-input.html b/Editor/tests/position/isValidCursorPosition-image03a-input.html
deleted file mode 100644
index 523390a..0000000
--- a/Editor/tests/position/isValidCursorPosition-image03a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="validPositions.js"></script>
-<script>
-function performTest()
-{
-    showValidPositions();
-}
-</script>
-</head>
-<body>
-<p>one<img src="nothing.png"><b><img src="nothing.png"></b><img src="nothing.png">two</p>
-</body>
-</html>