Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / date / date-format-warning-expected.txt
blobca2b6e169d13c5b461b5fd5ad52ff3088ebcef0d
1 CONSOLE WARNING: line 8: The specified value "parsing" does not conform to the required format, "yyyy-MM-dd".
2 CONSOLE WARNING: The specified value "Invalid attribute value" does not conform to the required format, "yyyy-MM-dd".
3 CONSOLE WARNING: The specified value "Invalid attribute value" does not conform to the required format, "yyyy-MM-dd".
4 CONSOLE WARNING: The specified value "Invalid IDL value" does not conform to the required format, "yyyy-MM-dd".
5 Invisible INPUT element should not show a format warning.
7 Visible INPUT element should show a format warning. We'll see three warnings.
8 PASS successfullyParsed is true
10 TEST COMPLETE