diff options
author | John Resig <jeresig@gmail.com> | 2010-09-26 20:47:19 -0400 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2010-09-26 20:47:19 -0400 |
commit | 42aa714fb79199ad0a45d5f76f43729b399b058a (patch) | |
tree | 87e402f0165c7137add402843020778b7cba059c /test/data | |
parent | 83b261c9767e75b006b849481e6b0736956801e3 (diff) | |
download | jquery-42aa714fb79199ad0a45d5f76f43729b399b058a.tar.gz jquery-42aa714fb79199ad0a45d5f76f43729b399b058a.zip |
Removing the old cow image from the effects tests - it's no longer needed. Fixes #7086.
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/cow.jpg | bin | 1635 -> 0 bytes | |||
-rw-r--r-- | test/data/testsuite.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/data/cow.jpg b/test/data/cow.jpg Binary files differdeleted file mode 100644 index 2c5b67225..000000000 --- a/test/data/cow.jpg +++ /dev/null diff --git a/test/data/testsuite.css b/test/data/testsuite.css index 5cc782824..184689209 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; } |