|
|
@ -370,7 +370,6 @@ 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); |
|
|
|
}, |
|
|
|
|
|
|
|
'test Context2d#createImageData(ImageData)': function(){ |
|
|
|