diff options
Diffstat (limited to 'test/data/testsuite.css')
-rw-r--r-- | test/data/testsuite.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css index b975e44df..f1fbb2cc2 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -113,7 +113,7 @@ div#fx-tests div.noback { #nothiddendivchild.prct { font-size: 150%; } /* #9239 Attach a background to the body( avoid crashes in removing the test element in support ) */ -body, div { background: url(http://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif) no-repeat -1000px 0; } +body, div { background: url(https://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif) no-repeat -1000px 0; } /* #10501 */ section { background:#f0f; display:block; } |