Use https for includes from w3c-test.org
authorAryeh Gregor <ayg@aryeh.name>
Tue, 04 Aug 2015 18:12:30 +0300
changeset 736 79742132b756
parent 735 07d356bde327
child 737 bc0c4afad8a2
Use https for includes from w3c-test.org
conformancetest/event.html
conformancetest/runtest.html
conformancetest/splitruntest.html
selecttest/Document-open.html
selecttest/addRange.html
selecttest/collapse.html
selecttest/collapseToStartEnd.html
selecttest/deleteFromDocument.html
selecttest/dir.html
selecttest/extend.html
selecttest/getRangeAt.html
selecttest/getSelection.html
selecttest/interfaces.html
selecttest/isCollapsed.html
selecttest/removeAllRanges.html
selecttest/selectAllChildren.html
--- a/conformancetest/event.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/conformancetest/event.html	Tue Aug 04 18:12:30 2015 +0300
@@ -1,7 +1,7 @@
 <!doctype html>
 <title>Editing event tests</title>
-<script src=http://w3c-test.org/resources/testharness.js></script>
-<script src=http://w3c-test.org/resources/testharnessreport.js></script>
+<script src=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <div id=test></div>
 <div id=log></div>
 <script>
--- a/conformancetest/runtest.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/conformancetest/runtest.html	Tue Aug 04 18:12:30 2015 +0300
@@ -15,8 +15,8 @@
 <script>var testsJsLibraryOnly = true</script>
 <script src=../tests.js></script>
 <script src=data.js></script>
-<script src=http://w3c-test.org/resources/testharness.js></script>
-<script src=http://w3c-test.org/resources/testharnessreport.js></script>
+<script src=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 "use strict";
 
--- a/conformancetest/splitruntest.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/conformancetest/splitruntest.html	Tue Aug 04 18:12:30 2015 +0300
@@ -17,8 +17,8 @@
 <script>var testsJsLibraryOnly = true</script>
 <script src=../tests.js></script>
 <script src=data.js></script>
-<script src=http://w3c-test.org/resources/testharness.js></script>
-<script src=http://w3c-test.org/resources/testharnessreport.js></script>
+<script src=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 "use strict";
 
--- a/selecttest/Document-open.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/Document-open.html	Tue Aug 04 18:12:30 2015 +0300
@@ -1,8 +1,8 @@
 <!doctype html>
 <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 src=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 "use strict";
 
--- a/selecttest/addRange.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/addRange.html	Tue Aug 04 18:12:30 2015 +0300
@@ -1,8 +1,8 @@
 <!doctype html>
 <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=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";
--- a/selecttest/collapse.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/collapse.html	Tue Aug 04 18:12:30 2015 +0300
@@ -1,8 +1,8 @@
 <!doctype html>
 <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=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";
--- a/selecttest/collapseToStartEnd.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/collapseToStartEnd.html	Tue Aug 04 18:12:30 2015 +0300
@@ -1,8 +1,8 @@
 <!doctype html>
 <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=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";
--- a/selecttest/deleteFromDocument.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/deleteFromDocument.html	Tue Aug 04 18:12:30 2015 +0300
@@ -5,8 +5,8 @@
 "?5").  Only that test will be run.  Then you can look at the resulting
 iframes in the DOM.
 <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=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";
--- a/selecttest/dir.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/dir.html	Tue Aug 04 18:12:30 2015 +0300
@@ -12,8 +12,8 @@
 	<p>efghi
 </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 src=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 setup({explicit_done: true});
 
--- a/selecttest/extend.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/extend.html	Tue Aug 04 18:12:30 2015 +0300
@@ -2,8 +2,8 @@
 <title>Selection extend() tests</title>
 <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=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <div id=log></div>
 <script>
--- a/selecttest/getRangeAt.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/getRangeAt.html	Tue Aug 04 18:12:30 2015 +0300
@@ -1,8 +1,8 @@
 <!DOCTYPE html>
 <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 src=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 test(function() {
   var sel = getSelection();
--- a/selecttest/getSelection.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/getSelection.html	Tue Aug 04 18:12:30 2015 +0300
@@ -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=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script>
 "use strict";
 
--- a/selecttest/interfaces.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/interfaces.html	Tue Aug 04 18:12:30 2015 +0300
@@ -1,10 +1,10 @@
 <!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/WebIDLParser.js></script>
-<script src=http://w3c-test.org/resources/idlharness.js></script>
+<script src=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
+<script src=https://w3c-test.org/resources/WebIDLParser.js></script>
+<script src=https://w3c-test.org/resources/idlharness.js></script>
 <script type=text/plain>
 interface Selection {
   readonly attribute Node? anchorNode;
--- a/selecttest/isCollapsed.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/isCollapsed.html	Tue Aug 04 18:12:30 2015 +0300
@@ -1,8 +1,8 @@
 <!doctype html>
 <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=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";
--- a/selecttest/removeAllRanges.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/removeAllRanges.html	Tue Aug 04 18:12:30 2015 +0300
@@ -1,8 +1,8 @@
 <!doctype html>
 <title>Selection.removeAllRanges() 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=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";
--- a/selecttest/selectAllChildren.html	Wed Feb 12 16:21:54 2014 -0800
+++ b/selecttest/selectAllChildren.html	Tue Aug 04 18:12:30 2015 +0300
@@ -1,8 +1,8 @@
 <!doctype html>
 <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=https://w3c-test.org/resources/testharness.js></script>
+<script src=https://w3c-test.org/resources/testharnessreport.js></script>
 <script src=common.js></script>
 <script>
 "use strict";