From: John Resig Date: Mon, 27 Sep 2010 00:47:19 +0000 (-0400) Subject: Removing the old cow image from the effects tests - it's no longer needed. Fixes... X-Git-Url: http://git.asbjorn.it/?p=jquery.git;a=commitdiff_plain;h=42aa714fb79199ad0a45d5f76f43729b399b058a Removing the old cow image from the effects tests - it's no longer needed. Fixes #7086. --- diff --git a/test/data/cow.jpg b/test/data/cow.jpg deleted file mode 100644 index 2c5b672..0000000 Binary files a/test/data/cow.jpg and /dev/null differ diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 5cc7828..1846892 100644 --- a/test/data/testsuite.css +++ b/test/data/testsuite.css @@ -10,7 +10,7 @@ div#fx-tests h4.pass { } div#fx-tests div.box { - background: red url(data/cow.jpg) no-repeat; + background: red; overflow: hidden; border: 2px solid #000; }