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

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

Issue 435753003: Implement minlength for <input> and <textarea>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add more layout tests 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
Index: LayoutTests/fast/forms/ValidityState-tooLong-textarea-expected.txt
diff --git a/LayoutTests/fast/forms/ValidityState-tooLong-textarea-expected.txt b/LayoutTests/fast/forms/ValidityState-tooLong-textarea-expected.txt
index 6cef33c4d21991d8d3b9ff51d8cdf23cfec265de..b62a47d38b7f2344cf0250b3900b746c19a20299 100644
--- a/LayoutTests/fast/forms/ValidityState-tooLong-textarea-expected.txt
+++ b/LayoutTests/fast/forms/ValidityState-tooLong-textarea-expected.txt
@@ -20,8 +20,10 @@ PASS textarea.validity.tooLong is false
Sets a value via DOM property
PASS textarea.validity.tooLong is false
-Disabled
-PASS textarea.validity.tooLong is false
+Disabling makes the control valid
+PASS textarea.validity.tooLong is true
+PASS textarea.disabled = true; textarea.validity.tooLong is false
+PASS textarea.disabled = false; textarea.validity.tooLong is true
Grapheme length is not greater than maxLength though character length is greater
PASS textarea.validity.tooLong is false

Powered by Google App Engine
This is Rietveld 408576698