Use testharnessreport properly
authorAryeh Gregor <ayg@aryeh.name>
Fri, 04 May 2012 05:35:27 -0600
changeset 723 bd9b09519e80
parent 722 4395c7fba4b9
child 724 ceea0c679ffa
Use testharnessreport properly
selecttest/Document-open.html
selecttest/addRange.html
selecttest/collapse.html
selecttest/collapseToStartEnd.html
selecttest/dir.html
selecttest/extend.html
selecttest/getRangeAt.html
selecttest/getSelection.html
selecttest/interfaces.html
selecttest/isCollapsed.html
selecttest/selectAllChildren.html
--- a/selecttest/Document-open.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/Document-open.html	Fri May 04 05:35:27 2012 -0600
@@ -2,6 +2,7 @@
 <title>Selection Document.open() tests</title>
 <div id=log></div>
 <script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 "use strict";
 
--- a/selecttest/addRange.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/addRange.html	Fri May 04 05:35:27 2012 -0600
@@ -2,6 +2,7 @@
 <title>Selection.addRange() tests</title>
 <div id=log></div>
 <script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";
--- a/selecttest/collapse.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/collapse.html	Fri May 04 05:35:27 2012 -0600
@@ -2,6 +2,7 @@
 <title>Selection.collapse() tests</title>
 <div id=log></div>
 <script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";
--- a/selecttest/collapseToStartEnd.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/collapseToStartEnd.html	Fri May 04 05:35:27 2012 -0600
@@ -2,6 +2,7 @@
 <title>Selection.collapseTo(Start|End)() tests</title>
 <div id=log></div>
 <script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";
--- a/selecttest/dir.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/dir.html	Fri May 04 05:35:27 2012 -0600
@@ -13,6 +13,7 @@
 </div>
 <div id=log></div>
 <script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 setup({explicit_done: true});
 
--- a/selecttest/extend.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/extend.html	Fri May 04 05:35:27 2012 -0600
@@ -3,6 +3,7 @@
 <meta charset=utf-8>
 <body>
 <script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <div id=log></div>
 <script>
--- a/selecttest/getRangeAt.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/getRangeAt.html	Fri May 04 05:35:27 2012 -0600
@@ -2,6 +2,7 @@
 <title>The getRangeAt method</title>
 <div id=log></div>
 <script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 test(function() {
   var sel = getSelection();
--- a/selecttest/getSelection.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/getSelection.html	Fri May 04 05:35:27 2012 -0600
@@ -1,8 +1,8 @@
 <!doctype html>
 <title>getSelection() tests</title>
 <div id=log></div>
+<script src=http://w3c-test.org/resources/testharness.js></script>
 <script src=http://w3c-test.org/resources/testharnessreport.js></script>
-<script src=http://w3c-test.org/resources/testharness.js></script>
 <script>
 "use strict";
 
--- a/selecttest/interfaces.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/interfaces.html	Fri May 04 05:35:27 2012 -0600
@@ -1,8 +1,8 @@
 <!doctype html>
 <title>Selection interface tests</title>
 <div id=log></div>
+<script src=http://w3c-test.org/resources/testharness.js></script>
 <script src=http://w3c-test.org/resources/testharnessreport.js></script>
-<script src=http://w3c-test.org/resources/testharness.js></script>
 <script src=http://w3c-test.org/resources/WebIDLParser.js></script>
 <script src=http://w3c-test.org/resources/idlharness.js></script>
 <script type=text/plain>
--- a/selecttest/isCollapsed.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/isCollapsed.html	Fri May 04 05:35:27 2012 -0600
@@ -2,6 +2,7 @@
 <title>Selection.isCollapsed tests</title>
 <div id=log></div>
 <script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";
--- a/selecttest/selectAllChildren.html	Fri May 04 04:51:38 2012 -0600
+++ b/selecttest/selectAllChildren.html	Fri May 04 05:35:27 2012 -0600
@@ -2,6 +2,7 @@
 <title>Selection.selectAllChildren tests</title>
 <div id=log></div>
 <script src=http://w3c-test.org/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";