| Index: LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
|
| diff --git a/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt b/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
|
| index 508617a004568874200a0f748c345f491d00f699..4b64119fb8ac7c4d80d8ba1e950b702b091978ec 100644
|
| --- a/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
|
| +++ b/LayoutTests/fast/forms/date/input-date-validation-message-expected.txt
|
| @@ -14,7 +14,7 @@ PASS testIt("1982-11-02", "", "1970-12-31") is "Value must be 12/31/1970 or earl
|
| Range underflow
|
| PASS testIt("1982-11-02", "1990-05-25", "1990-12-24") is "Value must be 05/25/1990 or later."
|
| Step mismatch
|
| -PASS testIt("1982-11-02", "", "", "123") is "Please enter a valid value. The two nearest valid values are 07/07/1982 and 11/07/1982."
|
| +PASS testIt("1982-11-02", "1982-01-01", "", "123") is "Please enter a valid value. The two nearest valid values are 09/04/1982 and 01/05/1983."
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|