aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorTimo Tijhof <krinklemail@gmail.com>2021-05-24 17:23:50 +0100
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2021-05-24 18:30:54 +0200
commit8d20cb9732bc7bb7d29b8ba97042e27aaebff1e0 (patch)
tree0a5bbfb2b3723ca4a620d7d940f22e4ea83dd60a /test/data
parentb3e4a7eb16f68586e25a1f27f7f7c5ecba013261 (diff)
downloadjquery-8d20cb9732bc7bb7d29b8ba97042e27aaebff1e0.tar.gz
jquery-8d20cb9732bc7bb7d29b8ba97042e27aaebff1e0.zip
Tests: Switch background image from online file to local 1x1.jpg
Also, remove unused `expected` property in `css` test cases. Closes gh-4866 (cherry picked from commit 482f846203e82b1c2620f580e483bf41d11f9f49)
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testsuite.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/testsuite.css b/test/data/testsuite.css
index b975e44df..b5baaa7ad 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(1x1.jpg) no-repeat -1000px 0; }
/* #10501 */
section { background:#f0f; display:block; }