tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / canvas / script-tests / canvas-overloads-fillText.js
index 6597e18..1344e63 100755 (executable)
@@ -11,5 +11,3 @@ shouldThrow("ctx.fillText('moo',0)", "NotEnoughArguments");
 shouldBe("ctx.fillText('moo',0,0)", "undefined");
 shouldBe("ctx.fillText('moo',0,0,0)", "undefined");
 shouldBe("ctx.fillText('moo',0,0,0,0)", "undefined");
-
-var successfullyParsed = true;