diff --git a/test/core-ajax-multivalue.html b/test/core-ajax-multivalue.html
new file mode 100644
index 0000000..c56e88b
--- /dev/null
+++ b/test/core-ajax-multivalue.html
@@ -0,0 +1,59 @@
+
+
+
+
+ core-ajax
+
+
+
+
+
+
+
+
+
+
+
diff --git a/test/core-ajax-progress.html b/test/core-ajax-progress.html
new file mode 100644
index 0000000..0d426a6
--- /dev/null
+++ b/test/core-ajax-progress.html
@@ -0,0 +1,113 @@
+
+
+
+
+ core-ajax
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/test/core-ajax-race.html b/test/core-ajax-race.html
new file mode 100644
index 0000000..ffca971
--- /dev/null
+++ b/test/core-ajax-race.html
@@ -0,0 +1,88 @@
+
+
+
+
+ core-ajax
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/test/core-ajax.html b/test/core-ajax.html
new file mode 100644
index 0000000..9180fe3
--- /dev/null
+++ b/test/core-ajax.html
@@ -0,0 +1,332 @@
+
+
+
+
+ core-ajax
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/test/index.html b/test/index.html
new file mode 100644
index 0000000..4e0a19e
--- /dev/null
+++ b/test/index.html
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/html/core-ajax-progress-and-loading.html b/tests/html/core-ajax-progress-and-loading.html
deleted file mode 100644
index a8f262f..0000000
--- a/tests/html/core-ajax-progress-and-loading.html
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
- core-ajax-response-and-error
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/html/core-ajax-response-and-error.html b/tests/html/core-ajax-response-and-error.html
deleted file mode 100644
index a4a817e..0000000
--- a/tests/html/core-ajax-response-and-error.html
+++ /dev/null
@@ -1,109 +0,0 @@
-
-
-
-
- core-ajax-response-and-error
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Response url: {{response.url}}
- Result: {{testResult}}
-
-
- Requests
-
-
- -
- {{request.delay}} second delay, Status: {{request.statusText}}
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/html/core-ajax.html b/tests/html/core-ajax.html
deleted file mode 100644
index 318d052..0000000
--- a/tests/html/core-ajax.html
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
- core-ajax
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/js/htmltests.js b/tests/js/htmltests.js
deleted file mode 100644
index fdf13dc..0000000
--- a/tests/js/htmltests.js
+++ /dev/null
@@ -1,5 +0,0 @@
-htmlSuite('core-ajax', function() {
- htmlTest('html/core-ajax.html');
- htmlTest('html/core-ajax-response-and-error.html');
- htmlTest('html/core-ajax-progress-and-loading.html');
-});
diff --git a/tests/runner.html b/tests/runner.html
deleted file mode 100644
index 26829de..0000000
--- a/tests/runner.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
- Web Component Test Runner
-
-
-
-
-
-
diff --git a/tests/tests.json b/tests/tests.json
deleted file mode 100644
index f455f4c..0000000
--- a/tests/tests.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "tools": ["chai", "mocha-tdd"],
- "tests": [
- "js/htmltests.js"
- ]
-}
\ No newline at end of file