Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / forms / textarea-maxlength-expected.txt
index e620756..dfe1d55 100644 (file)
@@ -7,10 +7,16 @@ PASS textArea.maxLength is -1
 PASS textArea.maxLength is -1
 PASS textArea.maxLength is -1
 PASS textArea.maxLength is 1
+PASS textArea.maxLength is -1
+PASS textArea.maxLength is -1
+PASS textArea.maxLength is 1
 PASS textArea.maxLength is 256
 PASS textArea.getAttribute("maxlength") is "13"
 PASS textArea.maxLength = -1 threw exception IndexSizeError: Failed to set the 'maxLength' property on 'HTMLTextAreaElement': The value provided (-1) is not positive or 0..
 PASS textArea.getAttribute("maxlength") is "13"
+PASS textArea.maxLength = 10 threw exception IndexSizeError: Failed to set the 'maxLength' property on 'HTMLTextAreaElement': The maxLength provided (10) is less than the minimum bound (11)..
+PASS textArea.getAttribute("maxlength") is "13"
+PASS textArea.maxLength = 11; textArea.getAttribute("maxlength") is "11"
 PASS textArea.maxLength is 0
 PASS textArea.getAttribute("maxlength") is "0"
 PASS textArea.value is "abcd"