"tests: small bugfix"

This commit is contained in:
André Fiedler 2012-03-04 17:30:01 +00:00
parent d78687a3dc
commit f47f9025b7

View File

@ -180,7 +180,7 @@ $(function() {
overallColor += (red + green + blue) / 3;
}
overallColor /= len;
overallColor /= (len / 4);
QUnit.notEqual(overallColor, 255, 'No Background Gradient - CSS was ' + src);
});