| Index: LayoutTests/fast/forms/date/date-format-warning-expected.txt
|
| diff --git a/LayoutTests/fast/forms/date/date-format-warning-expected.txt b/LayoutTests/fast/forms/date/date-format-warning-expected.txt
|
| index 5d4d404759dd9b82dd1587d7bb8dd00974b3d452..ca2b6e169d13c5b461b5fd5ad52ff3088ebcef0d 100644
|
| --- a/LayoutTests/fast/forms/date/date-format-warning-expected.txt
|
| +++ b/LayoutTests/fast/forms/date/date-format-warning-expected.txt
|
| @@ -1,7 +1,7 @@
|
| -CONSOLE WARNING: line 8: The specified value 'parsing' does not conform to the required format, 'yyyy-MM-dd'.
|
| -CONSOLE WARNING: The specified value 'Invalid attribute value' does not conform to the required format, 'yyyy-MM-dd'.
|
| -CONSOLE WARNING: The specified value 'Invalid attribute value' does not conform to the required format, 'yyyy-MM-dd'.
|
| -CONSOLE WARNING: The specified value 'Invalid IDL value' does not conform to the required format, 'yyyy-MM-dd'.
|
| +CONSOLE WARNING: line 8: The specified value "parsing" does not conform to the required format, "yyyy-MM-dd".
|
| +CONSOLE WARNING: The specified value "Invalid attribute value" does not conform to the required format, "yyyy-MM-dd".
|
| +CONSOLE WARNING: The specified value "Invalid attribute value" does not conform to the required format, "yyyy-MM-dd".
|
| +CONSOLE WARNING: The specified value "Invalid IDL value" does not conform to the required format, "yyyy-MM-dd".
|
| Invisible INPUT element should not show a format warning.
|
|
|
| Visible INPUT element should show a format warning. We'll see three warnings.
|
|
|