Removing the old cow image from the effects tests - it's no longer needed. Fixes #7086.

This commit is contained in:
John Resig 2010-09-26 20:47:19 -04:00
parent 83b261c976
commit 42aa714fb7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -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;
}