Skip to content

Commit 2d9f56b

Browse files
committed
Tests: Switch background image from online file to local 1x1.jpg
1 parent 5288465 commit 2d9f56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/data/testsuite.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ div#fx-tests div.noback {
113113
#nothiddendivchild.prct { font-size: 150%; }
114114

115115
/* #9239 Attach a background to the body( avoid crashes in removing the test element in support ) */
116-
body, div { background: url(https://static.jquery.com/files/rocker/images/logo_jquery_215x53.gif) no-repeat -1000px 0; }
116+
body, div { background: url(1x1.jpg) no-repeat -1000px 0; }
117117

118118
/* #10501 */
119119
section { background:#f0f; display:block; }

0 commit comments

Comments
 (0)