tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / forms / script-tests / input-minmax.js
index a078ba7..33a66f7 100755 (executable)
@@ -77,5 +77,3 @@ input.setAttribute('min', '');
 input.setAttribute('max', '');
 shouldBe('input.min', '""');
 shouldBe('input.max', '""');
-
-var successfullyParsed = true;