Index: LayoutTests/fast/forms/textarea-maxlength-expected.txt |
diff --git a/LayoutTests/fast/forms/textarea-maxlength-expected.txt b/LayoutTests/fast/forms/textarea-maxlength-expected.txt |
index 164d878a840b7b051857309ffcbc197d38186a99..2b158074f44c9e6827646a1533e14ea1d7bb9f59 100644 |
--- a/LayoutTests/fast/forms/textarea-maxlength-expected.txt |
+++ b/LayoutTests/fast/forms/textarea-maxlength-expected.txt |
@@ -23,11 +23,13 @@ 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 "AB" + fancyX |
-PASS textArea.value.length is 5 |
+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 |
PASS textArea.value is "ABC" |
-PASS textArea.value is "AB" + u10000 |
-PASS textArea.value.length is 4 |
+Inserts 2 normal characters + one surrogate pair into a maxlength=3 element |
+PASS textArea.value is "AB" |
+PASS textArea.value.length is 2 |
PASS textArea.value is "ABC" |
PASS textArea.value is "" |
PASS textArea.value is "ABC" |