From 8d20cb9732bc7bb7d29b8ba97042e27aaebff1e0 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Mon, 24 May 2021 17:23:50 +0100 Subject: 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) --- test/data/testsuite.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/data') 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; } -- cgit v1.2.3