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

[16/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/inline/unwrap-multiplep3-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/unwrap-multiplep3-expected.html b/experiments/Editor/tests/inline/unwrap-multiplep3-expected.html
deleted file mode 100644
index 811f002..0000000
--- a/experiments/Editor/tests/inline/unwrap-multiplep3-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <b>efgh</b>
-      ijklmnopqrstuvwxyz
-    </p>
-    <p>
-      abcdefghijklmnopqr
-      <b>stuv</b>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/unwrap-multiplep3-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/unwrap-multiplep3-input.html b/experiments/Editor/tests/inline/unwrap-multiplep3-input.html
deleted file mode 100644
index 7719c63..0000000
--- a/experiments/Editor/tests/inline/unwrap-multiplep3-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionUnwrapElement("B");
-}
-</script>
-</head>
-<body>
-<p>abcd<b>efgh[ijklmnopqrstuv</b>wxyz</p>
-<p>abcd<b>efghijklmnopqr]stuv</b>wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/unwrap-nop3-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/unwrap-nop3-expected.html b/experiments/Editor/tests/inline/unwrap-nop3-expected.html
deleted file mode 100644
index f6b84f9..0000000
--- a/experiments/Editor/tests/inline/unwrap-nop3-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    abcd
-    <b>efgh</b>
-    ijklmnopqr
-    <b>stuv</b>
-    wxyz
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/unwrap-nop3-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/unwrap-nop3-input.html b/experiments/Editor/tests/inline/unwrap-nop3-input.html
deleted file mode 100644
index 31271c0..0000000
--- a/experiments/Editor/tests/inline/unwrap-nop3-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionUnwrapElement("B");
-}
-</script>
-</head>
-<body>
-abcd<b>efgh[ijklmnopqr]stuv</b>wxyz
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/unwrap-singlep3-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/unwrap-singlep3-expected.html b/experiments/Editor/tests/inline/unwrap-singlep3-expected.html
deleted file mode 100644
index 1e138c1..0000000
--- a/experiments/Editor/tests/inline/unwrap-singlep3-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <b>efgh</b>
-      ijklmnopqr
-      <b>stuv</b>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/unwrap-singlep3-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/unwrap-singlep3-input.html b/experiments/Editor/tests/inline/unwrap-singlep3-input.html
deleted file mode 100644
index 03c7c06..0000000
--- a/experiments/Editor/tests/inline/unwrap-singlep3-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionUnwrapElement("B");
-}
-</script>
-</head>
-<body>
-<p>abcd<b>efgh[ijklmnopqr]stuv</b>wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-multiplep1-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-multiplep1-expected.html b/experiments/Editor/tests/inline/wrap-multiplep1-expected.html
deleted file mode 100644
index 4e791e9..0000000
--- a/experiments/Editor/tests/inline/wrap-multiplep1-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <b>efghijklmnopqrstuvwxyz</b>
-    </p>
-    <p>
-      <b>abcdefghijklmnopqrstuv</b>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-multiplep1-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-multiplep1-input.html b/experiments/Editor/tests/inline/wrap-multiplep1-input.html
deleted file mode 100644
index 92ed0f2..0000000
--- a/experiments/Editor/tests/inline/wrap-multiplep1-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-}
-</script>
-</head>
-<body>
-<p>abcd[efghijklmnopqrstuvwxyz</p>
-<p>abcdefghijklmnopqrstuv]wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-multiplep2-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-multiplep2-expected.html b/experiments/Editor/tests/inline/wrap-multiplep2-expected.html
deleted file mode 100644
index df802f1..0000000
--- a/experiments/Editor/tests/inline/wrap-multiplep2-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <b>efgh</b>
-      <i>
-        <b>ijklmnopqrstuv</b>
-        wxyz
-      </i>
-    </p>
-    <p>
-      <i>
-        abcd
-        <b>efghijklmnopqr</b>
-      </i>
-      <b>stuv</b>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-multiplep2-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-multiplep2-input.html b/experiments/Editor/tests/inline/wrap-multiplep2-input.html
deleted file mode 100644
index 31a5dd5..0000000
--- a/experiments/Editor/tests/inline/wrap-multiplep2-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("I");
-}
-</script>
-</head>
-<body>
-<p>abcd<b>efgh[ijklmnopqrstuv</b>wxyz</p>
-<p>abcd<b>efghijklmnopqr]stuv</b>wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-multiplep3-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-multiplep3-expected.html b/experiments/Editor/tests/inline/wrap-multiplep3-expected.html
deleted file mode 100644
index 4e791e9..0000000
--- a/experiments/Editor/tests/inline/wrap-multiplep3-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <b>efghijklmnopqrstuvwxyz</b>
-    </p>
-    <p>
-      <b>abcdefghijklmnopqrstuv</b>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-multiplep3-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-multiplep3-input.html b/experiments/Editor/tests/inline/wrap-multiplep3-input.html
deleted file mode 100644
index 14b4260..0000000
--- a/experiments/Editor/tests/inline/wrap-multiplep3-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-}
-</script>
-</head>
-<body>
-<p>abcd<b>efgh[ijklmnopqrstuv</b>wxyz</p>
-<p>abcd<b>efghijklmnopqr]stuv</b>wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-multiplep4-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-multiplep4-expected.html b/experiments/Editor/tests/inline/wrap-multiplep4-expected.html
deleted file mode 100644
index 3fc6352..0000000
--- a/experiments/Editor/tests/inline/wrap-multiplep4-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <u><i><b>efghijklmnopqrstuvwxyz</b></i></u>
-    </p>
-    <p>
-      <u><i><b>abcdefghijklmnopqrstuv</b></i></u>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-multiplep4-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-multiplep4-input.html b/experiments/Editor/tests/inline/wrap-multiplep4-input.html
deleted file mode 100644
index e0e88b7..0000000
--- a/experiments/Editor/tests/inline/wrap-multiplep4-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-    selectionWrapElement("I");
-    selectionWrapElement("U");
-}
-</script>
-</head>
-<body>
-<p>abcd[efghijklmnopqrstuvwxyz</p>
-<p>abcdefghijklmnopqrstuv]wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-multiplep5-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-multiplep5-expected.html b/experiments/Editor/tests/inline/wrap-multiplep5-expected.html
deleted file mode 100644
index c34ece7..0000000
--- a/experiments/Editor/tests/inline/wrap-multiplep5-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <b><u><i>efghijklmnopqrstuvwxyz</i></u></b>
-    </p>
-    <p>
-      <b><u><i>abcdefghijklmnopqrstuv</i></u></b>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-multiplep5-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-multiplep5-input.html b/experiments/Editor/tests/inline/wrap-multiplep5-input.html
deleted file mode 100644
index 53c9885..0000000
--- a/experiments/Editor/tests/inline/wrap-multiplep5-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-    selectionWrapElement("I");
-    selectionWrapElement("U");
-    selectionWrapElement("B");
-}
-</script>
-</head>
-<body>
-<p>abcd[efghijklmnopqrstuvwxyz</p>
-<p>abcdefghijklmnopqrstuv]wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-nop1-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-nop1-expected.html b/experiments/Editor/tests/inline/wrap-nop1-expected.html
deleted file mode 100644
index 4921c47..0000000
--- a/experiments/Editor/tests/inline/wrap-nop1-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    abcd
-    <b>efghijklmnopqrstuv</b>
-    wxyz
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-nop1-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-nop1-input.html b/experiments/Editor/tests/inline/wrap-nop1-input.html
deleted file mode 100644
index bbfcc7b..0000000
--- a/experiments/Editor/tests/inline/wrap-nop1-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-}
-</script>
-</head>
-<body>
-abcd[efghijklmnopqrstuv]wxyz
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-nop2-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-nop2-expected.html b/experiments/Editor/tests/inline/wrap-nop2-expected.html
deleted file mode 100644
index 3127dd7..0000000
--- a/experiments/Editor/tests/inline/wrap-nop2-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    abcd
-    <b>efgh</b>
-    <i><b>ijklmnopqr</b></i>
-    <b>stuv</b>
-    wxyz
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-nop2-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-nop2-input.html b/experiments/Editor/tests/inline/wrap-nop2-input.html
deleted file mode 100644
index ad7c159..0000000
--- a/experiments/Editor/tests/inline/wrap-nop2-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("I");
-}
-</script>
-</head>
-<body>
-abcd<b>efgh[ijklmnopqr]stuv</b>wxyz
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-nop3-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-nop3-expected.html b/experiments/Editor/tests/inline/wrap-nop3-expected.html
deleted file mode 100644
index 4921c47..0000000
--- a/experiments/Editor/tests/inline/wrap-nop3-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    abcd
-    <b>efghijklmnopqrstuv</b>
-    wxyz
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-nop3-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-nop3-input.html b/experiments/Editor/tests/inline/wrap-nop3-input.html
deleted file mode 100644
index 1bf4899..0000000
--- a/experiments/Editor/tests/inline/wrap-nop3-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-}
-</script>
-</head>
-<body>
-abcd<b>efgh[ijklmnopqr]stuv</b>wxyz
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-nop4-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-nop4-expected.html b/experiments/Editor/tests/inline/wrap-nop4-expected.html
deleted file mode 100644
index 41842ef..0000000
--- a/experiments/Editor/tests/inline/wrap-nop4-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    abcd
-    <u><i><b>efghijklmnopqrstuv</b></i></u>
-    wxyz
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-nop4-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-nop4-input.html b/experiments/Editor/tests/inline/wrap-nop4-input.html
deleted file mode 100644
index 50cafa4..0000000
--- a/experiments/Editor/tests/inline/wrap-nop4-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-    selectionWrapElement("I");
-    selectionWrapElement("U");
-}
-</script>
-</head>
-<body>
-abcd[efghijklmnopqrstuv]wxyz
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-nop5-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-nop5-expected.html b/experiments/Editor/tests/inline/wrap-nop5-expected.html
deleted file mode 100644
index 277ce07..0000000
--- a/experiments/Editor/tests/inline/wrap-nop5-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    abcd
-    <b><u><i>efghijklmnopqrstuv</i></u></b>
-    wxyz
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-nop5-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-nop5-input.html b/experiments/Editor/tests/inline/wrap-nop5-input.html
deleted file mode 100644
index 81958fb..0000000
--- a/experiments/Editor/tests/inline/wrap-nop5-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-    selectionWrapElement("I");
-    selectionWrapElement("U");
-    selectionWrapElement("B");
-}
-</script>
-</head>
-<body>
-abcd[efghijklmnopqrstuv]wxyz
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-singlep1-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-singlep1-expected.html b/experiments/Editor/tests/inline/wrap-singlep1-expected.html
deleted file mode 100644
index 730af9d..0000000
--- a/experiments/Editor/tests/inline/wrap-singlep1-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <b>efghijklmnopqrstuv</b>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-singlep1-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-singlep1-input.html b/experiments/Editor/tests/inline/wrap-singlep1-input.html
deleted file mode 100644
index 194b456..0000000
--- a/experiments/Editor/tests/inline/wrap-singlep1-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-}
-</script>
-</head>
-<body>
-<p>abcd[efghijklmnopqrstuv]wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-singlep2-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-singlep2-expected.html b/experiments/Editor/tests/inline/wrap-singlep2-expected.html
deleted file mode 100644
index 83a81df..0000000
--- a/experiments/Editor/tests/inline/wrap-singlep2-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <b>efgh</b>
-      <i><b>ijklmnopqr</b></i>
-      <b>stuv</b>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-singlep2-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-singlep2-input.html b/experiments/Editor/tests/inline/wrap-singlep2-input.html
deleted file mode 100644
index 35907bd..0000000
--- a/experiments/Editor/tests/inline/wrap-singlep2-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("I");
-}
-</script>
-</head>
-<body>
-<p>abcd<b>efgh[ijklmnopqr]stuv</b>wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-singlep3-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-singlep3-expected.html b/experiments/Editor/tests/inline/wrap-singlep3-expected.html
deleted file mode 100644
index 730af9d..0000000
--- a/experiments/Editor/tests/inline/wrap-singlep3-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <b>efghijklmnopqrstuv</b>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-singlep3-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-singlep3-input.html b/experiments/Editor/tests/inline/wrap-singlep3-input.html
deleted file mode 100644
index 92bc131..0000000
--- a/experiments/Editor/tests/inline/wrap-singlep3-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-}
-</script>
-</head>
-<body>
-<p>abcd<b>efgh[ijklmnopqr]stuv</b>wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-singlep4-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-singlep4-expected.html b/experiments/Editor/tests/inline/wrap-singlep4-expected.html
deleted file mode 100644
index 9e44946..0000000
--- a/experiments/Editor/tests/inline/wrap-singlep4-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <u><i><b>efghijklmnopqrstuv</b></i></u>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-singlep4-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-singlep4-input.html b/experiments/Editor/tests/inline/wrap-singlep4-input.html
deleted file mode 100644
index 6e80c27..0000000
--- a/experiments/Editor/tests/inline/wrap-singlep4-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-    selectionWrapElement("I");
-    selectionWrapElement("U");
-}
-</script>
-</head>
-<body>
-<p>abcd[efghijklmnopqrstuv]wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-singlep5-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-singlep5-expected.html b/experiments/Editor/tests/inline/wrap-singlep5-expected.html
deleted file mode 100644
index ed7114e..0000000
--- a/experiments/Editor/tests/inline/wrap-singlep5-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      abcd
-      <b><u><i>efghijklmnopqrstuv</i></u></b>
-      wxyz
-    </p>
-  </body>
-</html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/inline/wrap-singlep5-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/inline/wrap-singlep5-input.html b/experiments/Editor/tests/inline/wrap-singlep5-input.html
deleted file mode 100644
index 2867cbe..0000000
--- a/experiments/Editor/tests/inline/wrap-singlep5-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    selectionWrapElement("B");
-    selectionWrapElement("I");
-    selectionWrapElement("U");
-    selectionWrapElement("B");
-}
-</script>
-</head>
-<body>
-<p>abcd[efghijklmnopqrstuv]wxyz</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/InputTests.js
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/InputTests.js b/experiments/Editor/tests/input/InputTests.js
deleted file mode 100644
index d745b86..0000000
--- a/experiments/Editor/tests/input/InputTests.js
+++ /dev/null
@@ -1,150 +0,0 @@
-// Licensed to the Apache Software Foundation (ASF) under one
-// or more contributor license agreements.  See the NOTICE file
-// distributed with this work for additional information
-// regarding copyright ownership.  The ASF licenses this file
-// to you under the Apache License, Version 2.0 (the
-// "License"); you may not use this file except in compliance
-// with the License.  You may obtain a copy of the License at
-//
-//   http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing,
-// software distributed under the License is distributed on an
-// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-// KIND, either express or implied.  See the License for the
-// specific language governing permissions and limitations
-// under the License.
-
-function getNodeArrayText(nodes)
-{
-    var strings = new Array();
-    for (var i = 0; i < nodes.length; i++)
-        strings.push(getNodeText(nodes[i]));
-    return strings.join("");
-}
-
-function textBetweenPositions(from,to)
-{
-    var range = new Range(from.node,from.offset,to.node,to.offset);
-    var contents = Range_cloneContents(range);
-    return getNodeArrayText(contents);
-}
-
-function testMovement(direction,count)
-{
-    Outline_init();
-    PostponedActions_perform();
-    var posId = Input_addPosition(Selection_get().start);
-    for (var i = 0; i < count; i++)
-        posId = Input_positionFromPositionInDirectionOffset(posId,direction,1);
-    Input_setSelectedTextRange(posId,posId);
-    showSelection();
-}
-
-function testPositionFun(fun,granularity,direction)
-{
-    var lines = new Array();
-    var start = new Position(document.body,0);
-    var end = new Position(document.body,document.body.childNodes.length);
-
-    start = Position_closestMatchForwards(start,Position_okForMovement);
-    end = Position_closestMatchBackwards(end,Position_okForMovement);
-
-    var pos = start;
-    while (pos != null) {
-
-        var before = textBetweenPositions(start,pos);
-        var after = textBetweenPositions(pos,end);
-        var total = before+"|"+after;
-
-        var result = fun(pos,granularity,direction);
-        lines.push(JSON.stringify(total)+" -- "+result+"\n");
-
-        pos = Position_nextMatch(pos,Position_okForMovement);
-    }
-
-    return lines.join("");
-}
-
-function testPositionWithin(granularity,direction)
-{
-    return testPositionFun(Input_isPositionWithinTextUnitInDirection,granularity,direction);
-}
-
-function testPositionAtBoundary(granularity,direction)
-{
-    return testPositionFun(Input_isPositionAtBoundaryGranularityInDirection,granularity,direction);
-}
-
-function testPositionToBoundary(granularity,direction)
-{
-    var lines = new Array();
-    var start = new Position(document.body,0);
-    var end = new Position(document.body,document.body.childNodes.length);
-
-    start = Position_closestMatchForwards(start,Position_okForMovement);
-    end = Position_closestMatchBackwards(end,Position_okForMovement);
-
-    var pos = start;
-    while (pos != null) {
-
-        var oldBefore = textBetweenPositions(start,pos);
-        var oldAfter = textBetweenPositions(pos,end);
-        var oldTotal = oldBefore+"|"+oldAfter;
-
-        var resultId = Input_positionFromPositionToBoundaryInDirection(pos,granularity,direction);
-        var result = Input_getPosition(resultId);
-
-        var newBefore = textBetweenPositions(start,result);
-        var newAfter = textBetweenPositions(result,end);
-        var newTotal = newBefore+"|"+newAfter;
-
-        lines.push(JSON.stringify(oldTotal)+" -- "+JSON.stringify(newTotal)+"\n");
-
-        pos = Position_nextMatch(pos,Position_okForMovement);
-    }
-
-    return lines.join("");
-}
-
-function testRangeEnclosing(granularity,direction)
-{
-    var lines = new Array();
-    var start = new Position(document.body,0);
-    var end = new Position(document.body,document.body.childNodes.length);
-
-    start = Position_closestMatchForwards(start,Position_okForMovement);
-    end = Position_closestMatchBackwards(end,Position_okForMovement);
-
-    var pos = start;
-    while (pos != null) {
-
-        var oldBefore = textBetweenPositions(start,pos);
-        var oldAfter = textBetweenPositions(pos,end);
-        var oldTotal = oldBefore+"|"+oldAfter;
-
-        var resultIds =
-            Input_rangeEnclosingPositionWithGranularityInDirection(pos,granularity,direction);
-        if (resultIds != null) {
-            var startId = resultIds.startId;
-            var endId = resultIds.endId;
-            var rangeStart = Input_getPosition(startId);
-            var rangeEnd = Input_getPosition(endId);
-
-            var before = textBetweenPositions(start,rangeStart);
-            var middle = textBetweenPositions(rangeStart,rangeEnd);
-            var after = textBetweenPositions(rangeEnd,end);
-
-            var newTotal = before+"["+middle+"]"+after;
-
-            lines.push(JSON.stringify(oldTotal)+" -- "+JSON.stringify(newTotal)+"\n");
-        }
-        else {
-            lines.push(JSON.stringify(oldTotal)+" -- null\n");
-        }
-
-        pos = Position_nextMatch(pos,Position_okForMovement);
-    }
-
-    return lines.join("");
-}

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown01a-expected.html b/experiments/Editor/tests/input/moveDown01a-expected.html
deleted file mode 100644
index 354787f..0000000
--- a/experiments/Editor/tests/input/moveDown01a-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde[]
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown01a-input.html b/experiments/Editor/tests/input/moveDown01a-input.html
deleted file mode 100644
index 0365bcf..0000000
--- a/experiments/Editor/tests/input/moveDown01a-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",1);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqr[]stuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown01b-expected.html b/experiments/Editor/tests/input/moveDown01b-expected.html
deleted file mode 100644
index 531d638..0000000
--- a/experiments/Editor/tests/input/moveDown01b-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqr[]stuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown01b-input.html b/experiments/Editor/tests/input/moveDown01b-input.html
deleted file mode 100644
index 10d5745..0000000
--- a/experiments/Editor/tests/input/moveDown01b-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",2);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqr[]stuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown01c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown01c-expected.html b/experiments/Editor/tests/input/moveDown01c-expected.html
deleted file mode 100644
index 16a5829..0000000
--- a/experiments/Editor/tests/input/moveDown01c-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde[]
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown01c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown01c-input.html b/experiments/Editor/tests/input/moveDown01c-input.html
deleted file mode 100644
index 3b67229..0000000
--- a/experiments/Editor/tests/input/moveDown01c-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",3);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqr[]stuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown01d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown01d-expected.html b/experiments/Editor/tests/input/moveDown01d-expected.html
deleted file mode 100644
index ae78257..0000000
--- a/experiments/Editor/tests/input/moveDown01d-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqr[]stuvwxyz
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown01d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown01d-input.html b/experiments/Editor/tests/input/moveDown01d-input.html
deleted file mode 100644
index ff1e383..0000000
--- a/experiments/Editor/tests/input/moveDown01d-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",4);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqr[]stuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown02a-expected.html b/experiments/Editor/tests/input/moveDown02a-expected.html
deleted file mode 100644
index 8a20c29..0000000
--- a/experiments/Editor/tests/input/moveDown02a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>abcdefghijklmnopqrstuvwxyz</p>
-    <p>abcde[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown02a-input.html b/experiments/Editor/tests/input/moveDown02a-input.html
deleted file mode 100644
index cc1fe9a..0000000
--- a/experiments/Editor/tests/input/moveDown02a-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",1);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqr[]stuvwxyz
-</p>
-
-<p>
-  abcde
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown02b-expected.html b/experiments/Editor/tests/input/moveDown02b-expected.html
deleted file mode 100644
index 9de3e68..0000000
--- a/experiments/Editor/tests/input/moveDown02b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>abcdefghijklmnopqrstuvwxyz</p>
-    <p>abcdefghijklmnopqr[]stuvwxyz</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown02b-input.html b/experiments/Editor/tests/input/moveDown02b-input.html
deleted file mode 100644
index ac2e082..0000000
--- a/experiments/Editor/tests/input/moveDown02b-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",1);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqr[]stuvwxyz
-</p>
-
-<p>
-  abcdefghijklmnopqrstuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown03a-expected.html b/experiments/Editor/tests/input/moveDown03a-expected.html
deleted file mode 100644
index ebadbee..0000000
--- a/experiments/Editor/tests/input/moveDown03a-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>Four Five Six</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    []
-    <p>One Two Three</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown03a-input.html b/experiments/Editor/tests/input/moveDown03a-input.html
deleted file mode 100644
index 82a0ed4..0000000
--- a/experiments/Editor/tests/input/moveDown03a-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",1);
-}
-</script>
-</head>
-<body>
-
-<p>Fo[]ur Five Six</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>One Two Three</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown03b-expected.html b/experiments/Editor/tests/input/moveDown03b-expected.html
deleted file mode 100644
index 2611df6..0000000
--- a/experiments/Editor/tests/input/moveDown03b-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>Four Five Six</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>On[]e Two Three</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown03b-input.html b/experiments/Editor/tests/input/moveDown03b-input.html
deleted file mode 100644
index be70ef8..0000000
--- a/experiments/Editor/tests/input/moveDown03b-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",2);
-}
-</script>
-</head>
-<body>
-
-<p>Fo[]ur Five Six</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>One Two Three</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown03c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown03c-expected.html b/experiments/Editor/tests/input/moveDown03c-expected.html
deleted file mode 100644
index 90a48c5..0000000
--- a/experiments/Editor/tests/input/moveDown03c-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>Four Five Six</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First</a></p>
-      <p class="toc1"><a href="#item2">Second</a></p>
-    </nav>
-    []
-    <p>One Two</p>
-    <h1 id="item1">First</h1>
-    <h1 id="item2">Second</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown03c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown03c-input.html b/experiments/Editor/tests/input/moveDown03c-input.html
deleted file mode 100644
index 7821f93..0000000
--- a/experiments/Editor/tests/input/moveDown03c-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",1);
-}
-</script>
-</head>
-<body>
-
-<p>Four Five Six[]</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>One Two</p>
-
-<h1>First</h1>
-
-<h1>Second</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown03d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown03d-expected.html b/experiments/Editor/tests/input/moveDown03d-expected.html
deleted file mode 100644
index c51b1b2..0000000
--- a/experiments/Editor/tests/input/moveDown03d-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>Four Five Six</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First</a></p>
-      <p class="toc1"><a href="#item2">Second</a></p>
-    </nav>
-    <p>One Two[]</p>
-    <h1 id="item1">First</h1>
-    <h1 id="item2">Second</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown03d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown03d-input.html b/experiments/Editor/tests/input/moveDown03d-input.html
deleted file mode 100644
index 5b05463..0000000
--- a/experiments/Editor/tests/input/moveDown03d-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",2);
-}
-</script>
-</head>
-<body>
-
-<p>Four Five Six[]</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>One Two</p>
-
-<h1>First</h1>
-
-<h1>Second</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown04a-expected.html b/experiments/Editor/tests/input/moveDown04a-expected.html
deleted file mode 100644
index d969f54..0000000
--- a/experiments/Editor/tests/input/moveDown04a-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two Three</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    []
-    <p>Four five six</p>
-    <p><br/></p>
-    <p><br/></p>
-    <p>Seven eight nine</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown04a-input.html b/experiments/Editor/tests/input/moveDown04a-input.html
deleted file mode 100644
index c544e31..0000000
--- a/experiments/Editor/tests/input/moveDown04a-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",1);
-}
-</script>
-</head>
-<body>
-
-<p>One[] Two Three</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Four five six</p>
-
-<p><br></p>
-
-<p><br></p>
-
-<p>Seven eight nine</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown04b-expected.html b/experiments/Editor/tests/input/moveDown04b-expected.html
deleted file mode 100644
index deb6260..0000000
--- a/experiments/Editor/tests/input/moveDown04b-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two Three</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Fou[]r five six</p>
-    <p><br/></p>
-    <p><br/></p>
-    <p>Seven eight nine</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown04b-input.html b/experiments/Editor/tests/input/moveDown04b-input.html
deleted file mode 100644
index fdebd9a..0000000
--- a/experiments/Editor/tests/input/moveDown04b-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",2);
-}
-</script>
-</head>
-<body>
-
-<p>One[] Two Three</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Four five six</p>
-
-<p><br></p>
-
-<p><br></p>
-
-<p>Seven eight nine</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown04c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown04c-expected.html b/experiments/Editor/tests/input/moveDown04c-expected.html
deleted file mode 100644
index f38a313..0000000
--- a/experiments/Editor/tests/input/moveDown04c-expected.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two Three</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Four five six</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p><br/></p>
-    <p>Seven eight nine</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown04c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown04c-input.html b/experiments/Editor/tests/input/moveDown04c-input.html
deleted file mode 100644
index 430e1d1..0000000
--- a/experiments/Editor/tests/input/moveDown04c-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",3);
-}
-</script>
-</head>
-<body>
-
-<p>One[] Two Three</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Four five six</p>
-
-<p><br></p>
-
-<p><br></p>
-
-<p>Seven eight nine</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown04d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown04d-expected.html b/experiments/Editor/tests/input/moveDown04d-expected.html
deleted file mode 100644
index bd1417f..0000000
--- a/experiments/Editor/tests/input/moveDown04d-expected.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two Three</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Four five six</p>
-    <p><br/></p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>Seven eight nine</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown04d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown04d-input.html b/experiments/Editor/tests/input/moveDown04d-input.html
deleted file mode 100644
index d97ab1f..0000000
--- a/experiments/Editor/tests/input/moveDown04d-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",4);
-}
-</script>
-</head>
-<body>
-
-<p>One[] Two Three</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Four five six</p>
-
-<p><br></p>
-
-<p><br></p>
-
-<p>Seven eight nine</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown04e-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown04e-expected.html b/experiments/Editor/tests/input/moveDown04e-expected.html
deleted file mode 100644
index 944f733..0000000
--- a/experiments/Editor/tests/input/moveDown04e-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two Three</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Four five six</p>
-    <p><br/></p>
-    <p><br/></p>
-    <p>Sev[]en eight nine</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveDown04e-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveDown04e-input.html b/experiments/Editor/tests/input/moveDown04e-input.html
deleted file mode 100644
index 360fd35..0000000
--- a/experiments/Editor/tests/input/moveDown04e-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("down",5);
-}
-</script>
-</head>
-<body>
-
-<p>One[] Two Three</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Four five six</p>
-
-<p><br></p>
-
-<p><br></p>
-
-<p>Seven eight nine</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp01a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp01a-expected.html b/experiments/Editor/tests/input/moveUp01a-expected.html
deleted file mode 100644
index 16a5829..0000000
--- a/experiments/Editor/tests/input/moveUp01a-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde[]
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp01a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp01a-input.html b/experiments/Editor/tests/input/moveUp01a-input.html
deleted file mode 100644
index de26024..0000000
--- a/experiments/Editor/tests/input/moveUp01a-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",1);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqr[]stuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp01b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp01b-expected.html b/experiments/Editor/tests/input/moveUp01b-expected.html
deleted file mode 100644
index 531d638..0000000
--- a/experiments/Editor/tests/input/moveUp01b-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqr[]stuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp01b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp01b-input.html b/experiments/Editor/tests/input/moveUp01b-input.html
deleted file mode 100644
index dc841e6..0000000
--- a/experiments/Editor/tests/input/moveUp01b-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",2);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqr[]stuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp01c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp01c-expected.html b/experiments/Editor/tests/input/moveUp01c-expected.html
deleted file mode 100644
index 354787f..0000000
--- a/experiments/Editor/tests/input/moveUp01c-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde[]
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp01c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp01c-input.html b/experiments/Editor/tests/input/moveUp01c-input.html
deleted file mode 100644
index bc88cd8..0000000
--- a/experiments/Editor/tests/input/moveUp01c-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",3);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqr[]stuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp01d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp01d-expected.html b/experiments/Editor/tests/input/moveUp01d-expected.html
deleted file mode 100644
index 9b9c957..0000000
--- a/experiments/Editor/tests/input/moveUp01d-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>
-      abcdefghijklmnopqr[]stuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-      <br/>
-      abcde
-      <br/>
-      abcdefghijklmnopqrstuvwxyz
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp01d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp01d-input.html b/experiments/Editor/tests/input/moveUp01d-input.html
deleted file mode 100644
index c1157af..0000000
--- a/experiments/Editor/tests/input/moveUp01d-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",4);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqrstuvwxyz<br>
-  abcde<br>
-  abcdefghijklmnopqr[]stuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp02a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp02a-expected.html b/experiments/Editor/tests/input/moveUp02a-expected.html
deleted file mode 100644
index 17b1e0d..0000000
--- a/experiments/Editor/tests/input/moveUp02a-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>abcde[]</p>
-    <p>abcdefghijklmnopqrstuvwxyz</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp02a-input.html b/experiments/Editor/tests/input/moveUp02a-input.html
deleted file mode 100644
index f0847c7..0000000
--- a/experiments/Editor/tests/input/moveUp02a-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",1);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcde
-</p>
-
-<p>
-  abcdefghijklmnopqr[]stuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp02b-expected.html b/experiments/Editor/tests/input/moveUp02b-expected.html
deleted file mode 100644
index 3b60856..0000000
--- a/experiments/Editor/tests/input/moveUp02b-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head>
-    <style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>abcdefghijklmnopqr[]stuvwxyz</p>
-    <p>abcdefghijklmnopqrstuvwxyz</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp02b-input.html b/experiments/Editor/tests/input/moveUp02b-input.html
deleted file mode 100644
index 40148b9..0000000
--- a/experiments/Editor/tests/input/moveUp02b-input.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",1);
-}
-</script>
-</head>
-<body>
-
-<p>
-  abcdefghijklmnopqrstuvwxyz
-</p>
-
-<p>
-  abcdefghijklmnopqr[]stuvwxyz
-</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp03a-expected.html b/experiments/Editor/tests/input/moveUp03a-expected.html
deleted file mode 100644
index 2fde04c..0000000
--- a/experiments/Editor/tests/input/moveUp03a-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two Three</p>
-    []
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Four Five Six</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp03a-input.html b/experiments/Editor/tests/input/moveUp03a-input.html
deleted file mode 100644
index 6556792..0000000
--- a/experiments/Editor/tests/input/moveUp03a-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",1);
-}
-</script>
-</head>
-<body>
-
-<p>One Two Three</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Fo[]ur Five Six</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp03b-expected.html b/experiments/Editor/tests/input/moveUp03b-expected.html
deleted file mode 100644
index 16891cd..0000000
--- a/experiments/Editor/tests/input/moveUp03b-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>On[]e Two Three</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Four Five Six</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp03b-input.html b/experiments/Editor/tests/input/moveUp03b-input.html
deleted file mode 100644
index 7274d4b..0000000
--- a/experiments/Editor/tests/input/moveUp03b-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",2);
-}
-</script>
-</head>
-<body>
-
-<p>One Two Three</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Fo[]ur Five Six</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp03c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp03c-expected.html b/experiments/Editor/tests/input/moveUp03c-expected.html
deleted file mode 100644
index d3424ec..0000000
--- a/experiments/Editor/tests/input/moveUp03c-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two</p>
-    []
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First</a></p>
-      <p class="toc1"><a href="#item2">Second</a></p>
-    </nav>
-    <p>Four Five Six</p>
-    <h1 id="item1">First</h1>
-    <h1 id="item2">Second</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp03c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp03c-input.html b/experiments/Editor/tests/input/moveUp03c-input.html
deleted file mode 100644
index 0fbc57c..0000000
--- a/experiments/Editor/tests/input/moveUp03c-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",1);
-}
-</script>
-</head>
-<body>
-
-<p>One Two</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Four Five Six[]</p>
-
-<h1>First</h1>
-
-<h1>Second</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp03d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp03d-expected.html b/experiments/Editor/tests/input/moveUp03d-expected.html
deleted file mode 100644
index 32f71e6..0000000
--- a/experiments/Editor/tests/input/moveUp03d-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two[]</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First</a></p>
-      <p class="toc1"><a href="#item2">Second</a></p>
-    </nav>
-    <p>Four Five Six</p>
-    <h1 id="item1">First</h1>
-    <h1 id="item2">Second</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp03d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp03d-input.html b/experiments/Editor/tests/input/moveUp03d-input.html
deleted file mode 100644
index 349cd1a..0000000
--- a/experiments/Editor/tests/input/moveUp03d-input.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",2);
-}
-</script>
-</head>
-<body>
-
-<p>One Two</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Four Five Six[]</p>
-
-<h1>First</h1>
-
-<h1>Second</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp04a-expected.html b/experiments/Editor/tests/input/moveUp04a-expected.html
deleted file mode 100644
index 4a136cd..0000000
--- a/experiments/Editor/tests/input/moveUp04a-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two Three</p>
-    <p><br/></p>
-    <p><br/></p>
-    <p>Four five six</p>
-    []
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Seven eight nine</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp04a-input.html b/experiments/Editor/tests/input/moveUp04a-input.html
deleted file mode 100644
index da23fe4..0000000
--- a/experiments/Editor/tests/input/moveUp04a-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",1);
-}
-</script>
-</head>
-<body>
-
-<p>One Two Three</p>
-
-<p><br></p>
-
-<p><br></p>
-
-<p>Four five six</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Sev[]en eight nine</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp04b-expected.html b/experiments/Editor/tests/input/moveUp04b-expected.html
deleted file mode 100644
index 31a2a4c..0000000
--- a/experiments/Editor/tests/input/moveUp04b-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two Three</p>
-    <p><br/></p>
-    <p><br/></p>
-    <p>Fou[]r five six</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Seven eight nine</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp04b-input.html b/experiments/Editor/tests/input/moveUp04b-input.html
deleted file mode 100644
index d91434d..0000000
--- a/experiments/Editor/tests/input/moveUp04b-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",2);
-}
-</script>
-</head>
-<body>
-
-<p>One Two Three</p>
-
-<p><br></p>
-
-<p><br></p>
-
-<p>Four five six</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Sev[]en eight nine</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp04c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp04c-expected.html b/experiments/Editor/tests/input/moveUp04c-expected.html
deleted file mode 100644
index 000d852..0000000
--- a/experiments/Editor/tests/input/moveUp04c-expected.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two Three</p>
-    <p><br/></p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p>Four five six</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Seven eight nine</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp04c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp04c-input.html b/experiments/Editor/tests/input/moveUp04c-input.html
deleted file mode 100644
index 963272f..0000000
--- a/experiments/Editor/tests/input/moveUp04c-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",3);
-}
-</script>
-</head>
-<body>
-
-<p>One Two Three</p>
-
-<p><br></p>
-
-<p><br></p>
-
-<p>Four five six</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Sev[]en eight nine</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp04d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp04d-expected.html b/experiments/Editor/tests/input/moveUp04d-expected.html
deleted file mode 100644
index 0045547..0000000
--- a/experiments/Editor/tests/input/moveUp04d-expected.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One Two Three</p>
-    <p>
-      []
-      <br/>
-    </p>
-    <p><br/></p>
-    <p>Four five six</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Seven eight nine</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp04d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp04d-input.html b/experiments/Editor/tests/input/moveUp04d-input.html
deleted file mode 100644
index 8111fba..0000000
--- a/experiments/Editor/tests/input/moveUp04d-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",4);
-}
-</script>
-</head>
-<body>
-
-<p>One Two Three</p>
-
-<p><br></p>
-
-<p><br></p>
-
-<p>Four five six</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Sev[]en eight nine</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp04e-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp04e-expected.html b/experiments/Editor/tests/input/moveUp04e-expected.html
deleted file mode 100644
index 42e2442..0000000
--- a/experiments/Editor/tests/input/moveUp04e-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head>
-    <style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-    </style>
-  </head>
-  <body>
-    <p>One[] Two Three</p>
-    <p><br/></p>
-    <p><br/></p>
-    <p>Four five six</p>
-    <nav class="tableofcontents">
-      <p class="toc1"><a href="#item1">First section</a></p>
-      <p class="toc1"><a href="#item2">Second section</a></p>
-    </nav>
-    <p>Seven eight nine</p>
-    <h1 id="item1">First section</h1>
-    <h1 id="item2">Second section</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/moveUp04e-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/moveUp04e-input.html b/experiments/Editor/tests/input/moveUp04e-input.html
deleted file mode 100644
index 69bd7b2..0000000
--- a/experiments/Editor/tests/input/moveUp04e-input.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p, div, h1 { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 400px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    testMovement("up",5);
-}
-</script>
-</head>
-<body>
-
-<p>One Two Three</p>
-
-<p><br></p>
-
-<p><br></p>
-
-<p>Four five six</p>
-
-<nav class="tableofcontents">
-</nav>
-
-<p>Sev[]en eight nine</p>
-
-<h1>First section</h1>
-
-<h1>Second section</h1>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-line-backward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-line-backward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-line-backward-expected.html
deleted file mode 100644
index 3db9278..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-line-backward-expected.html
+++ /dev/null
@@ -1,40 +0,0 @@
-"|one two three four five six seven eight" -- true
-"o|ne two three four five six seven eight" -- false
-"on|e two three four five six seven eight" -- false
-"one| two three four five six seven eight" -- false
-"one |two three four five six seven eight" -- false
-"one t|wo three four five six seven eight" -- false
-"one tw|o three four five six seven eight" -- false
-"one two| three four five six seven eight" -- false
-"one two |three four five six seven eight" -- true
-"one two t|hree four five six seven eight" -- false
-"one two th|ree four five six seven eight" -- false
-"one two thr|ee four five six seven eight" -- false
-"one two thre|e four five six seven eight" -- false
-"one two three| four five six seven eight" -- false
-"one two three |four five six seven eight" -- false
-"one two three f|our five six seven eight" -- false
-"one two three fo|ur five six seven eight" -- false
-"one two three fou|r five six seven eight" -- false
-"one two three four| five six seven eight" -- false
-"one two three four |five six seven eight" -- true
-"one two three four f|ive six seven eight" -- false
-"one two three four fi|ve six seven eight" -- false
-"one two three four fiv|e six seven eight" -- false
-"one two three four five| six seven eight" -- false
-"one two three four five |six seven eight" -- false
-"one two three four five s|ix seven eight" -- false
-"one two three four five si|x seven eight" -- false
-"one two three four five six| seven eight" -- false
-"one two three four five six |seven eight" -- true
-"one two three four five six s|even eight" -- false
-"one two three four five six se|ven eight" -- false
-"one two three four five six sev|en eight" -- false
-"one two three four five six seve|n eight" -- false
-"one two three four five six seven| eight" -- false
-"one two three four five six seven |eight" -- false
-"one two three four five six seven e|ight" -- false
-"one two three four five six seven ei|ght" -- false
-"one two three four five six seven eig|ht" -- false
-"one two three four five six seven eigh|t" -- false
-"one two three four five six seven eight|" -- false

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-line-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-line-backward-input.html b/experiments/Editor/tests/input/positionAtBoundary-line-backward-input.html
deleted file mode 100644
index c391843..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-line-backward-input.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-p { border: 1px solid red;
-font-size: 20px;
-font-family: monospace;
-width: 150px; }
-</style>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionAtBoundary("line","backward");
-}
-</script>
-</head>
-<body>
-
-<p>one two three four five six seven eight</p>
-
-</body>
-</html>