Browse Source

more tests

v1.x
Tj Holowaychuk 13 years ago
parent
commit
b31343b7f5
  1. 1
      test/canvas.test.js

1
test/canvas.test.js

@ -369,6 +369,7 @@ module.exports = {
assert.ok(ctx.measureText('foo').width);
assert.ok(ctx.measureText('foo').width != ctx.measureText('foobar').width);
assert.ok(ctx.measureText('foo').width != ctx.measureText(' foo').width);
assert.ok(ctx.measureText('foo').width != ctx.measureText('foo ').width);
},

Loading…
Cancel
Save