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

[15/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/input/positionAtBoundary-line-forward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-line-forward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-line-forward-expected.html
deleted file mode 100644
index b284f2b..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-line-forward-expected.html
+++ /dev/null
@@ -1,40 +0,0 @@
-"|one two three four five six seven eight" -- false
-"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" -- true
-"one two |three four five six seven eight" -- false
-"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" -- true
-"one two three four |five six seven eight" -- false
-"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" -- true
-"one two three four five six |seven eight" -- false
-"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|" -- true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-line-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-line-forward-input.html b/experiments/Editor/tests/input/positionAtBoundary-line-forward-input.html
deleted file mode 100644
index 103b502..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-line-forward-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","forward");
-}
-</script>
-</head>
-<body>
-
-<p>one two three four five six seven eight</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-expected.html
deleted file mode 100644
index 625a569..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|one two three four five six" -- true
-"o|ne two three four five six" -- false
-"on|e two three four five six" -- false
-"one| two three four five six" -- false
-"one |two three four five six" -- false
-"one t|wo three four five six" -- false
-"one tw|o three four five six" -- false
-"one two| three four five six" -- false
-"one two |three four five six" -- true
-"one two t|hree four five six" -- false
-"one two th|ree four five six" -- false
-"one two thr|ee four five six" -- false
-"one two thre|e four five six" -- false
-"one two three| four five six" -- false
-"one two three |four five six" -- false
-"one two three f|our five six" -- false
-"one two three fo|ur five six" -- false
-"one two three fou|r five six" -- false
-"one two three four| five six" -- false
-"one two three four |five six" -- true
-"one two three four f|ive six" -- false
-"one two three four fi|ve six" -- false
-"one two three four fiv|e six" -- false
-"one two three four five| six" -- false
-"one two three four five |six" -- false
-"one two three four five s|ix" -- false
-"one two three four five si|x" -- false
-"one two three four five six|" -- false

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-input.html b/experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-input.html
deleted file mode 100644
index c2aefdd..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-paragraph-backward-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionAtBoundary("paragraph","backward");
-}
-</script>
-</head>
-<body>
-
-<p>one two</p>
-
-<p>three four</p>
-
-<p>five six</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-backward.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-backward.html b/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-backward.html
deleted file mode 100644
index 561dfef..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-backward.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionAtBoundary("paragraph","backward");
-}
-</script>
-</head>
-<body>
-
-<p>One two. Three, four - five</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-expected.html
deleted file mode 100644
index 4146f03..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|one two three four five six" -- false
-"o|ne two three four five six" -- false
-"on|e two three four five six" -- false
-"one| two three four five six" -- false
-"one |two three four five six" -- false
-"one t|wo three four five six" -- false
-"one tw|o three four five six" -- false
-"one two| three four five six" -- true
-"one two |three four five six" -- false
-"one two t|hree four five six" -- false
-"one two th|ree four five six" -- false
-"one two thr|ee four five six" -- false
-"one two thre|e four five six" -- false
-"one two three| four five six" -- false
-"one two three |four five six" -- false
-"one two three f|our five six" -- false
-"one two three fo|ur five six" -- false
-"one two three fou|r five six" -- false
-"one two three four| five six" -- true
-"one two three four |five six" -- false
-"one two three four f|ive six" -- false
-"one two three four fi|ve six" -- false
-"one two three four fiv|e six" -- false
-"one two three four five| six" -- false
-"one two three four five |six" -- false
-"one two three four five s|ix" -- false
-"one two three four five si|x" -- false
-"one two three four five six|" -- true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-input.html b/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-input.html
deleted file mode 100644
index 109973a..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-paragraph-forward-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionAtBoundary("paragraph","forward");
-}
-</script>
-</head>
-<body>
-
-<p>one two</p>
-
-<p>three four</p>
-
-<p>five six</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-word-backward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-word-backward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-word-backward-expected.html
deleted file mode 100644
index 036a43e..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-word-backward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|One two. Three, four - five" -- true
-"O|ne two. Three, four - five" -- false
-"On|e two. Three, four - five" -- false
-"One| two. Three, four - five" -- false
-"One |two. Three, four - five" -- true
-"One t|wo. Three, four - five" -- false
-"One tw|o. Three, four - five" -- false
-"One two|. Three, four - five" -- false
-"One two.| Three, four - five" -- true
-"One two. |Three, four - five" -- true
-"One two. T|hree, four - five" -- false
-"One two. Th|ree, four - five" -- false
-"One two. Thr|ee, four - five" -- false
-"One two. Thre|e, four - five" -- false
-"One two. Three|, four - five" -- false
-"One two. Three,| four - five" -- true
-"One two. Three, |four - five" -- true
-"One two. Three, f|our - five" -- false
-"One two. Three, fo|ur - five" -- false
-"One two. Three, fou|r - five" -- false
-"One two. Three, four| - five" -- false
-"One two. Three, four |- five" -- true
-"One two. Three, four -| five" -- true
-"One two. Three, four - |five" -- true
-"One two. Three, four - f|ive" -- false
-"One two. Three, four - fi|ve" -- false
-"One two. Three, four - fiv|e" -- false
-"One two. Three, four - five|" -- false

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-word-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-word-backward-input.html b/experiments/Editor/tests/input/positionAtBoundary-word-backward-input.html
deleted file mode 100644
index e073b2d..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-word-backward-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionAtBoundary("word","backward");
-}
-</script>
-</head>
-<body>
-
-<p>One two. Three, four - five</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-word-forward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-word-forward-expected.html b/experiments/Editor/tests/input/positionAtBoundary-word-forward-expected.html
deleted file mode 100644
index 7971ef7..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-word-forward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|One two. Three, four - five" -- false
-"O|ne two. Three, four - five" -- false
-"On|e two. Three, four - five" -- false
-"One| two. Three, four - five" -- true
-"One |two. Three, four - five" -- false
-"One t|wo. Three, four - five" -- false
-"One tw|o. Three, four - five" -- false
-"One two|. Three, four - five" -- true
-"One two.| Three, four - five" -- false
-"One two. |Three, four - five" -- false
-"One two. T|hree, four - five" -- false
-"One two. Th|ree, four - five" -- false
-"One two. Thr|ee, four - five" -- false
-"One two. Thre|e, four - five" -- false
-"One two. Three|, four - five" -- true
-"One two. Three,| four - five" -- false
-"One two. Three, |four - five" -- false
-"One two. Three, f|our - five" -- false
-"One two. Three, fo|ur - five" -- false
-"One two. Three, fou|r - five" -- false
-"One two. Three, four| - five" -- true
-"One two. Three, four |- five" -- false
-"One two. Three, four -| five" -- false
-"One two. Three, four - |five" -- false
-"One two. Three, four - f|ive" -- false
-"One two. Three, four - fi|ve" -- false
-"One two. Three, four - fiv|e" -- false
-"One two. Three, four - five|" -- true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionAtBoundary-word-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionAtBoundary-word-forward-input.html b/experiments/Editor/tests/input/positionAtBoundary-word-forward-input.html
deleted file mode 100644
index 4336298..0000000
--- a/experiments/Editor/tests/input/positionAtBoundary-word-forward-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionAtBoundary("word","forward");
-}
-</script>
-</head>
-<body>
-
-<p>One two. Three, four - five</p>
-
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-line-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-line-backward-input.html b/experiments/Editor/tests/input/positionToBoundary-line-backward-input.html
deleted file mode 100644
index be724bf..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-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 testPositionToBoundary("line","backward");
-}
-</script>
-</head>
-<body>
-
-<p>one two three four five six seven eight</p>
-
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-line-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-line-forward-input.html b/experiments/Editor/tests/input/positionToBoundary-line-forward-input.html
deleted file mode 100644
index c92d5e6..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-line-forward-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 testPositionToBoundary("line","forward");
-}
-</script>
-</head>
-<body>
-
-<p>one two three four five six seven eight</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-paragraph-backward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-paragraph-backward-expected.html b/experiments/Editor/tests/input/positionToBoundary-paragraph-backward-expected.html
deleted file mode 100644
index 840a8f2..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-paragraph-backward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|one two three four five six" -- "|one two three four five six"
-"o|ne two three four five six" -- "|one two three four five six"
-"on|e two three four five six" -- "|one two three four five six"
-"one| two three four five six" -- "|one two three four five six"
-"one |two three four five six" -- "|one two three four five six"
-"one t|wo three four five six" -- "|one two three four five six"
-"one tw|o three four five six" -- "|one two three four five six"
-"one two| three four five six" -- "|one two three four five six"
-"one two |three four five six" -- "one two| three four five six"
-"one two t|hree four five six" -- "one two |three four five six"
-"one two th|ree four five six" -- "one two |three four five six"
-"one two thr|ee four five six" -- "one two |three four five six"
-"one two thre|e four five six" -- "one two |three four five six"
-"one two three| four five six" -- "one two |three four five six"
-"one two three |four five six" -- "one two |three four five six"
-"one two three f|our five six" -- "one two |three four five six"
-"one two three fo|ur five six" -- "one two |three four five six"
-"one two three fou|r five six" -- "one two |three four five six"
-"one two three four| five six" -- "one two |three four five six"
-"one two three four |five six" -- "one two three four| five six"
-"one two three four f|ive six" -- "one two three four |five six"
-"one two three four fi|ve six" -- "one two three four |five six"
-"one two three four fiv|e six" -- "one two three four |five six"
-"one two three four five| six" -- "one two three four |five six"
-"one two three four five |six" -- "one two three four |five six"
-"one two three four five s|ix" -- "one two three four |five six"
-"one two three four five si|x" -- "one two three four |five six"
-"one two three four five six|" -- "one two three four |five six"

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-paragraph-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-paragraph-backward-input.html b/experiments/Editor/tests/input/positionToBoundary-paragraph-backward-input.html
deleted file mode 100644
index 54252b3..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-paragraph-backward-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionToBoundary("paragraph","backward");
-}
-</script>
-</head>
-<body>
-
-<p>one two</p>
-
-<p>three four</p>
-
-<p>five six</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-backward.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-backward.html b/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-backward.html
deleted file mode 100644
index 5700f6f..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-backward.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionToBoundary("paragraph","backward");
-}
-</script>
-</head>
-<body>
-
-<p>One two. Three, four - five</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-expected.html b/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-expected.html
deleted file mode 100644
index 3f33d40..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|one two three four five six" -- "one two| three four five six"
-"o|ne two three four five six" -- "one two| three four five six"
-"on|e two three four five six" -- "one two| three four five six"
-"one| two three four five six" -- "one two| three four five six"
-"one |two three four five six" -- "one two| three four five six"
-"one t|wo three four five six" -- "one two| three four five six"
-"one tw|o three four five six" -- "one two| three four five six"
-"one two| three four five six" -- "one two |three four five six"
-"one two |three four five six" -- "one two three four| five six"
-"one two t|hree four five six" -- "one two three four| five six"
-"one two th|ree four five six" -- "one two three four| five six"
-"one two thr|ee four five six" -- "one two three four| five six"
-"one two thre|e four five six" -- "one two three four| five six"
-"one two three| four five six" -- "one two three four| five six"
-"one two three |four five six" -- "one two three four| five six"
-"one two three f|our five six" -- "one two three four| five six"
-"one two three fo|ur five six" -- "one two three four| five six"
-"one two three fou|r five six" -- "one two three four| five six"
-"one two three four| five six" -- "one two three four |five six"
-"one two three four |five six" -- "one two three four five six|"
-"one two three four f|ive six" -- "one two three four five six|"
-"one two three four fi|ve six" -- "one two three four five six|"
-"one two three four fiv|e six" -- "one two three four five six|"
-"one two three four five| six" -- "one two three four five six|"
-"one two three four five |six" -- "one two three four five six|"
-"one two three four five s|ix" -- "one two three four five six|"
-"one two three four five si|x" -- "one two three four five six|"
-"one two three four five six|" -- "one two three four five six|"

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-input.html b/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-input.html
deleted file mode 100644
index 9e80717..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-paragraph-forward-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionToBoundary("paragraph","forward");
-}
-</script>
-</head>
-<body>
-
-<p>one two</p>
-
-<p>three four</p>
-
-<p>five six</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-word-backward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-word-backward-expected.html b/experiments/Editor/tests/input/positionToBoundary-word-backward-expected.html
deleted file mode 100644
index ba8a246..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-word-backward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|One two. Three, four - five" -- "|One two. Three, four - five"
-"O|ne two. Three, four - five" -- "|One two. Three, four - five"
-"On|e two. Three, four - five" -- "|One two. Three, four - five"
-"One| two. Three, four - five" -- "|One two. Three, four - five"
-"One |two. Three, four - five" -- "One| two. Three, four - five"
-"One t|wo. Three, four - five" -- "One |two. Three, four - five"
-"One tw|o. Three, four - five" -- "One |two. Three, four - five"
-"One two|. Three, four - five" -- "One |two. Three, four - five"
-"One two.| Three, four - five" -- "One two|. Three, four - five"
-"One two. |Three, four - five" -- "One two|. Three, four - five"
-"One two. T|hree, four - five" -- "One two. |Three, four - five"
-"One two. Th|ree, four - five" -- "One two. |Three, four - five"
-"One two. Thr|ee, four - five" -- "One two. |Three, four - five"
-"One two. Thre|e, four - five" -- "One two. |Three, four - five"
-"One two. Three|, four - five" -- "One two. |Three, four - five"
-"One two. Three,| four - five" -- "One two. Three|, four - five"
-"One two. Three, |four - five" -- "One two. Three|, four - five"
-"One two. Three, f|our - five" -- "One two. Three, |four - five"
-"One two. Three, fo|ur - five" -- "One two. Three, |four - five"
-"One two. Three, fou|r - five" -- "One two. Three, |four - five"
-"One two. Three, four| - five" -- "One two. Three, |four - five"
-"One two. Three, four |- five" -- "One two. Three, four| - five"
-"One two. Three, four -| five" -- "One two. Three, four| - five"
-"One two. Three, four - |five" -- "One two. Three, four| - five"
-"One two. Three, four - f|ive" -- "One two. Three, four - |five"
-"One two. Three, four - fi|ve" -- "One two. Three, four - |five"
-"One two. Three, four - fiv|e" -- "One two. Three, four - |five"
-"One two. Three, four - five|" -- "One two. Three, four - |five"

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-word-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-word-backward-input.html b/experiments/Editor/tests/input/positionToBoundary-word-backward-input.html
deleted file mode 100644
index e77d83c..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-word-backward-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionToBoundary("word","backward");
-}
-</script>
-</head>
-<body>
-
-<p>One two. Three, four - five</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-word-forward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-word-forward-expected.html b/experiments/Editor/tests/input/positionToBoundary-word-forward-expected.html
deleted file mode 100644
index dd822ba..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-word-forward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|One two. Three, four - five" -- "One| two. Three, four - five"
-"O|ne two. Three, four - five" -- "One| two. Three, four - five"
-"On|e two. Three, four - five" -- "One| two. Three, four - five"
-"One| two. Three, four - five" -- "One |two. Three, four - five"
-"One |two. Three, four - five" -- "One two|. Three, four - five"
-"One t|wo. Three, four - five" -- "One two|. Three, four - five"
-"One tw|o. Three, four - five" -- "One two|. Three, four - five"
-"One two|. Three, four - five" -- "One two. |Three, four - five"
-"One two.| Three, four - five" -- "One two. |Three, four - five"
-"One two. |Three, four - five" -- "One two. Three|, four - five"
-"One two. T|hree, four - five" -- "One two. Three|, four - five"
-"One two. Th|ree, four - five" -- "One two. Three|, four - five"
-"One two. Thr|ee, four - five" -- "One two. Three|, four - five"
-"One two. Thre|e, four - five" -- "One two. Three|, four - five"
-"One two. Three|, four - five" -- "One two. Three, |four - five"
-"One two. Three,| four - five" -- "One two. Three, |four - five"
-"One two. Three, |four - five" -- "One two. Three, four| - five"
-"One two. Three, f|our - five" -- "One two. Three, four| - five"
-"One two. Three, fo|ur - five" -- "One two. Three, four| - five"
-"One two. Three, fou|r - five" -- "One two. Three, four| - five"
-"One two. Three, four| - five" -- "One two. Three, four - |five"
-"One two. Three, four |- five" -- "One two. Three, four - |five"
-"One two. Three, four -| five" -- "One two. Three, four - |five"
-"One two. Three, four - |five" -- "One two. Three, four - five|"
-"One two. Three, four - f|ive" -- "One two. Three, four - five|"
-"One two. Three, four - fi|ve" -- "One two. Three, four - five|"
-"One two. Three, four - fiv|e" -- "One two. Three, four - five|"
-"One two. Three, four - five|" -- "One two. Three, four - five|"

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionToBoundary-word-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionToBoundary-word-forward-input.html b/experiments/Editor/tests/input/positionToBoundary-word-forward-input.html
deleted file mode 100644
index 422ac33..0000000
--- a/experiments/Editor/tests/input/positionToBoundary-word-forward-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionToBoundary("word","forward");
-}
-</script>
-</head>
-<body>
-
-<p>One two. Three, four - five</p>
-
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionWithin-line-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-line-backward-input.html b/experiments/Editor/tests/input/positionWithin-line-backward-input.html
deleted file mode 100644
index 650ece8..0000000
--- a/experiments/Editor/tests/input/positionWithin-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 testPositionWithin("line","backward");
-}
-</script>
-</head>
-<body>
-
-<p>one two three four five six seven eight</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionWithin-line-forward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-line-forward-expected.html b/experiments/Editor/tests/input/positionWithin-line-forward-expected.html
deleted file mode 100644
index 37124f1..0000000
--- a/experiments/Editor/tests/input/positionWithin-line-forward-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" -- true
-"on|e two three four five six seven eight" -- true
-"one| two three four five six seven eight" -- true
-"one |two three four five six seven eight" -- true
-"one t|wo three four five six seven eight" -- true
-"one tw|o three four five six seven eight" -- true
-"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" -- true
-"one two th|ree four five six seven eight" -- true
-"one two thr|ee four five six seven eight" -- true
-"one two thre|e four five six seven eight" -- true
-"one two three| four five six seven eight" -- true
-"one two three |four five six seven eight" -- true
-"one two three f|our five six seven eight" -- true
-"one two three fo|ur five six seven eight" -- true
-"one two three fou|r five six seven eight" -- true
-"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" -- true
-"one two three four fi|ve six seven eight" -- true
-"one two three four fiv|e six seven eight" -- true
-"one two three four five| six seven eight" -- true
-"one two three four five |six seven eight" -- true
-"one two three four five s|ix seven eight" -- true
-"one two three four five si|x seven eight" -- true
-"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" -- true
-"one two three four five six se|ven eight" -- true
-"one two three four five six sev|en eight" -- true
-"one two three four five six seve|n eight" -- true
-"one two three four five six seven| eight" -- true
-"one two three four five six seven |eight" -- true
-"one two three four five six seven e|ight" -- true
-"one two three four five six seven ei|ght" -- true
-"one two three four five six seven eig|ht" -- true
-"one two three four five six seven eigh|t" -- true
-"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/positionWithin-line-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-line-forward-input.html b/experiments/Editor/tests/input/positionWithin-line-forward-input.html
deleted file mode 100644
index 22e9227..0000000
--- a/experiments/Editor/tests/input/positionWithin-line-forward-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 testPositionWithin("line","forward");
-}
-</script>
-</head>
-<body>
-
-<p>one two three four five six seven eight</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionWithin-paragraph-backward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-paragraph-backward-expected.html b/experiments/Editor/tests/input/positionWithin-paragraph-backward-expected.html
deleted file mode 100644
index 8a1833b..0000000
--- a/experiments/Editor/tests/input/positionWithin-paragraph-backward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|one two three four five six" -- false
-"o|ne two three four five six" -- true
-"on|e two three four five six" -- true
-"one| two three four five six" -- true
-"one |two three four five six" -- true
-"one t|wo three four five six" -- true
-"one tw|o three four five six" -- true
-"one two| three four five six" -- true
-"one two |three four five six" -- false
-"one two t|hree four five six" -- true
-"one two th|ree four five six" -- true
-"one two thr|ee four five six" -- true
-"one two thre|e four five six" -- true
-"one two three| four five six" -- true
-"one two three |four five six" -- true
-"one two three f|our five six" -- true
-"one two three fo|ur five six" -- true
-"one two three fou|r five six" -- true
-"one two three four| five six" -- true
-"one two three four |five six" -- false
-"one two three four f|ive six" -- true
-"one two three four fi|ve six" -- true
-"one two three four fiv|e six" -- true
-"one two three four five| six" -- true
-"one two three four five |six" -- true
-"one two three four five s|ix" -- true
-"one two three four five si|x" -- true
-"one two three four five six|" -- true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionWithin-paragraph-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-paragraph-backward-input.html b/experiments/Editor/tests/input/positionWithin-paragraph-backward-input.html
deleted file mode 100644
index be0375d..0000000
--- a/experiments/Editor/tests/input/positionWithin-paragraph-backward-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionWithin("paragraph","backward");
-}
-</script>
-</head>
-<body>
-
-<p>one two</p>
-
-<p>three four</p>
-
-<p>five six</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionWithin-paragraph-forward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-paragraph-forward-expected.html b/experiments/Editor/tests/input/positionWithin-paragraph-forward-expected.html
deleted file mode 100644
index 3ebabef..0000000
--- a/experiments/Editor/tests/input/positionWithin-paragraph-forward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|one two three four five six" -- true
-"o|ne two three four five six" -- true
-"on|e two three four five six" -- true
-"one| two three four five six" -- true
-"one |two three four five six" -- true
-"one t|wo three four five six" -- true
-"one tw|o three four five six" -- true
-"one two| three four five six" -- false
-"one two |three four five six" -- true
-"one two t|hree four five six" -- true
-"one two th|ree four five six" -- true
-"one two thr|ee four five six" -- true
-"one two thre|e four five six" -- true
-"one two three| four five six" -- true
-"one two three |four five six" -- true
-"one two three f|our five six" -- true
-"one two three fo|ur five six" -- true
-"one two three fou|r five six" -- true
-"one two three four| five six" -- false
-"one two three four |five six" -- true
-"one two three four f|ive six" -- true
-"one two three four fi|ve six" -- true
-"one two three four fiv|e six" -- true
-"one two three four five| six" -- true
-"one two three four five |six" -- true
-"one two three four five s|ix" -- true
-"one two three four five si|x" -- true
-"one two three four five six|" -- false

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionWithin-paragraph-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-paragraph-forward-input.html b/experiments/Editor/tests/input/positionWithin-paragraph-forward-input.html
deleted file mode 100644
index ebfaf11..0000000
--- a/experiments/Editor/tests/input/positionWithin-paragraph-forward-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionWithin("paragraph","forward");
-}
-</script>
-</head>
-<body>
-
-<p>one two</p>
-
-<p>three four</p>
-
-<p>five six</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionWithin-word-backward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-word-backward-expected.html b/experiments/Editor/tests/input/positionWithin-word-backward-expected.html
deleted file mode 100644
index 46605f4..0000000
--- a/experiments/Editor/tests/input/positionWithin-word-backward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|One two. Three, four - five" -- false
-"O|ne two. Three, four - five" -- true
-"On|e two. Three, four - five" -- true
-"One| two. Three, four - five" -- true
-"One |two. Three, four - five" -- false
-"One t|wo. Three, four - five" -- true
-"One tw|o. Three, four - five" -- true
-"One two|. Three, four - five" -- true
-"One two.| Three, four - five" -- false
-"One two. |Three, four - five" -- false
-"One two. T|hree, four - five" -- true
-"One two. Th|ree, four - five" -- true
-"One two. Thr|ee, four - five" -- true
-"One two. Thre|e, four - five" -- true
-"One two. Three|, four - five" -- true
-"One two. Three,| four - five" -- false
-"One two. Three, |four - five" -- false
-"One two. Three, f|our - five" -- true
-"One two. Three, fo|ur - five" -- true
-"One two. Three, fou|r - five" -- true
-"One two. Three, four| - five" -- true
-"One two. Three, four |- five" -- false
-"One two. Three, four -| five" -- false
-"One two. Three, four - |five" -- false
-"One two. Three, four - f|ive" -- true
-"One two. Three, four - fi|ve" -- true
-"One two. Three, four - fiv|e" -- true
-"One two. Three, four - five|" -- true

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionWithin-word-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-word-backward-input.html b/experiments/Editor/tests/input/positionWithin-word-backward-input.html
deleted file mode 100644
index 38035f6..0000000
--- a/experiments/Editor/tests/input/positionWithin-word-backward-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionWithin("word","backward");
-}
-</script>
-</head>
-<body>
-
-<p>One two. Three, four - five</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionWithin-word-forward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-word-forward-expected.html b/experiments/Editor/tests/input/positionWithin-word-forward-expected.html
deleted file mode 100644
index 6efcf55..0000000
--- a/experiments/Editor/tests/input/positionWithin-word-forward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|One two. Three, four - five" -- true
-"O|ne two. Three, four - five" -- true
-"On|e two. Three, four - five" -- true
-"One| two. Three, four - five" -- false
-"One |two. Three, four - five" -- true
-"One t|wo. Three, four - five" -- true
-"One tw|o. Three, four - five" -- true
-"One two|. Three, four - five" -- false
-"One two.| Three, four - five" -- false
-"One two. |Three, four - five" -- true
-"One two. T|hree, four - five" -- true
-"One two. Th|ree, four - five" -- true
-"One two. Thr|ee, four - five" -- true
-"One two. Thre|e, four - five" -- true
-"One two. Three|, four - five" -- false
-"One two. Three,| four - five" -- false
-"One two. Three, |four - five" -- true
-"One two. Three, f|our - five" -- true
-"One two. Three, fo|ur - five" -- true
-"One two. Three, fou|r - five" -- true
-"One two. Three, four| - five" -- false
-"One two. Three, four |- five" -- false
-"One two. Three, four -| five" -- false
-"One two. Three, four - |five" -- true
-"One two. Three, four - f|ive" -- true
-"One two. Three, four - fi|ve" -- true
-"One two. Three, four - fiv|e" -- true
-"One two. Three, four - five|" -- false

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/positionWithin-word-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/positionWithin-word-forward-input.html b/experiments/Editor/tests/input/positionWithin-word-forward-input.html
deleted file mode 100644
index 663e2b7..0000000
--- a/experiments/Editor/tests/input/positionWithin-word-forward-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testPositionWithin("word","forward");
-}
-</script>
-</head>
-<body>
-
-<p>One two. Three, four - five</p>
-
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/rangeEnclosing-line-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/rangeEnclosing-line-backward-input.html b/experiments/Editor/tests/input/rangeEnclosing-line-backward-input.html
deleted file mode 100644
index 2e3f0f1..0000000
--- a/experiments/Editor/tests/input/rangeEnclosing-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 testRangeEnclosing("line","backward");
-}
-</script>
-</head>
-<body>
-
-<p>one two three four five six seven eight</p>
-
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/rangeEnclosing-line-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/rangeEnclosing-line-forward-input.html b/experiments/Editor/tests/input/rangeEnclosing-line-forward-input.html
deleted file mode 100644
index acba51f..0000000
--- a/experiments/Editor/tests/input/rangeEnclosing-line-forward-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 testRangeEnclosing("line","forward");
-}
-</script>
-</head>
-<body>
-
-<p>one two three four five six seven eight</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-expected.html b/experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-expected.html
deleted file mode 100644
index 8438a4d..0000000
--- a/experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|one two three four five six" -- null
-"o|ne two three four five six" -- "[one two] three four five six"
-"on|e two three four five six" -- "[one two] three four five six"
-"one| two three four five six" -- "[one two] three four five six"
-"one |two three four five six" -- "[one two] three four five six"
-"one t|wo three four five six" -- "[one two] three four five six"
-"one tw|o three four five six" -- "[one two] three four five six"
-"one two| three four five six" -- "[one two] three four five six"
-"one two |three four five six" -- null
-"one two t|hree four five six" -- "one two [three four] five six"
-"one two th|ree four five six" -- "one two [three four] five six"
-"one two thr|ee four five six" -- "one two [three four] five six"
-"one two thre|e four five six" -- "one two [three four] five six"
-"one two three| four five six" -- "one two [three four] five six"
-"one two three |four five six" -- "one two [three four] five six"
-"one two three f|our five six" -- "one two [three four] five six"
-"one two three fo|ur five six" -- "one two [three four] five six"
-"one two three fou|r five six" -- "one two [three four] five six"
-"one two three four| five six" -- "one two [three four] five six"
-"one two three four |five six" -- null
-"one two three four f|ive six" -- "one two three four [five six]"
-"one two three four fi|ve six" -- "one two three four [five six]"
-"one two three four fiv|e six" -- "one two three four [five six]"
-"one two three four five| six" -- "one two three four [five six]"
-"one two three four five |six" -- "one two three four [five six]"
-"one two three four five s|ix" -- "one two three four [five six]"
-"one two three four five si|x" -- "one two three four [five six]"
-"one two three four five six|" -- "one two three four [five six]"

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-input.html b/experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-input.html
deleted file mode 100644
index f4c4398..0000000
--- a/experiments/Editor/tests/input/rangeEnclosing-paragraph-backward-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testRangeEnclosing("paragraph","backward");
-}
-</script>
-</head>
-<body>
-
-<p>one two</p>
-
-<p>three four</p>
-
-<p>five six</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-expected.html b/experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-expected.html
deleted file mode 100644
index 96d99d4..0000000
--- a/experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|one two three four five six" -- "[one two] three four five six"
-"o|ne two three four five six" -- "[one two] three four five six"
-"on|e two three four five six" -- "[one two] three four five six"
-"one| two three four five six" -- "[one two] three four five six"
-"one |two three four five six" -- "[one two] three four five six"
-"one t|wo three four five six" -- "[one two] three four five six"
-"one tw|o three four five six" -- "[one two] three four five six"
-"one two| three four five six" -- null
-"one two |three four five six" -- "one two [three four] five six"
-"one two t|hree four five six" -- "one two [three four] five six"
-"one two th|ree four five six" -- "one two [three four] five six"
-"one two thr|ee four five six" -- "one two [three four] five six"
-"one two thre|e four five six" -- "one two [three four] five six"
-"one two three| four five six" -- "one two [three four] five six"
-"one two three |four five six" -- "one two [three four] five six"
-"one two three f|our five six" -- "one two [three four] five six"
-"one two three fo|ur five six" -- "one two [three four] five six"
-"one two three fou|r five six" -- "one two [three four] five six"
-"one two three four| five six" -- null
-"one two three four |five six" -- "one two three four [five six]"
-"one two three four f|ive six" -- "one two three four [five six]"
-"one two three four fi|ve six" -- "one two three four [five six]"
-"one two three four fiv|e six" -- "one two three four [five six]"
-"one two three four five| six" -- "one two three four [five six]"
-"one two three four five |six" -- "one two three four [five six]"
-"one two three four five s|ix" -- "one two three four [five six]"
-"one two three four five si|x" -- "one two three four [five six]"
-"one two three four five six|" -- null

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-input.html b/experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-input.html
deleted file mode 100644
index 3d80846..0000000
--- a/experiments/Editor/tests/input/rangeEnclosing-paragraph-forward-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testRangeEnclosing("paragraph","forward");
-}
-</script>
-</head>
-<body>
-
-<p>one two</p>
-
-<p>three four</p>
-
-<p>five six</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/rangeEnclosing-word-backward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/rangeEnclosing-word-backward-expected.html b/experiments/Editor/tests/input/rangeEnclosing-word-backward-expected.html
deleted file mode 100644
index 94af390..0000000
--- a/experiments/Editor/tests/input/rangeEnclosing-word-backward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|One two. Three, four - five" -- null
-"O|ne two. Three, four - five" -- "[One] two. Three, four - five"
-"On|e two. Three, four - five" -- "[One] two. Three, four - five"
-"One| two. Three, four - five" -- "[One] two. Three, four - five"
-"One |two. Three, four - five" -- null
-"One t|wo. Three, four - five" -- "One [two]. Three, four - five"
-"One tw|o. Three, four - five" -- "One [two]. Three, four - five"
-"One two|. Three, four - five" -- "One [two]. Three, four - five"
-"One two.| Three, four - five" -- null
-"One two. |Three, four - five" -- null
-"One two. T|hree, four - five" -- "One two. [Three], four - five"
-"One two. Th|ree, four - five" -- "One two. [Three], four - five"
-"One two. Thr|ee, four - five" -- "One two. [Three], four - five"
-"One two. Thre|e, four - five" -- "One two. [Three], four - five"
-"One two. Three|, four - five" -- "One two. [Three], four - five"
-"One two. Three,| four - five" -- null
-"One two. Three, |four - five" -- null
-"One two. Three, f|our - five" -- "One two. Three, [four] - five"
-"One two. Three, fo|ur - five" -- "One two. Three, [four] - five"
-"One two. Three, fou|r - five" -- "One two. Three, [four] - five"
-"One two. Three, four| - five" -- "One two. Three, [four] - five"
-"One two. Three, four |- five" -- null
-"One two. Three, four -| five" -- null
-"One two. Three, four - |five" -- null
-"One two. Three, four - f|ive" -- "One two. Three, four - [five]"
-"One two. Three, four - fi|ve" -- "One two. Three, four - [five]"
-"One two. Three, four - fiv|e" -- "One two. Three, four - [five]"
-"One two. Three, four - five|" -- "One two. Three, four - [five]"

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/rangeEnclosing-word-backward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/rangeEnclosing-word-backward-input.html b/experiments/Editor/tests/input/rangeEnclosing-word-backward-input.html
deleted file mode 100644
index b8c0ddc..0000000
--- a/experiments/Editor/tests/input/rangeEnclosing-word-backward-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testRangeEnclosing("word","backward");
-}
-</script>
-</head>
-<body>
-
-<p>One two. Three, four - five</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/rangeEnclosing-word-forward-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/rangeEnclosing-word-forward-expected.html b/experiments/Editor/tests/input/rangeEnclosing-word-forward-expected.html
deleted file mode 100644
index f2127a7..0000000
--- a/experiments/Editor/tests/input/rangeEnclosing-word-forward-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-"|One two. Three, four - five" -- "[One] two. Three, four - five"
-"O|ne two. Three, four - five" -- "[One] two. Three, four - five"
-"On|e two. Three, four - five" -- "[One] two. Three, four - five"
-"One| two. Three, four - five" -- null
-"One |two. Three, four - five" -- "One [two]. Three, four - five"
-"One t|wo. Three, four - five" -- "One [two]. Three, four - five"
-"One tw|o. Three, four - five" -- "One [two]. Three, four - five"
-"One two|. Three, four - five" -- null
-"One two.| Three, four - five" -- null
-"One two. |Three, four - five" -- "One two. [Three], four - five"
-"One two. T|hree, four - five" -- "One two. [Three], four - five"
-"One two. Th|ree, four - five" -- "One two. [Three], four - five"
-"One two. Thr|ee, four - five" -- "One two. [Three], four - five"
-"One two. Thre|e, four - five" -- "One two. [Three], four - five"
-"One two. Three|, four - five" -- null
-"One two. Three,| four - five" -- null
-"One two. Three, |four - five" -- "One two. Three, [four] - five"
-"One two. Three, f|our - five" -- "One two. Three, [four] - five"
-"One two. Three, fo|ur - five" -- "One two. Three, [four] - five"
-"One two. Three, fou|r - five" -- "One two. Three, [four] - five"
-"One two. Three, four| - five" -- null
-"One two. Three, four |- five" -- null
-"One two. Three, four -| five" -- null
-"One two. Three, four - |five" -- "One two. Three, four - [five]"
-"One two. Three, four - f|ive" -- "One two. Three, four - [five]"
-"One two. Three, four - fi|ve" -- "One two. Three, four - [five]"
-"One two. Three, four - fiv|e" -- "One two. Three, four - [five]"
-"One two. Three, four - five|" -- null

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/rangeEnclosing-word-forward-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/rangeEnclosing-word-forward-input.html b/experiments/Editor/tests/input/rangeEnclosing-word-forward-input.html
deleted file mode 100644
index b92237c..0000000
--- a/experiments/Editor/tests/input/rangeEnclosing-word-forward-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script src="InputTests.js"></script>
-<script>
-function performTest()
-{
-    return testRangeEnclosing("word","forward");
-}
-</script>
-</head>
-<body>
-
-<p>One two. Three, four - five</p>
-
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange01-expected.html b/experiments/Editor/tests/input/replaceRange01-expected.html
deleted file mode 100644
index 0237441..0000000
--- a/experiments/Editor/tests/input/replaceRange01-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>SamHELLO[]xt</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange01-input.html b/experiments/Editor/tests/input/replaceRange01-input.html
deleted file mode 100644
index 7424bd1..0000000
--- a/experiments/Editor/tests/input/replaceRange01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var range = Selection_get();
-    Input_replaceRange(range.start,range.end,"HELLO");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sam[ple te]xt</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange02-expected.html b/experiments/Editor/tests/input/replaceRange02-expected.html
deleted file mode 100644
index 1f0ea6a..0000000
--- a/experiments/Editor/tests/input/replaceRange02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>HELLO[]ple text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange02-input.html b/experiments/Editor/tests/input/replaceRange02-input.html
deleted file mode 100644
index eab4938..0000000
--- a/experiments/Editor/tests/input/replaceRange02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var range = Selection_get();
-    Input_replaceRange(range.start,range.end,"HELLO");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[Sam]ple text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange03-expected.html b/experiments/Editor/tests/input/replaceRange03-expected.html
deleted file mode 100644
index cd71d5e..0000000
--- a/experiments/Editor/tests/input/replaceRange03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample teHELLO[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange03-input.html b/experiments/Editor/tests/input/replaceRange03-input.html
deleted file mode 100644
index fbb92b5..0000000
--- a/experiments/Editor/tests/input/replaceRange03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var range = Selection_get();
-    Input_replaceRange(range.start,range.end,"HELLO");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample te[xt]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange04-expected.html b/experiments/Editor/tests/input/replaceRange04-expected.html
deleted file mode 100644
index f88f1e6..0000000
--- a/experiments/Editor/tests/input/replaceRange04-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      HELLO[]
-      <br/>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange04-input.html b/experiments/Editor/tests/input/replaceRange04-input.html
deleted file mode 100644
index bdf1276..0000000
--- a/experiments/Editor/tests/input/replaceRange04-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var pos = new Position(p,0);
-    Input_replaceRange(pos,pos,"HELLO");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange05-expected.html b/experiments/Editor/tests/input/replaceRange05-expected.html
deleted file mode 100644
index 7bfc8e1..0000000
--- a/experiments/Editor/tests/input/replaceRange05-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>HELLO[]Sample text</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange05-input.html b/experiments/Editor/tests/input/replaceRange05-input.html
deleted file mode 100644
index e5190f8..0000000
--- a/experiments/Editor/tests/input/replaceRange05-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var pos = new Position(p,0);
-    Input_replaceRange(pos,pos,"HELLO");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange06-expected.html b/experiments/Editor/tests/input/replaceRange06-expected.html
deleted file mode 100644
index 8df6771..0000000
--- a/experiments/Editor/tests/input/replaceRange06-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample textHELLO[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange06-input.html b/experiments/Editor/tests/input/replaceRange06-input.html
deleted file mode 100644
index 1bea8a3..0000000
--- a/experiments/Editor/tests/input/replaceRange06-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var pos = new Position(p,p.childNodes.length);
-    Input_replaceRange(pos,pos,"HELLO");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange07-expected.html b/experiments/Editor/tests/input/replaceRange07-expected.html
deleted file mode 100644
index f6452af..0000000
--- a/experiments/Editor/tests/input/replaceRange07-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      SampleHELLO[]
-      <img src="../figures/nothing.png"/>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange07-input.html b/experiments/Editor/tests/input/replaceRange07-input.html
deleted file mode 100644
index 17c0d45..0000000
--- a/experiments/Editor/tests/input/replaceRange07-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var pos = new Position(p,1);
-    Input_replaceRange(pos,pos,"HELLO");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample<img src="../figures/nothing.png">text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange08-expected.html b/experiments/Editor/tests/input/replaceRange08-expected.html
deleted file mode 100644
index e08da90..0000000
--- a/experiments/Editor/tests/input/replaceRange08-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      Sample
-      <img src="../figures/nothing.png"/>
-      HELLO[]text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange08-input.html b/experiments/Editor/tests/input/replaceRange08-input.html
deleted file mode 100644
index 1905eee..0000000
--- a/experiments/Editor/tests/input/replaceRange08-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var pos = new Position(p,2);
-    Input_replaceRange(pos,pos,"HELLO");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample<img src="../figures/nothing.png">text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange09-expected.html b/experiments/Editor/tests/input/replaceRange09-expected.html
deleted file mode 100644
index 0007228..0000000
--- a/experiments/Editor/tests/input/replaceRange09-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      Sample
-      <img src="../figures/nothing.png"/>
-      HELLO[]
-      <img src="../figures/nothing.png"/>
-      text
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/input/replaceRange09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/input/replaceRange09-input.html b/experiments/Editor/tests/input/replaceRange09-input.html
deleted file mode 100644
index a898b44..0000000
--- a/experiments/Editor/tests/input/replaceRange09-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var p = document.getElementsByTagName("P")[0];
-    var pos = new Position(p,2);
-    Input_replaceRange(pos,pos,"HELLO");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Sample<img src="../figures/nothing.png"><img src="../figures/nothing.png">text</p>
-</body>
-</html>