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

[37/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/clipboard/copy-formatting03a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting03a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting03a-expected.html
deleted file mode 100644
index 27de37e..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting03a-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><span style="color: red; font-size: 18pt"><i>Sample text</i></span></b>
-
-text/plain
-----------
-
-***Sample text***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting03a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting03a-input.html b/experiments/Editor/tests/clipboard/copy-formatting03a-input.html
deleted file mode 100644
index c830361..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting03a-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<b><span style="color: red; font-size: 18pt"><i>Sample text</i></span></b>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting03b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting03b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting03b-expected.html
deleted file mode 100644
index 27de37e..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting03b-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><span style="color: red; font-size: 18pt"><i>Sample text</i></span></b>
-
-text/plain
-----------
-
-***Sample text***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting03b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting03b-input.html b/experiments/Editor/tests/clipboard/copy-formatting03b-input.html
deleted file mode 100644
index 84c5270..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting03b-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<b>[<span style="color: red; font-size: 18pt"><i>Sample text</i></span>]</b>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting03c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting03c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting03c-expected.html
deleted file mode 100644
index 27de37e..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting03c-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><span style="color: red; font-size: 18pt"><i>Sample text</i></span></b>
-
-text/plain
-----------
-
-***Sample text***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting03c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting03c-input.html b/experiments/Editor/tests/clipboard/copy-formatting03c-input.html
deleted file mode 100644
index 1b4cb19..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting03c-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<b><span style="color: red; font-size: 18pt">[<i>Sample text</i>]</span></b>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting03d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting03d-expected.html b/experiments/Editor/tests/clipboard/copy-formatting03d-expected.html
deleted file mode 100644
index 27de37e..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting03d-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><span style="color: red; font-size: 18pt"><i>Sample text</i></span></b>
-
-text/plain
-----------
-
-***Sample text***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting03d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting03d-input.html b/experiments/Editor/tests/clipboard/copy-formatting03d-input.html
deleted file mode 100644
index 4630537..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting03d-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<b><span style="color: red; font-size: 18pt"><i>[Sample text]</i></span></b>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting03e-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting03e-expected.html b/experiments/Editor/tests/clipboard/copy-formatting03e-expected.html
deleted file mode 100644
index b3694fc..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting03e-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><span style="color: red; font-size: 18pt"><i>mple</i></span></b>
-
-text/plain
-----------
-
-***mple***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting03e-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting03e-input.html b/experiments/Editor/tests/clipboard/copy-formatting03e-input.html
deleted file mode 100644
index e4749df..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting03e-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<b><span style="color: red; font-size: 18pt"><i>Sa[mple] text</i></span></b>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting04a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting04a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting04a-expected.html
deleted file mode 100644
index 4376f4d..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting04a-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<p><b><i>Sample text</i></b></p>
-
-text/plain
-----------
-
-***Sample text***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting04a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting04a-input.html b/experiments/Editor/tests/clipboard/copy-formatting04a-input.html
deleted file mode 100644
index abea96f..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting04a-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<p><b><i>Sample text</i></b></p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting04b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting04b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting04b-expected.html
deleted file mode 100644
index 4d586de..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting04b-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><i>Sample text</i></b>
-
-text/plain
-----------
-
-***Sample text***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting04b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting04b-input.html b/experiments/Editor/tests/clipboard/copy-formatting04b-input.html
deleted file mode 100644
index 4ed1ded..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting04b-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p>[<b><i>Sample text</i></b>]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting04c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting04c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting04c-expected.html
deleted file mode 100644
index 4d586de..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting04c-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><i>Sample text</i></b>
-
-text/plain
-----------
-
-***Sample text***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting04c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting04c-input.html b/experiments/Editor/tests/clipboard/copy-formatting04c-input.html
deleted file mode 100644
index bb83896..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting04c-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p><b>[<i>Sample text</i>]</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting04d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting04d-expected.html b/experiments/Editor/tests/clipboard/copy-formatting04d-expected.html
deleted file mode 100644
index 4d586de..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting04d-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><i>Sample text</i></b>
-
-text/plain
-----------
-
-***Sample text***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting04d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting04d-input.html b/experiments/Editor/tests/clipboard/copy-formatting04d-input.html
deleted file mode 100644
index a00d4b8..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting04d-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p><b><i>[Sample text]</i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting04e-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting04e-expected.html b/experiments/Editor/tests/clipboard/copy-formatting04e-expected.html
deleted file mode 100644
index 13ec004..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting04e-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><i>mple</i></b>
-
-text/plain
-----------
-
-***mple***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting04e-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting04e-input.html b/experiments/Editor/tests/clipboard/copy-formatting04e-input.html
deleted file mode 100644
index ce7f4ae..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting04e-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p><b><i>Sa[mple] text</i></b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting05a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting05a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting05a-expected.html
deleted file mode 100644
index b2f9bb3..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting05a-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<p style="margin: 10%; text-align: center; color: red; font-size: 18pt">Sample text</p>
-
-text/plain
-----------
-
-Sample text

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting05a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting05a-input.html b/experiments/Editor/tests/clipboard/copy-formatting05a-input.html
deleted file mode 100644
index 92afdb9..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting05a-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<p style="margin: 10%; text-align: center; color: red; font-size: 18pt">Sample text</p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting05b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting05b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting05b-expected.html
deleted file mode 100644
index 2753409..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting05b-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="color: red; font-size: 18pt; ">Sample text</span>
-
-text/plain
-----------
-
-Sample text

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting05b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting05b-input.html b/experiments/Editor/tests/clipboard/copy-formatting05b-input.html
deleted file mode 100644
index 0588794..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting05b-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="margin: 10%; text-align: center; color: red; font-size: 18pt">[Sample text]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting05c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting05c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting05c-expected.html
deleted file mode 100644
index 4fad66c..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting05c-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="color: red; font-size: 18pt; ">mple</span>
-
-text/plain
-----------
-
-mple

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting05c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting05c-input.html b/experiments/Editor/tests/clipboard/copy-formatting05c-input.html
deleted file mode 100644
index 9bf77a8..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting05c-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="margin: 10%; text-align: center; color: red; font-size: 18pt">Sa[mple] text</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting06a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting06a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting06a-expected.html
deleted file mode 100644
index f5b44a0..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting06a-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<p style="text-align: center; color: red"><b>Sample text</b></p>
-
-text/plain
-----------
-
-**Sample text**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting06a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting06a-input.html b/experiments/Editor/tests/clipboard/copy-formatting06a-input.html
deleted file mode 100644
index 3346a6e..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting06a-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<p style="text-align: center; color: red"><b>Sample text</b></p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting06b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting06b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting06b-expected.html
deleted file mode 100644
index 889fde4..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting06b-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="color: red; "><b>Sample text</b></span>
-
-text/plain
-----------
-
-**Sample text**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting06b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting06b-input.html b/experiments/Editor/tests/clipboard/copy-formatting06b-input.html
deleted file mode 100644
index 9f61452..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting06b-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red">[<b>Sample text</b>]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting06c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting06c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting06c-expected.html
deleted file mode 100644
index 889fde4..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting06c-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="color: red; "><b>Sample text</b></span>
-
-text/plain
-----------
-
-**Sample text**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting06c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting06c-input.html b/experiments/Editor/tests/clipboard/copy-formatting06c-input.html
deleted file mode 100644
index 646ab73..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting06c-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red"><b>[Sample text]</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting06d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting06d-expected.html b/experiments/Editor/tests/clipboard/copy-formatting06d-expected.html
deleted file mode 100644
index 8bfa6be..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting06d-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="color: red; "><b>mple</b></span>
-
-text/plain
-----------
-
-**mple**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting06d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting06d-input.html b/experiments/Editor/tests/clipboard/copy-formatting06d-input.html
deleted file mode 100644
index 5f241c1..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting06d-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red"><b>Sa[mple] text</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting07a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting07a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting07a-expected.html
deleted file mode 100644
index c3a63f4..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting07a-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<p style="text-align: center; color: red"><b>Sample</b> <b>text</b></p>
-
-text/plain
-----------
-
-**Sample** **text**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting07a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting07a-input.html b/experiments/Editor/tests/clipboard/copy-formatting07a-input.html
deleted file mode 100644
index 1652fd2..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting07a-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<p style="text-align: center; color: red"><b>Sample</b> <b>text</b></p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting07b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting07b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting07b-expected.html
deleted file mode 100644
index af571e9..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting07b-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="color: red; "><b>Sample</b></span> <span style="color: red; "><b>text</b></span>
-
-text/plain
-----------
-
-**Sample** **text**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting07b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting07b-input.html b/experiments/Editor/tests/clipboard/copy-formatting07b-input.html
deleted file mode 100644
index 8f196f5..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting07b-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red">[<b>Sample</b> <b>text</b>]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting07c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting07c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting07c-expected.html
deleted file mode 100644
index af571e9..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting07c-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="color: red; "><b>Sample</b></span> <span style="color: red; "><b>text</b></span>
-
-text/plain
-----------
-
-**Sample** **text**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting07c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting07c-input.html b/experiments/Editor/tests/clipboard/copy-formatting07c-input.html
deleted file mode 100644
index 5aabe4a..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting07c-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red"><b>[Sample</b> <b>text]</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting07d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting07d-expected.html b/experiments/Editor/tests/clipboard/copy-formatting07d-expected.html
deleted file mode 100644
index 3553e59..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting07d-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="color: red; "><b>mple</b></span> <span style="color: red; "><b>t</b></span>
-
-text/plain
-----------
-
-**mple** **t**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting07d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting07d-input.html b/experiments/Editor/tests/clipboard/copy-formatting07d-input.html
deleted file mode 100644
index f1fc571..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting07d-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red"><b>Sa[mple</b> <b>t]ext</b></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting08a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting08a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting08a-expected.html
deleted file mode 100644
index e7a2c53..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting08a-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<p style="text-align: center; color: red"><span style="font-size: 18pt"><b>Sample text</b></span></p>
-
-text/plain
-----------
-
-**Sample text**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting08a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting08a-input.html b/experiments/Editor/tests/clipboard/copy-formatting08a-input.html
deleted file mode 100644
index 954894c..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting08a-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<p style="text-align: center; color: red"><span style="font-size: 18pt"><b>Sample text</b></span></p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting08b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting08b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting08b-expected.html
deleted file mode 100644
index 56fd1d1..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting08b-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="font-size: 18pt; color: red; "><b>Sample text</b></span>
-
-text/plain
-----------
-
-**Sample text**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting08b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting08b-input.html b/experiments/Editor/tests/clipboard/copy-formatting08b-input.html
deleted file mode 100644
index 187f716..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting08b-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red">[<span style="font-size: 18pt"><b>Sample text</b></span>]</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting08c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting08c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting08c-expected.html
deleted file mode 100644
index 56fd1d1..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting08c-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="font-size: 18pt; color: red; "><b>Sample text</b></span>
-
-text/plain
-----------
-
-**Sample text**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting08c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting08c-input.html b/experiments/Editor/tests/clipboard/copy-formatting08c-input.html
deleted file mode 100644
index 6c4de78..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting08c-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red"><span style="font-size: 18pt">[<b>Sample text</b>]</span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting08d-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting08d-expected.html b/experiments/Editor/tests/clipboard/copy-formatting08d-expected.html
deleted file mode 100644
index 56fd1d1..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting08d-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="font-size: 18pt; color: red; "><b>Sample text</b></span>
-
-text/plain
-----------
-
-**Sample text**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting08d-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting08d-input.html b/experiments/Editor/tests/clipboard/copy-formatting08d-input.html
deleted file mode 100644
index 6ddfca0..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting08d-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red"><span style="font-size: 18pt"><b>[Sample text]</b></span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting08e-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting08e-expected.html b/experiments/Editor/tests/clipboard/copy-formatting08e-expected.html
deleted file mode 100644
index acf81b8..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting08e-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<span style="font-size: 18pt; color: red; "><b>mple</b></span>
-
-text/plain
-----------
-
-**mple**

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting08e-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting08e-input.html b/experiments/Editor/tests/clipboard/copy-formatting08e-input.html
deleted file mode 100644
index 8e6a574..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting08e-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red"><span style="font-size: 18pt"><b>Sa[mple] text</b></span></p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting09a-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting09a-expected.html b/experiments/Editor/tests/clipboard/copy-formatting09a-expected.html
deleted file mode 100644
index 766b6ba..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting09a-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-text/html
----------
-
-<p style="text-align: center; color: red">Sample text</p>
-<p style="text-align: center; color: red">Other</p>
-
-text/plain
-----------
-
-Sample text
-
-Other

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting09a-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting09a-input.html b/experiments/Editor/tests/clipboard/copy-formatting09a-input.html
deleted file mode 100644
index eeb5be9..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting09a-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<p style="text-align: center; color: red">Sample text</p>
-<p style="text-align: center; color: red">Other] content</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting09b-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting09b-expected.html b/experiments/Editor/tests/clipboard/copy-formatting09b-expected.html
deleted file mode 100644
index 00e9c7e..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting09b-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-text/html
----------
-
-<p style="text-align: center; color: red">text</p>
-<p style="text-align: center; color: red">Other content</p>
-
-text/plain
-----------
-
-text
-
-Other content

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting09b-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting09b-input.html b/experiments/Editor/tests/clipboard/copy-formatting09b-input.html
deleted file mode 100644
index 60bb1a2..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting09b-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red">Sample [text</p>
-<p style="text-align: center; color: red">Other content</p>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting09c-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting09c-expected.html b/experiments/Editor/tests/clipboard/copy-formatting09c-expected.html
deleted file mode 100644
index f13e14a..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting09c-expected.html
+++ /dev/null
@@ -1,12 +0,0 @@
-text/html
----------
-
-<p style="text-align: center; color: red">text</p>
-<p style="text-align: center; color: red">Other</p>
-
-text/plain
-----------
-
-text
-
-Other

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-formatting09c-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-formatting09c-input.html b/experiments/Editor/tests/clipboard/copy-formatting09c-input.html
deleted file mode 100644
index 09ba9f8..0000000
--- a/experiments/Editor/tests/clipboard/copy-formatting09c-input.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<p style="text-align: center; color: red">Sample [text</p>
-<p style="text-align: center; color: red">Other] content</p>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-li01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-li01-expected.html b/experiments/Editor/tests/clipboard/copy-li01-expected.html
deleted file mode 100644
index faf2f53..0000000
--- a/experiments/Editor/tests/clipboard/copy-li01-expected.html
+++ /dev/null
@@ -1,13 +0,0 @@
-text/html
----------
-
-<ul><li>One</li>
-  <li>Two</li>
-  <li>Three</li></ul>
-
-text/plain
-----------
-
-  - One
-  - Two
-  - Three

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-li01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-li01-input.html b/experiments/Editor/tests/clipboard/copy-li01-input.html
deleted file mode 100644
index 97718c1..0000000
--- a/experiments/Editor/tests/clipboard/copy-li01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>[One</li>
-  <li>Two</li>
-  <li>Three]</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-li02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-li02-expected.html b/experiments/Editor/tests/clipboard/copy-li02-expected.html
deleted file mode 100644
index 6606587..0000000
--- a/experiments/Editor/tests/clipboard/copy-li02-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-text/html
----------
-
-<ul><li>Two</li>
-  <li>Three</li></ul>
-
-text/plain
-----------
-
-  - Two
-  - Three

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-li02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-li02-input.html b/experiments/Editor/tests/clipboard/copy-li02-input.html
deleted file mode 100644
index e2e907a..0000000
--- a/experiments/Editor/tests/clipboard/copy-li02-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>One</li>
-  <li>[Two</li>
-  <li>Three]</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-li03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-li03-expected.html b/experiments/Editor/tests/clipboard/copy-li03-expected.html
deleted file mode 100644
index d8c34c6..0000000
--- a/experiments/Editor/tests/clipboard/copy-li03-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-text/html
----------
-
-<ol><li>Two</li>
-  <li>Three</li></ol>
-
-text/plain
-----------
-
-1.  Two
-2.  Three

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-li03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-li03-input.html b/experiments/Editor/tests/clipboard/copy-li03-input.html
deleted file mode 100644
index bcf2efe..0000000
--- a/experiments/Editor/tests/clipboard/copy-li03-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>[Two</li>
-  <li>Three]</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-li04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-li04-expected.html b/experiments/Editor/tests/clipboard/copy-li04-expected.html
deleted file mode 100644
index 698ca94..0000000
--- a/experiments/Editor/tests/clipboard/copy-li04-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<ul><li>Two</li></ul>
-
-text/plain
-----------
-
-  - Two

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-li04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-li04-input.html b/experiments/Editor/tests/clipboard/copy-li04-input.html
deleted file mode 100644
index 903545b..0000000
--- a/experiments/Editor/tests/clipboard/copy-li04-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>One</li>
-  <li>[Two]</li>
-  <li>Three</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-li05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-li05-expected.html b/experiments/Editor/tests/clipboard/copy-li05-expected.html
deleted file mode 100644
index 761b9f1..0000000
--- a/experiments/Editor/tests/clipboard/copy-li05-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<ol><li>Two</li></ol>
-
-text/plain
-----------
-
-1.  Two

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-li05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-li05-input.html b/experiments/Editor/tests/clipboard/copy-li05-input.html
deleted file mode 100644
index 99c85c8..0000000
--- a/experiments/Editor/tests/clipboard/copy-li05-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ol>
-  <li>One</li>
-  <li>[Two]</li>
-  <li>Three</li>
-</ol>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-link01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-link01-expected.html b/experiments/Editor/tests/clipboard/copy-link01-expected.html
deleted file mode 100644
index 29b0c97..0000000
--- a/experiments/Editor/tests/clipboard/copy-link01-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<a href="http://daringfireball.net">Daring Fireball</a>
-
-text/plain
-----------
-
-[Daring Fireball](http://daringfireball.net)

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-link01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-link01-input.html b/experiments/Editor/tests/clipboard/copy-link01-input.html
deleted file mode 100644
index f574322..0000000
--- a/experiments/Editor/tests/clipboard/copy-link01-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<a href="http://daringfireball.net">Daring Fireball</a>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-link02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-link02-expected.html b/experiments/Editor/tests/clipboard/copy-link02-expected.html
deleted file mode 100644
index 415d8f5..0000000
--- a/experiments/Editor/tests/clipboard/copy-link02-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-Before link <a href="http://daringfireball.net">Daring Fireball</a> after link
-
-text/plain
-----------
-
-Before link [Daring Fireball](http://daringfireball.net) after link

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-link02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-link02-input.html b/experiments/Editor/tests/clipboard/copy-link02-input.html
deleted file mode 100644
index d4494bb..0000000
--- a/experiments/Editor/tests/clipboard/copy-link02-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[Before link <a href="http://daringfireball.net">Daring Fireball</a> after link]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-link03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-link03-expected.html b/experiments/Editor/tests/clipboard/copy-link03-expected.html
deleted file mode 100644
index 5964b94..0000000
--- a/experiments/Editor/tests/clipboard/copy-link03-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<a href="http://daringfireball.net"><i>Daring Fireball</i></a>
-
-text/plain
-----------
-
-[*Daring Fireball*](http://daringfireball.net)

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-link03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-link03-input.html b/experiments/Editor/tests/clipboard/copy-link03-input.html
deleted file mode 100644
index 2eb047e..0000000
--- a/experiments/Editor/tests/clipboard/copy-link03-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<a href="http://daringfireball.net"><i>Daring Fireball</i></a>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-link04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-link04-expected.html b/experiments/Editor/tests/clipboard/copy-link04-expected.html
deleted file mode 100644
index 799e638..0000000
--- a/experiments/Editor/tests/clipboard/copy-link04-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<i><a href="http://daringfireball.net">Daring Fireball</a></i>
-
-text/plain
-----------
-
-*[Daring Fireball](http://daringfireball.net)*

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-link04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-link04-input.html b/experiments/Editor/tests/clipboard/copy-link04-input.html
deleted file mode 100644
index 9bff334..0000000
--- a/experiments/Editor/tests/clipboard/copy-link04-input.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<i><a href="http://daringfireball.net">Daring Fireball</a></i>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list01-expected.html b/experiments/Editor/tests/clipboard/copy-list01-expected.html
deleted file mode 100644
index a9fd648..0000000
--- a/experiments/Editor/tests/clipboard/copy-list01-expected.html
+++ /dev/null
@@ -1,15 +0,0 @@
-text/html
----------
-
-<ul>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-</ul>
-
-text/plain
-----------
-
-  - One
-  - Two
-  - Three

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list01-input.html b/experiments/Editor/tests/clipboard/copy-list01-input.html
deleted file mode 100644
index f1fee73..0000000
--- a/experiments/Editor/tests/clipboard/copy-list01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ul>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-</ul>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list02-expected.html b/experiments/Editor/tests/clipboard/copy-list02-expected.html
deleted file mode 100644
index 804f92b..0000000
--- a/experiments/Editor/tests/clipboard/copy-list02-expected.html
+++ /dev/null
@@ -1,33 +0,0 @@
-text/html
----------
-
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li>Four</li>
-  <li>Five</li>
-  <li>Six</li>
-  <li>Seven</li>
-  <li>Eight</li>
-  <li>Nine</li>
-  <li>Ten</li>
-  <li>Eleven</li>
-  <li>Twelve</li>
-</ol>
-
-text/plain
-----------
-
-1.  One
-2.  Two
-3.  Three
-4.  Four
-5.  Five
-6.  Six
-7.  Seven
-8.  Eight
-9.  Nine
-10. Ten
-11. Eleven
-12. Twelve

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list02-input.html b/experiments/Editor/tests/clipboard/copy-list02-input.html
deleted file mode 100644
index 2033174..0000000
--- a/experiments/Editor/tests/clipboard/copy-list02-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li>Four</li>
-  <li>Five</li>
-  <li>Six</li>
-  <li>Seven</li>
-  <li>Eight</li>
-  <li>Nine</li>
-  <li>Ten</li>
-  <li>Eleven</li>
-  <li>Twelve</li>
-</ol>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list03-expected.html b/experiments/Editor/tests/clipboard/copy-list03-expected.html
deleted file mode 100644
index 2982014..0000000
--- a/experiments/Editor/tests/clipboard/copy-list03-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-text/html
----------
-
-<ul>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li><p>Four</p></li>
-  <li><p>Five</p></li>
-  <li><p>Six</p></li>
-</ul>
-
-text/plain
-----------
-
-  - One
-  - Two
-  - Three
-
-  - Four
-
-  - Five
-
-  - Six

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list03-input.html b/experiments/Editor/tests/clipboard/copy-list03-input.html
deleted file mode 100644
index 7843d03..0000000
--- a/experiments/Editor/tests/clipboard/copy-list03-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ul>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li><p>Four</p></li>
-  <li><p>Five</p></li>
-  <li><p>Six</p></li>
-</ul>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list04-expected.html b/experiments/Editor/tests/clipboard/copy-list04-expected.html
deleted file mode 100644
index bf562c1..0000000
--- a/experiments/Editor/tests/clipboard/copy-list04-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-text/html
----------
-
-<ul>
-  <li><p>One</p></li>
-  <li><p>Two</p></li>
-  <li><p>Three</p></li>
-  <li>Four</li>
-  <li>Five</li>
-  <li>Six</li>
-</ul>
-
-text/plain
-----------
-
-  - One
-
-  - Two
-
-  - Three
-
-  - Four
-  - Five
-  - Six

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list04-input.html b/experiments/Editor/tests/clipboard/copy-list04-input.html
deleted file mode 100644
index e4c6e4b..0000000
--- a/experiments/Editor/tests/clipboard/copy-list04-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ul>
-  <li><p>One</p></li>
-  <li><p>Two</p></li>
-  <li><p>Three</p></li>
-  <li>Four</li>
-  <li>Five</li>
-  <li>Six</li>
-</ul>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list05-expected.html b/experiments/Editor/tests/clipboard/copy-list05-expected.html
deleted file mode 100644
index 2d89390..0000000
--- a/experiments/Editor/tests/clipboard/copy-list05-expected.html
+++ /dev/null
@@ -1,31 +0,0 @@
-text/html
----------
-
-<ul>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li><p>Four</p></li>
-  <li><p>Five</p></li>
-  <li><p>Six</p></li>
-  <li>Seven</li>
-  <li>Eight</li>
-  <li>Nine</li>
-</ul>
-
-text/plain
-----------
-
-  - One
-  - Two
-  - Three
-
-  - Four
-
-  - Five
-
-  - Six
-
-  - Seven
-  - Eight
-  - Nine

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list05-input.html b/experiments/Editor/tests/clipboard/copy-list05-input.html
deleted file mode 100644
index a7dd0b9..0000000
--- a/experiments/Editor/tests/clipboard/copy-list05-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ul>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li><p>Four</p></li>
-  <li><p>Five</p></li>
-  <li><p>Six</p></li>
-  <li>Seven</li>
-  <li>Eight</li>
-  <li>Nine</li>
-</ul>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list06-expected.html b/experiments/Editor/tests/clipboard/copy-list06-expected.html
deleted file mode 100644
index f6adf10..0000000
--- a/experiments/Editor/tests/clipboard/copy-list06-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-text/html
----------
-
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li><p>Four</p></li>
-  <li><p>Five</p></li>
-  <li><p>Six</p></li>
-</ol>
-
-text/plain
-----------
-
-1.  One
-2.  Two
-3.  Three
-
-4.  Four
-
-5.  Five
-
-6.  Six

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list06-input.html b/experiments/Editor/tests/clipboard/copy-list06-input.html
deleted file mode 100644
index f0fea0a..0000000
--- a/experiments/Editor/tests/clipboard/copy-list06-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li><p>Four</p></li>
-  <li><p>Five</p></li>
-  <li><p>Six</p></li>
-</ol>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list07-expected.html b/experiments/Editor/tests/clipboard/copy-list07-expected.html
deleted file mode 100644
index 4c3a7d5..0000000
--- a/experiments/Editor/tests/clipboard/copy-list07-expected.html
+++ /dev/null
@@ -1,24 +0,0 @@
-text/html
----------
-
-<ol>
-  <li><p>One</p></li>
-  <li><p>Two</p></li>
-  <li><p>Three</p></li>
-  <li>Four</li>
-  <li>Five</li>
-  <li>Six</li>
-</ol>
-
-text/plain
-----------
-
-1.  One
-
-2.  Two
-
-3.  Three
-
-4.  Four
-5.  Five
-6.  Six

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list07-input.html b/experiments/Editor/tests/clipboard/copy-list07-input.html
deleted file mode 100644
index fb10447..0000000
--- a/experiments/Editor/tests/clipboard/copy-list07-input.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ol>
-  <li><p>One</p></li>
-  <li><p>Two</p></li>
-  <li><p>Three</p></li>
-  <li>Four</li>
-  <li>Five</li>
-  <li>Six</li>
-</ol>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list08-expected.html b/experiments/Editor/tests/clipboard/copy-list08-expected.html
deleted file mode 100644
index 425aba8..0000000
--- a/experiments/Editor/tests/clipboard/copy-list08-expected.html
+++ /dev/null
@@ -1,31 +0,0 @@
-text/html
----------
-
-<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li><p>Four</p></li>
-  <li><p>Five</p></li>
-  <li><p>Six</p></li>
-  <li>Seven</li>
-  <li>Eight</li>
-  <li>Nine</li>
-</ol>
-
-text/plain
-----------
-
-1.  One
-2.  Two
-3.  Three
-
-4.  Four
-
-5.  Five
-
-6.  Six
-
-7.  Seven
-8.  Eight
-9.  Nine

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list08-input.html b/experiments/Editor/tests/clipboard/copy-list08-input.html
deleted file mode 100644
index 2d96e82..0000000
--- a/experiments/Editor/tests/clipboard/copy-list08-input.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ol>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three</li>
-  <li><p>Four</p></li>
-  <li><p>Five</p></li>
-  <li><p>Six</p></li>
-  <li>Seven</li>
-  <li>Eight</li>
-  <li>Nine</li>
-</ol>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list09-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list09-expected.html b/experiments/Editor/tests/clipboard/copy-list09-expected.html
deleted file mode 100644
index 62db88d..0000000
--- a/experiments/Editor/tests/clipboard/copy-list09-expected.html
+++ /dev/null
@@ -1,32 +0,0 @@
-text/html
----------
-
-<ul>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three
-    <ul>
-      <li>Four</li>
-      <li>Five</li>
-      <li>Six</li>
-    </ul>
-  </li>
-  <li>Seven</li>
-  <li>Eight</li>
-  <li>Nine</li>
-</ul>
-
-text/plain
-----------
-
-  - One
-  - Two
-  - Three
-
-      - Four
-      - Five
-      - Six
-
-  - Seven
-  - Eight
-  - Nine

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list09-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list09-input.html b/experiments/Editor/tests/clipboard/copy-list09-input.html
deleted file mode 100644
index 5722b57..0000000
--- a/experiments/Editor/tests/clipboard/copy-list09-input.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ul>
-  <li>One</li>
-  <li>Two</li>
-  <li>Three
-    <ul>
-      <li>Four</li>
-      <li>Five</li>
-      <li>Six</li>
-    </ul>
-  </li>
-  <li>Seven</li>
-  <li>Eight</li>
-  <li>Nine</li>
-</ul>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list10-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list10-expected.html b/experiments/Editor/tests/clipboard/copy-list10-expected.html
deleted file mode 100644
index 7d9aeaf..0000000
--- a/experiments/Editor/tests/clipboard/copy-list10-expected.html
+++ /dev/null
@@ -1,66 +0,0 @@
-text/html
----------
-
-<ul>
-  <li>
-    One (first)
-    <p>One (second)</p>
-    One (third)
-    <p>One (fourth)</p>
-    <p>One (fifth)</p>
-    One (sixth)
-  </li>
-  <li>
-    Two (first)
-    <p>Two (second)</p>
-    Two (third)
-    <p>Two (fourth)</p>
-    <p>Two (fifth)</p>
-    Two (sixth)
-  </li>
-  <li>
-    Three (first)
-    <p>Three (second)</p>
-    Three (third)
-    <p>Three (fourth)</p>
-    <p>Three (fifth)</p>
-    Three (sixth)
-  </li>
-</ul>
-
-text/plain
-----------
-
-  - One (first)
-
-    One (second)
-
-    One (third)
-
-    One (fourth)
-
-    One (fifth)
-
-    One (sixth)
-  - Two (first)
-
-    Two (second)
-
-    Two (third)
-
-    Two (fourth)
-
-    Two (fifth)
-
-    Two (sixth)
-  - Three (first)
-
-    Three (second)
-
-    Three (third)
-
-    Three (fourth)
-
-    Three (fifth)
-
-    Three (sixth)

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list10-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list10-input.html b/experiments/Editor/tests/clipboard/copy-list10-input.html
deleted file mode 100644
index 796328f..0000000
--- a/experiments/Editor/tests/clipboard/copy-list10-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ul>
-  <li>
-    One (first)
-    <p>One (second)</p>
-    One (third)
-    <p>One (fourth)</p>
-    <p>One (fifth)</p>
-    One (sixth)
-  </li>
-  <li>
-    Two (first)
-    <p>Two (second)</p>
-    Two (third)
-    <p>Two (fourth)</p>
-    <p>Two (fifth)</p>
-    Two (sixth)
-  </li>
-  <li>
-    Three (first)
-    <p>Three (second)</p>
-    Three (third)
-    <p>Three (fourth)</p>
-    <p>Three (fifth)</p>
-    Three (sixth)
-  </li>
-</ul>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list11-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list11-expected.html b/experiments/Editor/tests/clipboard/copy-list11-expected.html
deleted file mode 100644
index 293d8a8..0000000
--- a/experiments/Editor/tests/clipboard/copy-list11-expected.html
+++ /dev/null
@@ -1,41 +0,0 @@
-text/html
----------
-
-<ul>
-  <li>
-    Levels one and two
-    <h1>Heading 1</h1>
-    <h2>Heading 2</h2>
-  </li>
-  <li>
-    Levels three and four
-    <h3>Heading 1</h3>
-    <h4>Heading 2</h4>
-  </li>
-  <li>
-    Levels five and six
-    <h5>Heading 1</h5>
-    <h6>Heading 2</h6>
-  </li>
-</ul>
-
-text/plain
-----------
-
-  - Levels one and two
-
-    # Heading 1 #
-
-    ## Heading 2 ##
-
-  - Levels three and four
-
-    ### Heading 1 ###
-
-    #### Heading 2 ####
-
-  - Levels five and six
-
-    ##### Heading 1 #####
-
-    ###### Heading 2 ######

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list11-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list11-input.html b/experiments/Editor/tests/clipboard/copy-list11-input.html
deleted file mode 100644
index 01dbc62..0000000
--- a/experiments/Editor/tests/clipboard/copy-list11-input.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ul>
-  <li>
-    Levels one and two
-    <h1>Heading 1</h1>
-    <h2>Heading 2</h2>
-  </li>
-  <li>
-    Levels three and four
-    <h3>Heading 1</h3>
-    <h4>Heading 2</h4>
-  </li>
-  <li>
-    Levels five and six
-    <h5>Heading 1</h5>
-    <h6>Heading 2</h6>
-  </li>
-</ul>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list12-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list12-expected.html b/experiments/Editor/tests/clipboard/copy-list12-expected.html
deleted file mode 100644
index 4efb9b9..0000000
--- a/experiments/Editor/tests/clipboard/copy-list12-expected.html
+++ /dev/null
@@ -1,48 +0,0 @@
-text/html
----------
-
-<ul>
-  <li>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ol>
-    <ol>
-      <li>Four</li>
-      <li>Five</li>
-      <li>Six</li>
-    </ol>
-  </li>
-  <li>
-    <ol>
-      <li>Seven</li>
-      <li>Eight</li>
-      <li>Nine</li>
-    </ol>
-    <ol>
-      <li>Ten</li>
-      <li>Eleven</li>
-      <li>Twelve</li>
-    </ol>
-  </li>
-</ul>
-
-text/plain
-----------
-
-  - 1.  One
-    2.  Two
-    3.  Three
-
-    1.  Four
-    2.  Five
-    3.  Six
-
-  - 1.  Seven
-    2.  Eight
-    3.  Nine
-
-    1.  Ten
-    2.  Eleven
-    3.  Twelve

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list12-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list12-input.html b/experiments/Editor/tests/clipboard/copy-list12-input.html
deleted file mode 100644
index 1ffe85e..0000000
--- a/experiments/Editor/tests/clipboard/copy-list12-input.html
+++ /dev/null
@@ -1,39 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ul>
-  <li>
-    <ol>
-      <li>One</li>
-      <li>Two</li>
-      <li>Three</li>
-    </ol>
-    <ol>
-      <li>Four</li>
-      <li>Five</li>
-      <li>Six</li>
-    </ol>
-  </li>
-  <li>
-    <ol>
-      <li>Seven</li>
-      <li>Eight</li>
-      <li>Nine</li>
-    </ol>
-    <ol>
-      <li>Ten</li>
-      <li>Eleven</li>
-      <li>Twelve</li>
-    </ol>
-  </li>
-</ul>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list13-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list13-expected.html b/experiments/Editor/tests/clipboard/copy-list13-expected.html
deleted file mode 100644
index 65c4a52..0000000
--- a/experiments/Editor/tests/clipboard/copy-list13-expected.html
+++ /dev/null
@@ -1,44 +0,0 @@
-text/html
----------
-
-<ul>
-  <li>
-    <ol>
-      <li>
-        Levels one and two
-        <h1>Heading 1</h1>
-        <h2>Heading 2</h2>
-      </li>
-      <li>
-        Levels three and four
-        <h3>Heading 1</h3>
-        <h4>Heading 2</h4>
-      </li>
-    </ol>
-  </li><li>
-    Levels five and six
-    <h5>Heading 1</h5>
-    <h6>Heading 2</h6>
-  </li>
-</ul>
-
-text/plain
-----------
-
-  - 1.  Levels one and two
-
-        # Heading 1 #
-
-        ## Heading 2 ##
-
-    2.  Levels three and four
-
-        ### Heading 1 ###
-
-        #### Heading 2 ####
-
-  - Levels five and six
-
-    ##### Heading 1 #####
-
-    ###### Heading 2 ######

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-list13-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-list13-input.html b/experiments/Editor/tests/clipboard/copy-list13-input.html
deleted file mode 100644
index c434cd3..0000000
--- a/experiments/Editor/tests/clipboard/copy-list13-input.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<ul>
-  <li>
-    <ol>
-      <li>
-        Levels one and two
-        <h1>Heading 1</h1>
-        <h2>Heading 2</h2>
-      </li>
-      <li>
-        Levels three and four
-        <h3>Heading 1</h3>
-        <h4>Heading 2</h4>
-      </li>
-    </ol>
-  <li>
-    Levels five and six
-    <h5>Heading 1</h5>
-    <h6>Heading 2</h6>
-  </li>
-</ul>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli01-expected.html b/experiments/Editor/tests/clipboard/copy-partli01-expected.html
deleted file mode 100644
index 80bcead..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli01-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<ul><li><b><i>Two</i></b></li></ul>
-
-text/plain
-----------
-
-  - ***Two***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli01-input.html b/experiments/Editor/tests/clipboard/copy-partli01-input.html
deleted file mode 100644
index 10a02f1..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli01-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>One</li>
-  <li><b><i>[Two]</i></b></li>
-  <li>Three</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli02-expected.html b/experiments/Editor/tests/clipboard/copy-partli02-expected.html
deleted file mode 100644
index a1ebe8e..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli02-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<ul><li>  <b>  <i>  Two  </i>  </b>  </li></ul>
-
-text/plain
-----------
-
-  - ** * Two * **

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli02-input.html b/experiments/Editor/tests/clipboard/copy-partli02-input.html
deleted file mode 100644
index 65a2567..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli02-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>One</li>
-  <li>  <b>  <i>  [Two]  </i>  </b>  </li>
-  <li>Three</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli03-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli03-expected.html b/experiments/Editor/tests/clipboard/copy-partli03-expected.html
deleted file mode 100644
index 3243001..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli03-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><i>Two</i></b>
-
-text/plain
-----------
-
-***Two***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli03-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli03-input.html b/experiments/Editor/tests/clipboard/copy-partli03-input.html
deleted file mode 100644
index a76504f..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli03-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>One</li>
-  <li> x <b>  <i>  [Two]  </i>  </b>  </li>
-  <li>Three</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli04-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli04-expected.html b/experiments/Editor/tests/clipboard/copy-partli04-expected.html
deleted file mode 100644
index 3243001..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli04-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><i>Two</i></b>
-
-text/plain
-----------
-
-***Two***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli04-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli04-input.html b/experiments/Editor/tests/clipboard/copy-partli04-input.html
deleted file mode 100644
index 7c7a565..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli04-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>One</li>
-  <li>  <b> x <i>  [Two]  </i>  </b>  </li>
-  <li>Three</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli05-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli05-expected.html b/experiments/Editor/tests/clipboard/copy-partli05-expected.html
deleted file mode 100644
index 3243001..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli05-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><i>Two</i></b>
-
-text/plain
-----------
-
-***Two***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli05-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli05-input.html b/experiments/Editor/tests/clipboard/copy-partli05-input.html
deleted file mode 100644
index f76515b..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli05-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>One</li>
-  <li>  <b>  <i> x [Two]  </i>  </b>  </li>
-  <li>Three</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli06-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli06-expected.html b/experiments/Editor/tests/clipboard/copy-partli06-expected.html
deleted file mode 100644
index 3243001..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli06-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><i>Two</i></b>
-
-text/plain
-----------
-
-***Two***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli06-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli06-input.html b/experiments/Editor/tests/clipboard/copy-partli06-input.html
deleted file mode 100644
index 351c9a3..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli06-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>One</li>
-  <li>  <b>  <i>  [Two] x </i>  </b>  </li>
-  <li>Three</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli07-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli07-expected.html b/experiments/Editor/tests/clipboard/copy-partli07-expected.html
deleted file mode 100644
index 3243001..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli07-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><i>Two</i></b>
-
-text/plain
-----------
-
-***Two***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli07-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli07-input.html b/experiments/Editor/tests/clipboard/copy-partli07-input.html
deleted file mode 100644
index f08c90c..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli07-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>One</li>
-  <li>  <b>  <i>  [Two]  </i> x </b>  </li>
-  <li>Three</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli08-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli08-expected.html b/experiments/Editor/tests/clipboard/copy-partli08-expected.html
deleted file mode 100644
index 3243001..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli08-expected.html
+++ /dev/null
@@ -1,9 +0,0 @@
-text/html
----------
-
-<b><i>Two</i></b>
-
-text/plain
-----------
-
-***Two***

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-partli08-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-partli08-input.html b/experiments/Editor/tests/clipboard/copy-partli08-input.html
deleted file mode 100644
index 6181306..0000000
--- a/experiments/Editor/tests/clipboard/copy-partli08-input.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-<ul>
-  <li>One</li>
-  <li>  <b>  <i>  [Two]  </i>  </b> x </li>
-  <li>Three</li>
-</ul>
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-pre01-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-pre01-expected.html b/experiments/Editor/tests/clipboard/copy-pre01-expected.html
deleted file mode 100644
index b154e8c..0000000
--- a/experiments/Editor/tests/clipboard/copy-pre01-expected.html
+++ /dev/null
@@ -1,22 +0,0 @@
-text/html
----------
-
-<pre>var stop = false;
-for (var i = 0; i &lt; 10 &amp;&amp; !stop; i++) {
-    if (i &gt;= 5)
-        print("Big: "+i);
-    else
-        print("Small: "+i);
-}
-</pre>
-
-text/plain
-----------
-
-    var stop = false;
-    for (var i = 0; i < 10 && !stop; i++) {
-        if (i >= 5)
-            print("Big: "+i);
-        else
-            print("Small: "+i);
-    }

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-pre01-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-pre01-input.html b/experiments/Editor/tests/clipboard/copy-pre01-input.html
deleted file mode 100644
index 0a0a831..0000000
--- a/experiments/Editor/tests/clipboard/copy-pre01-input.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<pre>
-var stop = false;
-for (var i = 0; i < 10 && !stop; i++) {
-    if (i >= 5)
-        print("Big: "+i);
-    else
-        print("Small: "+i);
-}
-</pre>]
-</body>
-</html>

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-pre02-expected.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-pre02-expected.html b/experiments/Editor/tests/clipboard/copy-pre02-expected.html
deleted file mode 100644
index e1b819f..0000000
--- a/experiments/Editor/tests/clipboard/copy-pre02-expected.html
+++ /dev/null
@@ -1,38 +0,0 @@
-text/html
----------
-
-<pre>var stop = false;
-for (var i = 0; i &lt; 10 &amp;&amp; !stop; i++) {
-    if (i &gt;= 5)
-        print("Big: "+i);
-    else
-        print("Small: "+i);
-}
-</pre>
-<pre>var stop = false;
-for (var i = 0; i &lt; 10 &amp;&amp; !stop; i++) {
-    if (i &gt;= 5)
-        print("Big: "+i);
-    else
-        print("Small: "+i);
-}
-</pre>
-
-text/plain
-----------
-
-    var stop = false;
-    for (var i = 0; i < 10 && !stop; i++) {
-        if (i >= 5)
-            print("Big: "+i);
-        else
-            print("Small: "+i);
-    }
-
-    var stop = false;
-    for (var i = 0; i < 10 && !stop; i++) {
-        if (i >= 5)
-            print("Big: "+i);
-        else
-            print("Small: "+i);
-    }

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/26f461e7/experiments/Editor/tests/clipboard/copy-pre02-input.html
----------------------------------------------------------------------
diff --git a/experiments/Editor/tests/clipboard/copy-pre02-input.html b/experiments/Editor/tests/clipboard/copy-pre02-input.html
deleted file mode 100644
index 5c843fd..0000000
--- a/experiments/Editor/tests/clipboard/copy-pre02-input.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<script>
-function performTest()
-{
-    return showClipboard(Clipboard_copy());
-}
-</script>
-</head>
-<body>
-[<pre>
-var stop = false;
-for (var i = 0; i < 10 && !stop; i++) {
-    if (i >= 5)
-        print("Big: "+i);
-    else
-        print("Small: "+i);
-}
-</pre>
-<pre>
-var stop = false;
-for (var i = 0; i < 10 && !stop; i++) {
-    if (i >= 5)
-        print("Big: "+i);
-    else
-        print("Small: "+i);
-}
-</pre>]
-</body>
-</html>