summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/date-multiple-fields/date-multiple-fields-fallback-format-expected.txt
blob: 56631f1739d6150a1bbf390d370ce69ccbf8762b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Checks incomplete datetime formats are rejected.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Valid format
PASS getUserAgentShadowTextContent(input) is "31-07-1999"
Invalid format, fallback to yyyy-MM-dd
PASS getUserAgentShadowTextContent(input) is "1999-07-31"
PASS getUserAgentShadowTextContent(input) is "1999-07-31"
PASS getUserAgentShadowTextContent(input) is "1999-07-31"
PASS successfullyParsed is true

TEST COMPLETE