repair tests

This commit is contained in:
lavrton
2015-04-09 06:22:36 +07:00
parent 858ddd5029
commit 98e575aaf7

View File

@@ -1,7 +1,7 @@
suite('Context', function() {
// ======================================================
var contextMethods = ['clearRect', 'fillRect', 'strokeRect',
'fillText', 'strokeText', 'measureText', 'getLineDash', 'setLineDash',
'fillText', 'strokeText', 'measureText',
'createLinearGradient', 'createRadialGradient', 'createPattern',
'beginPath', 'closePath', 'moveTo', 'lineTo', 'bezierCurveTo', 'quadraticCurveTo',
'arc', 'arcTo', 'rect', 'fill', 'stroke', 'clip', 'isPointInPath',