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:58:03 UTC

[28/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/cursor/insertCharacter04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter04-expected.html b/experiments/Editor/tests/cursor/insertCharacter04-expected.html
deleted file mode 100644
index d287729..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample textX[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter04-input.html b/experiments/Editor/tests/cursor/insertCharacter04-input.html
deleted file mode 100644
index fd5e005..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter04-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-Sample text[]
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter05-input.html b/experiments/Editor/tests/cursor/insertCharacter05-input.html
deleted file mode 100644
index baa2bb9..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter05-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-Sample t[]ext
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter06-input.html b/experiments/Editor/tests/cursor/insertCharacter06-input.html
deleted file mode 100644
index 2602ad1..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter06-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]Sample text
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter07-input.html b/experiments/Editor/tests/cursor/insertCharacter07-input.html
deleted file mode 100644
index 6181d24..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter07-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    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/cursor/insertCharacter08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter08-expected.html b/experiments/Editor/tests/cursor/insertCharacter08-expected.html
deleted file mode 100644
index d287729..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter08-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample textX[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter08-input.html b/experiments/Editor/tests/cursor/insertCharacter08-input.html
deleted file mode 100644
index aab4e49..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter08-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    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/cursor/insertCharacter09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter09-expected.html b/experiments/Editor/tests/cursor/insertCharacter09-expected.html
deleted file mode 100644
index 03bf992..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter09-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First</p>
-    <p>X[]Second</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter09-input.html b/experiments/Editor/tests/cursor/insertCharacter09-input.html
deleted file mode 100644
index 8fc5813..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter09-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First</p>
-[]
-<p>Second</p>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter10-input.html b/experiments/Editor/tests/cursor/insertCharacter10-input.html
deleted file mode 100644
index f1b4168..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter10-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    var str = " one two three";
-    Cursor_insertCharacter(str);
-    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/cursor/insertCharacter11-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter11-expected.html b/experiments/Editor/tests/cursor/insertCharacter11-expected.html
deleted file mode 100644
index fa6f10d..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter11-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First one   []</p>
-    <p>Second two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter11-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter11-input.html b/experiments/Editor/tests/cursor/insertCharacter11-input.html
deleted file mode 100644
index 6dc143f..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter11-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("   ");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First one[]</p>
-<p>Second two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter12-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter12-expected.html b/experiments/Editor/tests/cursor/insertCharacter12-expected.html
deleted file mode 100644
index 7f3b692..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter12-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First one</p>
-    <p>X[]</p>
-    <p>Second two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter12-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter12-input.html b/experiments/Editor/tests/cursor/insertCharacter12-input.html
deleted file mode 100644
index 00cc2be..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter12-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("   ");
-    Cursor_enterPressed();
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First one[]</p>
-<p>Second two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter13-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter13-expected.html b/experiments/Editor/tests/cursor/insertCharacter13-expected.html
deleted file mode 100644
index 74eb5c4..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter13-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>First one</p>
-    <p>X[]Second two</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter13-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter13-input.html b/experiments/Editor/tests/cursor/insertCharacter13-input.html
deleted file mode 100644
index 6ed0d0c..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter13-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>First one</p>
-<p>[]Second two</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter14-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter14-expected.html b/experiments/Editor/tests/cursor/insertCharacter14-expected.html
deleted file mode 100644
index 5b9b440..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter14-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one A[]</p>
-    <p>three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter14-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter14-input.html b/experiments/Editor/tests/cursor/insertCharacter14-input.html
deleted file mode 100644
index 693563b..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter14-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("A");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one [two]</p>
-<p>three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter15-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter15-expected.html b/experiments/Editor/tests/cursor/insertCharacter15-expected.html
deleted file mode 100644
index 6209a3d..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter15-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <p>X[]</p>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter15-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter15-input.html b/experiments/Editor/tests/cursor/insertCharacter15-input.html
deleted file mode 100644
index 63fced5..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter15-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Before</p>
-<p>[Sample text]</p>
-<p>After</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter16-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter16-expected.html b/experiments/Editor/tests/cursor/insertCharacter16-expected.html
deleted file mode 100644
index 6209a3d..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter16-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Before</p>
-    <p>X[]</p>
-    <p>After</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertCharacter16-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertCharacter16-input.html b/experiments/Editor/tests/cursor/insertCharacter16-input.html
deleted file mode 100644
index f33510a..0000000
--- a/experiments/Editor/tests/cursor/insertCharacter16-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>Before</p>
-<p>[]<br></p>
-<p>After</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote01-expected.html b/experiments/Editor/tests/cursor/insertEndnote01-expected.html
deleted file mode 100644
index 04301af..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote01-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="endnote">[Endnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote01-input.html b/experiments/Editor/tests/cursor/insertEndnote01-input.html
deleted file mode 100644
index 8a52b5c..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote02-expected.html b/experiments/Editor/tests/cursor/insertEndnote02-expected.html
deleted file mode 100644
index ff397ec..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote02-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="endnote">[Endnote content]</span>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote02-input.html b/experiments/Editor/tests/cursor/insertEndnote02-input.html
deleted file mode 100644
index 0875055..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote03-expected.html b/experiments/Editor/tests/cursor/insertEndnote03-expected.html
deleted file mode 100644
index 46a51b1..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote03-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span class="endnote">[Endnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote03-input.html b/experiments/Editor/tests/cursor/insertEndnote03-input.html
deleted file mode 100644
index b10fba6..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote04-expected.html b/experiments/Editor/tests/cursor/insertEndnote04-expected.html
deleted file mode 100644
index dddacd5..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><span class="endnote">[Endnote content]</span></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote04-input.html b/experiments/Editor/tests/cursor/insertEndnote04-input.html
deleted file mode 100644
index 5063da9..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote05-expected.html b/experiments/Editor/tests/cursor/insertEndnote05-expected.html
deleted file mode 100644
index dddacd5..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote05-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><span class="endnote">[Endnote content]</span></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote05-input.html b/experiments/Editor/tests/cursor/insertEndnote05-input.html
deleted file mode 100644
index 10e397f..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote05-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]<br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote06-expected.html b/experiments/Editor/tests/cursor/insertEndnote06-expected.html
deleted file mode 100644
index 47f40a9..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote06-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <span class="endnote">[Endnote content]</span>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote06-input.html b/experiments/Editor/tests/cursor/insertEndnote06-input.html
deleted file mode 100644
index 040d642..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote07-expected.html b/experiments/Editor/tests/cursor/insertEndnote07-expected.html
deleted file mode 100644
index 8b3f2f0..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote07-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="endnote">inside</span>
-      <span class="endnote">[Endnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote07-input.html b/experiments/Editor/tests/cursor/insertEndnote07-input.html
deleted file mode 100644
index e4b618a..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote07-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="endnote">ins[]ide</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote08-expected.html b/experiments/Editor/tests/cursor/insertEndnote08-expected.html
deleted file mode 100644
index 8b3f2f0..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote08-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="endnote">inside</span>
-      <span class="endnote">[Endnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote08-input.html b/experiments/Editor/tests/cursor/insertEndnote08-input.html
deleted file mode 100644
index 5c5fa70..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote08-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="endnote">inside[]</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote09-expected.html b/experiments/Editor/tests/cursor/insertEndnote09-expected.html
deleted file mode 100644
index 8b3f2f0..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote09-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="endnote">inside</span>
-      <span class="endnote">[Endnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertEndnote09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertEndnote09-input.html b/experiments/Editor/tests/cursor/insertEndnote09-input.html
deleted file mode 100644
index d915ef5..0000000
--- a/experiments/Editor/tests/cursor/insertEndnote09-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertEndnote("Endnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="endnote">[]inside</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote01-expected.html b/experiments/Editor/tests/cursor/insertFootnote01-expected.html
deleted file mode 100644
index 9298458..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote01-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="footnote">[Footnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote01-input.html b/experiments/Editor/tests/cursor/insertFootnote01-input.html
deleted file mode 100644
index 22c102b..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote01-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote02-expected.html b/experiments/Editor/tests/cursor/insertFootnote02-expected.html
deleted file mode 100644
index d3dfd45..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote02-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="footnote">[Footnote content]</span>
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote02-input.html b/experiments/Editor/tests/cursor/insertFootnote02-input.html
deleted file mode 100644
index e1ac92a..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote03-expected.html b/experiments/Editor/tests/cursor/insertFootnote03-expected.html
deleted file mode 100644
index c577e33..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote03-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      <span class="footnote">[Footnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote03-input.html b/experiments/Editor/tests/cursor/insertFootnote03-input.html
deleted file mode 100644
index b24f4df..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote04-expected.html b/experiments/Editor/tests/cursor/insertFootnote04-expected.html
deleted file mode 100644
index 331c33c..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><span class="footnote">[Footnote content]</span></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote04-input.html b/experiments/Editor/tests/cursor/insertFootnote04-input.html
deleted file mode 100644
index 5e8ee78..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote04-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote05-expected.html b/experiments/Editor/tests/cursor/insertFootnote05-expected.html
deleted file mode 100644
index 331c33c..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote05-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><span class="footnote">[Footnote content]</span></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote05-input.html b/experiments/Editor/tests/cursor/insertFootnote05-input.html
deleted file mode 100644
index a976635..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote05-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>[]<br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote06-expected.html b/experiments/Editor/tests/cursor/insertFootnote06-expected.html
deleted file mode 100644
index a70222a..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote06-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <span class="footnote">[Footnote content]</span>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote06-input.html b/experiments/Editor/tests/cursor/insertFootnote06-input.html
deleted file mode 100644
index d4c318c..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote06-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote07-expected.html b/experiments/Editor/tests/cursor/insertFootnote07-expected.html
deleted file mode 100644
index 70fa0f7..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote07-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="footnote">inside</span>
-      <span class="footnote">[Footnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote07-input.html b/experiments/Editor/tests/cursor/insertFootnote07-input.html
deleted file mode 100644
index 98ed6d9..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote07-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="footnote">ins[]ide</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote08-expected.html b/experiments/Editor/tests/cursor/insertFootnote08-expected.html
deleted file mode 100644
index 70fa0f7..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote08-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="footnote">inside</span>
-      <span class="footnote">[Footnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote08-input.html b/experiments/Editor/tests/cursor/insertFootnote08-input.html
deleted file mode 100644
index 695c7d5..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote08-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="footnote">inside[]</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote09-expected.html b/experiments/Editor/tests/cursor/insertFootnote09-expected.html
deleted file mode 100644
index 70fa0f7..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote09-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>
-      before
-      <span class="footnote">inside</span>
-      <span class="footnote">[Footnote content]</span>
-      after
-    </p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/insertFootnote09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/insertFootnote09-input.html b/experiments/Editor/tests/cursor/insertFootnote09-input.html
deleted file mode 100644
index 9feec88..0000000
--- a/experiments/Editor/tests/cursor/insertFootnote09-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertFootnote("Footnote content");
-    Selection_preserveWhileExecuting(showEmptyTextNodes);
-    showSelection();
-}
-</script>
-</head>
-<body>
-  <p>before <span class="footnote">[]inside</span>after</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html
deleted file mode 100644
index 21162a2..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint01-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    Sam
-    []xt
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint01-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint01-input.html
deleted file mode 100644
index 098c7d9..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-Sam[ple te]xt
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html
deleted file mode 100644
index b7d1c09..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint02a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    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/cursor/makeContainerInsertionPoint02b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html
deleted file mode 100644
index 673c0c4..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    []
-    <p>xt</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html
deleted file mode 100644
index a959adb..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint02b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    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/cursor/makeContainerInsertionPoint02c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html
deleted file mode 100644
index 90101bd..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sam</p>
-    []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html
deleted file mode 100644
index 342cf7a..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint02c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    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/cursor/makeContainerInsertionPoint03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html
deleted file mode 100644
index 7c3ef20..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <h1 id="item3">Sam</h1>
-    []
-    <h1 id="item2">xt</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html
deleted file mode 100644
index cf4a8d0..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03a-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    Cursor_makeContainerInsertionPoint();
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>Sam[ple te]xt</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html
deleted file mode 100644
index 5d9a930..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    []
-    <h1 id="item2">xt</h1>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html
deleted file mode 100644
index a12724e..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03b-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    Cursor_makeContainerInsertionPoint();
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>4 [Sample te]xt</h1>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html
deleted file mode 100644
index b229ce8..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head>
-    <style>
-    </style>
-  </head>
-  <body>
-    <h1 id="item2">Sam</h1>
-    []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html
deleted file mode 100644
index cadf465..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint03c-input.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Outline_init();
-    if (Outline_detectSectionNumbering())
-        setupOutlineNumbering();
-    PostponedActions_perform();
-    Cursor_makeContainerInsertionPoint();
-    PostponedActions_perform();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<h1>4 Sam[ple text]</h1>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint04-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint04-input.html
deleted file mode 100644
index d2667d0..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint04-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b>Sam[ple te]xt</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html
deleted file mode 100644
index 4dd1d56..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-expected.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sam</u></i></b></p>
-    []
-    <p><b><i><u>xt</u></i></b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html
deleted file mode 100644
index 0baeeac..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sam[ple te]xt</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html
deleted file mode 100644
index 0077c3b..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    []
-    <p><b><i><u>xt</u></i></b></p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html
deleted file mode 100644
index b09312d..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>[Sample te]xt</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html
deleted file mode 100644
index 02e1240..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-expected.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p><b><i><u>Sam</u></i></b></p>
-    []
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html
deleted file mode 100644
index 84a9992..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint05c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p><b><i><u>Sam[ple text]</u></i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html
deleted file mode 100644
index bc6dab9..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint06-expected.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <ul>
-      <li>Before</li>
-      <li>
-        <p><b><i><u>Sam</u></i></b></p>
-        []
-        <p><b><i><u>xt</u></i></b></p>
-      </li>
-      <li>After</li>
-    </ul>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint06-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint06-input.html
deleted file mode 100644
index f90f593..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint06-input.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>Before</li>
-  <li><p><b><i><u>Sam[ple te]xt</u></i></b></p></li>
-  <li>After</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html
deleted file mode 100644
index e277c81..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint07-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tbody>
-        <tr>
-          <td>One</td>
-          <td>
-            <p><b><i><u>Sam</u></i></b></p>
-            []
-            <p><b><i><u>xt</u></i></b></p>
-          </td>
-        </tr>
-        <tr>
-          <td>Three</td>
-          <td>Four</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/makeContainerInsertionPoint07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/makeContainerInsertionPoint07-input.html b/experiments/Editor/tests/cursor/makeContainerInsertionPoint07-input.html
deleted file mode 100644
index 5c87b11..0000000
--- a/experiments/Editor/tests/cursor/makeContainerInsertionPoint07-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_makeContainerInsertionPoint();
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table>
-  <tr>
-    <td>One</td>
-    <td><p><b><i><u>Sam[ple te]xt</u></i></b></p></td>
-  </tr>
-  <tr>
-    <td>Three</td>
-    <td>Four</td>
-  </tr>
-</table>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/nbsp01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/nbsp01-input.html b/experiments/Editor/tests/cursor/nbsp01-input.html
deleted file mode 100644
index c855459..0000000
--- a/experiments/Editor/tests/cursor/nbsp01-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ");
-    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/cursor/nbsp02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/nbsp02-expected.html b/experiments/Editor/tests/cursor/nbsp02-expected.html
deleted file mode 100644
index ecc4490..0000000
--- a/experiments/Editor/tests/cursor/nbsp02-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample text []</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/nbsp02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/nbsp02-input.html b/experiments/Editor/tests/cursor/nbsp02-input.html
deleted file mode 100644
index 4c70a52..0000000
--- a/experiments/Editor/tests/cursor/nbsp02-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ");
-    UndoManager_newGroup();
-    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/cursor/nbsp03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/nbsp03-expected.html b/experiments/Editor/tests/cursor/nbsp03-expected.html
deleted file mode 100644
index 61c2a8a..0000000
--- a/experiments/Editor/tests/cursor/nbsp03-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample text a[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/nbsp03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/nbsp03-input.html b/experiments/Editor/tests/cursor/nbsp03-input.html
deleted file mode 100644
index b8a4a1d..0000000
--- a/experiments/Editor/tests/cursor/nbsp03-input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ");
-    Cursor_insertCharacter("a");
-    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/cursor/nbsp04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/nbsp04-expected.html b/experiments/Editor/tests/cursor/nbsp04-expected.html
deleted file mode 100644
index 8098ad9..0000000
--- a/experiments/Editor/tests/cursor/nbsp04-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample text&nbsp;[]</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/nbsp04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/nbsp04-input.html b/experiments/Editor/tests/cursor/nbsp04-input.html
deleted file mode 100644
index d0218b9..0000000
--- a/experiments/Editor/tests/cursor/nbsp04-input.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ");
-    Cursor_insertCharacter("a");
-    Cursor_deleteCharacter();
-    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/cursor/nbsp05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/nbsp05-expected.html b/experiments/Editor/tests/cursor/nbsp05-expected.html
deleted file mode 100644
index ecc4490..0000000
--- a/experiments/Editor/tests/cursor/nbsp05-expected.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>Sample text []</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/nbsp05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/nbsp05-input.html b/experiments/Editor/tests/cursor/nbsp05-input.html
deleted file mode 100644
index 00f9f41..0000000
--- a/experiments/Editor/tests/cursor/nbsp05-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter(" ");
-    Cursor_insertCharacter("a");
-    Cursor_deleteCharacter();
-    UndoManager_newGroup();
-    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/cursor/position-br01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/position-br01-expected.html b/experiments/Editor/tests/cursor/position-br01-expected.html
deleted file mode 100644
index 83e1635..0000000
--- a/experiments/Editor/tests/cursor/position-br01-expected.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    .L.i.n.e. .1.
-    <br/>
-    .L.i.n.e. .2.
-    <br/>
-    .L.i.n.e. .3.
-    <br/>
-    .
-    <br/>
-    .
-    <br/>
-    .
-    <br/>
-    .L.i.n.e. .7.
-    <br/>
-    .L.i.n.e. .8.
-    <br/>
-    .L.i.n.e. .9.[]
-    <br/>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/position-br01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/position-br01-input.html b/experiments/Editor/tests/cursor/position-br01-input.html
deleted file mode 100644
index a4a7145..0000000
--- a/experiments/Editor/tests/cursor/position-br01-input.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 45; i++) {
-        Cursor_insertCharacter(".",false,true);
-        Cursor_moveRight();
-    }
-    showSelection();
-}
-</script>
-</head>
-<body>
-[]Line 1<br>
-Line 2<br>
-Line 3<br>
-<br>
-<br>
-<br>
-Line 7<br>
-Line 8<br>
-Line 9<br>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/position-br02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/position-br02-input.html b/experiments/Editor/tests/cursor/position-br02-input.html
deleted file mode 100644
index 3e50268..0000000
--- a/experiments/Editor/tests/cursor/position-br02-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 5; i++) {
-        Cursor_insertCharacter(".",false,true);
-        Cursor_moveRight();
-    }
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[]<br></p>
-<p><br></p>
-<p><br></p>
-<p><br></p>
-<p><br></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/position-br03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/position-br03-expected.html b/experiments/Editor/tests/cursor/position-br03-expected.html
deleted file mode 100644
index a3cd77f..0000000
--- a/experiments/Editor/tests/cursor/position-br03-expected.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>.L.i.n.e. .1.</p>
-    .
-    <br/>
-    <p>.L.i.n.e. .2.</p>
-    .
-    <br/>
-    <p>.L.i.n.e. .3.</p>
-    .
-    <br/>
-    <p>.L.i.n.e. .4.</p>
-    .
-    <br/>
-    <p>.L.i.n.e. .5.</p>
-    .[]
-    <br/>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/position-br03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/position-br03-input.html b/experiments/Editor/tests/cursor/position-br03-input.html
deleted file mode 100644
index 847e17c..0000000
--- a/experiments/Editor/tests/cursor/position-br03-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 40; i++) {
-        Cursor_insertCharacter(".",false,true);
-        Cursor_moveRight();
-    }
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[]Line 1</p><br>
-<p>Line 2</p><br>
-<p>Line 3</p><br>
-<p>Line 4</p><br>
-<p>Line 5</p><br>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/position-br04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/position-br04-expected.html b/experiments/Editor/tests/cursor/position-br04-expected.html
deleted file mode 100644
index ccf0795..0000000
--- a/experiments/Editor/tests/cursor/position-br04-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>.L.i.n.e. .1.</p>
-    .
-    <br/>
-    <p>.L.i.n.e. .2.</p>
-    .
-    <br/>
-    .
-    <br/>
-    <p>.L.i.n.e. .3.</p>
-    .
-    <br/>
-    .
-    <br/>
-    <p>.L.i.n.e. .4.</p>
-    .
-    <br/>
-    .
-    <br/>
-    <p>.L.i.n.e. .5.</p>
-    .
-    <br/>
-    .[]
-    <br/>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/position-br04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/position-br04-input.html b/experiments/Editor/tests/cursor/position-br04-input.html
deleted file mode 100644
index ad5b1ad..0000000
--- a/experiments/Editor/tests/cursor/position-br04-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    for (var i = 0; i < 44; i++) {
-        Cursor_insertCharacter(".",false,true);
-        Cursor_moveRight();
-    }
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>[]Line 1</p><br>
-<p>Line 2</p><br><br>
-<p>Line 3</p><br><br>
-<p>Line 4</p><br><br>
-<p>Line 5</p><br><br>
-</body>
-</html>

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

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterFigure01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterFigure01-input.html b/experiments/Editor/tests/cursor/textAfterFigure01-input.html
deleted file mode 100644
index 94f51cd..0000000
--- a/experiments/Editor/tests/cursor/textAfterFigure01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<figure>
-  <img src="../figures/nothing.png">
-</figure>[]
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterFigure02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterFigure02-expected.html b/experiments/Editor/tests/cursor/textAfterFigure02-expected.html
deleted file mode 100644
index 5163f29..0000000
--- a/experiments/Editor/tests/cursor/textAfterFigure02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-    <p>aX[]</p>
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterFigure02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterFigure02-input.html b/experiments/Editor/tests/cursor/textAfterFigure02-input.html
deleted file mode 100644
index 2dd1105..0000000
--- a/experiments/Editor/tests/cursor/textAfterFigure02-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<figure>
-  <img src="../figures/nothing.png">
-</figure>a[]
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterFigure03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterFigure03-expected.html b/experiments/Editor/tests/cursor/textAfterFigure03-expected.html
deleted file mode 100644
index 6035b43..0000000
--- a/experiments/Editor/tests/cursor/textAfterFigure03-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-    <p>X[]a</p>
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterFigure03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterFigure03-input.html b/experiments/Editor/tests/cursor/textAfterFigure03-input.html
deleted file mode 100644
index cec8ad3..0000000
--- a/experiments/Editor/tests/cursor/textAfterFigure03-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<figure>
-  <img src="../figures/nothing.png">
-</figure>[]a
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterTable01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterTable01-expected.html b/experiments/Editor/tests/cursor/textAfterTable01-expected.html
deleted file mode 100644
index 85d005a..0000000
--- a/experiments/Editor/tests/cursor/textAfterTable01-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>X[]</p>
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterTable01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterTable01-input.html b/experiments/Editor/tests/cursor/textAfterTable01-input.html
deleted file mode 100644
index 680af18..0000000
--- a/experiments/Editor/tests/cursor/textAfterTable01-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-</table>[]
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterTable02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterTable02-expected.html b/experiments/Editor/tests/cursor/textAfterTable02-expected.html
deleted file mode 100644
index 0fb0003..0000000
--- a/experiments/Editor/tests/cursor/textAfterTable02-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>aX[]</p>
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterTable02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterTable02-input.html b/experiments/Editor/tests/cursor/textAfterTable02-input.html
deleted file mode 100644
index acddf8c..0000000
--- a/experiments/Editor/tests/cursor/textAfterTable02-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-</table>a[]
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterTable03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterTable03-expected.html b/experiments/Editor/tests/cursor/textAfterTable03-expected.html
deleted file mode 100644
index cf2c37c..0000000
--- a/experiments/Editor/tests/cursor/textAfterTable03-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-    <p>X[]a</p>
-    <p>one two three</p>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textAfterTable03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textAfterTable03-input.html b/experiments/Editor/tests/cursor/textAfterTable03-input.html
deleted file mode 100644
index 45aacd6..0000000
--- a/experiments/Editor/tests/cursor/textAfterTable03-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<table>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-</table>[]a
-<p>one two three</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textBeforeFigure01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textBeforeFigure01-expected.html b/experiments/Editor/tests/cursor/textBeforeFigure01-expected.html
deleted file mode 100644
index 99ccaa9..0000000
--- a/experiments/Editor/tests/cursor/textBeforeFigure01-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    <p>X[]</p>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textBeforeFigure01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textBeforeFigure01-input.html b/experiments/Editor/tests/cursor/textBeforeFigure01-input.html
deleted file mode 100644
index 497d51d..0000000
--- a/experiments/Editor/tests/cursor/textBeforeFigure01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-[]<figure>
-  <img src="../figures/nothing.png">
-</figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textBeforeFigure02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textBeforeFigure02-expected.html b/experiments/Editor/tests/cursor/textBeforeFigure02-expected.html
deleted file mode 100644
index 92b6ebe..0000000
--- a/experiments/Editor/tests/cursor/textBeforeFigure02-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    <p>aX[]</p>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textBeforeFigure02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textBeforeFigure02-input.html b/experiments/Editor/tests/cursor/textBeforeFigure02-input.html
deleted file mode 100644
index 481b99f..0000000
--- a/experiments/Editor/tests/cursor/textBeforeFigure02-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-a[]<figure>
-  <img src="../figures/nothing.png">
-</figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textBeforeFigure03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textBeforeFigure03-expected.html b/experiments/Editor/tests/cursor/textBeforeFigure03-expected.html
deleted file mode 100644
index 37ef96c..0000000
--- a/experiments/Editor/tests/cursor/textBeforeFigure03-expected.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    <p>X[]a</p>
-    <figure>
-      <img src="../figures/nothing.png"/>
-    </figure>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textBeforeFigure03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textBeforeFigure03-input.html b/experiments/Editor/tests/cursor/textBeforeFigure03-input.html
deleted file mode 100644
index 9489405..0000000
--- a/experiments/Editor/tests/cursor/textBeforeFigure03-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-[]a<figure>
-  <img src="../figures/nothing.png">
-</figure>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textBeforeTable01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textBeforeTable01-expected.html b/experiments/Editor/tests/cursor/textBeforeTable01-expected.html
deleted file mode 100644
index 240c213..0000000
--- a/experiments/Editor/tests/cursor/textBeforeTable01-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    <p>X[]</p>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textBeforeTable01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textBeforeTable01-input.html b/experiments/Editor/tests/cursor/textBeforeTable01-input.html
deleted file mode 100644
index 6123d87..0000000
--- a/experiments/Editor/tests/cursor/textBeforeTable01-input.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    Cursor_insertCharacter("X");
-    showSelection();
-}
-</script>
-</head>
-<body>
-<p>one two three</p>
-[]<table>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-  <tr>
-    <td>Cell</td>
-    <td>Cell</td>
-  </tr>
-</table>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/cursor/textBeforeTable02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/cursor/textBeforeTable02-expected.html b/experiments/Editor/tests/cursor/textBeforeTable02-expected.html
deleted file mode 100644
index 0ba5dd0..0000000
--- a/experiments/Editor/tests/cursor/textBeforeTable02-expected.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<html>
-  <head></head>
-  <body>
-    <p>one two three</p>
-    <p>aX[]</p>
-    <table>
-      <tbody>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-        <tr>
-          <td>Cell</td>
-          <td>Cell</td>
-        </tr>
-      </tbody>
-    </table>
-  </body>
-</html>