[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / forms / textarea-checkValidity-crash.html
old mode 100755 (executable)
new mode 100644 (file)
index 5dd9cbd..ed943e5
@@ -17,8 +17,6 @@ ta.value = 'a'; // Make it dirty && valid.
 ta.defaultValue = 'abc'; // Make it non-dirty && invalid.
 ta.checkValidity(); // This made an assertion fail.
 testPassed('Not crashed.');
-
-var successfullyParsed = true;
 </script>
 <script src="../../fast/js/resources/js-test-post.js"></script>
 </body>