diff --git a/test/public/tests.js b/test/public/tests.js index 79a83d2..292677b 100644 --- a/test/public/tests.js +++ b/test/public/tests.js @@ -1477,7 +1477,7 @@ tests['drawImage(img,0,0) globalAlpha'] = function(ctx, done){ img.src = 'state.png'; }; -tests['drawImage(img,0,0) clip'] = function(ctx){ +tests['drawImage(img,0,0) clip'] = function(ctx, done){ ctx.arc(50,50,50,0,Math.PI * 2,false); ctx.stroke(); ctx.clip();