Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / week-multiple-fields / week-multiple-fields-fallback-format-expected.txt
blob7b2cca8ed6aee65d0b4352b90a7d931183a1721f
1 Checks incomplete datetime formats are rejected.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Valid format
7 PASS getUserAgentShadowTextContent(input) is "Week09 1999"
8 Invalid format, fallback to yyyy-'W'ww
9 PASS getUserAgentShadowTextContent(input) is "1999-W09"
10 PASS getUserAgentShadowTextContent(input) is "1999-W09"
11 PASS successfullyParsed is true
13 TEST COMPLETE