summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/week-multiple-fields/week-multiple-fields-fallback-format-expected.txt
blob: 7b2cca8ed6aee65d0b4352b90a7d931183a1721f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 "Week09 1999"
Invalid format, fallback to yyyy-'W'ww
PASS getUserAgentShadowTextContent(input) is "1999-W09"
PASS getUserAgentShadowTextContent(input) is "1999-W09"
PASS successfullyParsed is true

TEST COMPLETE