Use absolute URL so tests work on dvcs.w3.org
authorAryeh Gregor <ayg@aryeh.name>
Tue, 17 Jan 2012 10:44:56 -0700
changeset 694 c158d3920e41
parent 693 4dc4d65cc87e
child 695 7a3dd651793b
Use absolute URL so tests work on dvcs.w3.org

This is not the recommended way to do things, but editing isn't on
w3c-test.org, so this is the only convenient way for stuff to work.
selecttest/deleteFromDocument.html
selecttest/getSelection.html
selecttest/interfaces.html
--- a/selecttest/deleteFromDocument.html	Tue Jan 17 10:30:26 2012 -0700
+++ b/selecttest/deleteFromDocument.html	Tue Jan 17 10:44:56 2012 -0700
@@ -5,7 +5,7 @@
 "?5").  Only that test will be run.  Then you can look at the resulting
 iframes in the DOM.
 <div id=log></div>
-<script src=/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharness.js></script>
 <script src=/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
--- a/selecttest/getSelection.html	Tue Jan 17 10:30:26 2012 -0700
+++ b/selecttest/getSelection.html	Tue Jan 17 10:44:56 2012 -0700
@@ -2,7 +2,7 @@
 <title>getSelection() tests</title>
 <div id=log></div>
 <script src=/resources/testharnessreport.js></script>
-<script src=/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharness.js></script>
 <script>
 "use strict";
 
--- a/selecttest/interfaces.html	Tue Jan 17 10:30:26 2012 -0700
+++ b/selecttest/interfaces.html	Tue Jan 17 10:44:56 2012 -0700
@@ -2,7 +2,7 @@
 <title>Selection interface tests</title>
 <div id=log></div>
 <script src=/resources/testharnessreport.js></script>
-<script src=/resources/testharness.js></script>
+<script src=http://w3c-test.org/resources/testharness.js></script>
 <script src=/resources/WebIDLParser.js></script>
 <script src=/resources/idlharness.js></script>
 <script>