Skip to content

Commit e379573

Browse files
committed
fixColorTest
1 parent 8d8f6e1 commit e379573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/js/color-handler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ suite('color-handler', function() {
1111
test('invalid colors fail to parse', function() {
1212
assert.isUndefined(parseColor(''));
1313
assert.isUndefined(parseColor('bananayellow'));
14-
assert.isUndefined(parseColor('rgb(10, 20, 30, 40)'));
14+
assert.isUndefined(parseColor('rgb(10, 20, 30, 40, 50)'));
1515
});
1616
test('color interpolation', function() {
1717
assert.equal(webAnimations1.propertyInterpolation('color', '#00aa11', '#aa00bb')(0.2), 'rgba(34,136,51,1)');

0 commit comments

Comments
 (0)