Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: LayoutTests/fast/forms/textarea-minlength-expected.txt

Issue 656683005: Use parseHTMLInteger for parsing minlength and maxlength in <textarea> (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add layout tests that check for leading non-ASCII whitespaces in min/maxlength attribute Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/forms/textarea-minlength.html ('k') | Source/core/html/HTMLTextAreaElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/textarea-minlength-expected.txt
diff --git a/LayoutTests/fast/forms/textarea-minlength-expected.txt b/LayoutTests/fast/forms/textarea-minlength-expected.txt
index cf9e829c1cf8067182a0ca9a4a045d0ed0213f4a..bf64e5809becde38ffb9daf7d1470ab32f90013a 100644
--- a/LayoutTests/fast/forms/textarea-minlength-expected.txt
+++ b/LayoutTests/fast/forms/textarea-minlength-expected.txt
@@ -7,6 +7,9 @@ PASS textArea.minLength is -1
PASS textArea.minLength is -1
PASS textArea.minLength is -1
PASS textArea.minLength is 1
+PASS textArea.minLength is -1
+PASS textArea.minLength is -1
+PASS textArea.minLength is 1
PASS textArea.minLength is 256
PASS textArea.getAttribute("minlength") is "6"
PASS textArea.minLength = -1 threw exception IndexSizeError: Failed to set the 'minLength' property on 'HTMLTextAreaElement': The value provided (-1) is not positive or 0..
« no previous file with comments | « LayoutTests/fast/forms/textarea-minlength.html ('k') | Source/core/html/HTMLTextAreaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698