[common][extra][TSIX-2938, fix 1 tc description] 97/232997/1
authorzhongyuan <zy123.yuan@samsung.com>
Mon, 11 May 2020 07:15:39 +0000 (15:15 +0800)
committerzhongyuan <zy123.yuan@samsung.com>
Mon, 11 May 2020 07:15:39 +0000 (15:15 +0800)
Change-Id: I4a1885106689d1ce795ba96cd62c368cbdc3c363

common/tct-extra-html5-tests/semantics/forms/the-textarea-element/textarea_element_maxLength.html

index 7575bcaaebbd0253185bf51b9fdbabdce73c72b6..e455a4cab4c3534c932a910ef1b774f4c7a9c328 100755 (executable)
@@ -37,7 +37,7 @@ Authors:
     <link rel="help" href="http://www.w3.org/TR/2012/CR-html5-20121217/forms.html#the-textarea-element">
   </head>
   <body>
-    <p>Test passes if only input no more than 5 characters in the input area</p>
+    <p>Test passes if only no more than 5 characters are visible in the input area after click enter key</p>
     <textarea maxLength=5></textarea>
   </body>
 </html>