Browse Source

wait. that passes, dammit

Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
v1.x
atomizer 14 years ago
committed by Tj Holowaychuk
parent
commit
c941f94a10
  1. 2
      test/canvas.test.js

2
test/canvas.test.js

@ -157,7 +157,7 @@ module.exports = {
ctx.fillStyle = 'rgb(0, 0, 9000)';
assert.equal('#0000ff', ctx.fillStyle);
ctx.fillStyle = 'rgba(0, 0, 0, 13.42)';
ctx.fillStyle = 'rgba(0, 0, 0, 42.42)';
assert.equal('#000000', ctx.fillStyle);
},

Loading…
Cancel
Save