From b0b280cd61d1fa12b67bd723ac2c2fa91b92db01 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 29 Nov 2015 09:41:37 -0800 Subject: Docs: Updated links to https where they are supported. Close gh-2746 --- test/networkerror.html | 2 +- test/readywait.html | 4 ++-- test/unit/manipulation.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/networkerror.html b/test/networkerror.html index 8057408e4..f666ee048 100644 --- a/test/networkerror.html +++ b/test/networkerror.html @@ -40,7 +40,7 @@
This is a test page for - + #8135 which was reported in Firefox when accessing properties diff --git a/test/readywait.html b/test/readywait.html index 7a736bef5..e34a0d795 100644 --- a/test/readywait.html +++ b/test/readywait.html @@ -39,9 +39,9 @@

This is a test page for jQuery.readyWait and jQuery.holdReady, see - #6781 + #6781 and - #8803. + #8803.

Test for jQuery.holdReady, which can be used diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index 8242df79a..1346cc06a 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -2575,7 +2575,7 @@ QUnit.test( "insertAfter, insertBefore, etc do not work when destination is orig "

1
2
" ].join( "" ) ).appendTo( "#qunit-fixture" ); - // complex case based on http://jsfiddle.net/pbramos/gZ7vB/ + // complex case based on https://jsfiddle.net/pbramos/gZ7vB/ jQuery( "#test4087-complex div" )[ name ]( "#test4087-complex li:last-child div:last-child" ); assert.equal( jQuery( "#test4087-complex li:last-child div" ).length, name === "replaceAll" ? 1 : 2, name + " a node to itself, complex case." ); -- cgit v1.2.3