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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-maxlength-expected.txt

Issue 2380473002: Change the linebreak behavior of minlength and maxlength attributes of TEXTAREA. (Closed)
Patch Set: Created 4 years, 3 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: third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-maxlength-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-maxlength-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-maxlength-expected.txt
index dfe1d555000aa545391893dc43deb30f17505fd0..ba2704f4a0e4d22d5c2ad671f54980c5e4d715ab 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-maxlength-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/textarea/textarea-maxlength-expected.txt
@@ -28,7 +28,7 @@ PASS textArea.value is "abcdef"
PASS textArea.value is "abcde"
PASS textArea.value is "A\nB"
PASS textArea.value is "a\n\n"
-PASS textArea.value is "\n\n\n"
+PASS textArea.value is "\n\n\n\n\n\n"
Inserts 2 normal characters + a combining letter with 3 code points into a maxlength=3 element.
PASS textArea.value is "ABx"
PASS textArea.value.length is 3

Powered by Google App Engine
This is Rietveld 408576698