Index: LayoutTests/fast/forms/validationMessage-expected.txt |
diff --git a/LayoutTests/fast/forms/validationMessage-expected.txt b/LayoutTests/fast/forms/validationMessage-expected.txt |
index c073e6f1f841d6ad61496b4c884aef78f6fe9a95..321c6c2e2f6bbd8d14caf7026538821c409e57db 100644 |
--- a/LayoutTests/fast/forms/validationMessage-expected.txt |
+++ b/LayoutTests/fast/forms/validationMessage-expected.txt |
@@ -32,6 +32,11 @@ input tooLong: Please shorten this text to 3 characters or less (you are current |
input tooLong: Please shorten this text to 2 characters or less (you are currently using 3 characters). |
input tooLong: Please shorten this text to ٢ characters or less (you are currently using ٣ characters). |
textarea tooLong: Please shorten this text to 3 characters or less (you are currently using 5 characters). |
+tooShort: |
+input tooShort: Please lengthen this text to 3 characters or more (you are currently using 1 characters). |
+input tooShort: Please lengthen this text to 4 characters or more (you are currently using 3 characters). |
+input tooShort: Please lengthen this text to ٤ characters or more (you are currently using ٣ characters). |
+textarea tooShort: Please lengthen this text to 4 characters or more (you are currently using 3 characters). |
PASS but.validationMessage is '' |
PASS anoninput.validationMessage is '' |
PASS happyFieldset.validationMessage is '' |