Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / week-multiple-fields / week-multiple-fields-preserve-value-after-history-back-expected.txt
blobae5da345b379bf26f68f9ed01887ca269c06b830
1 Checks input value is preserved after backward and forward
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Went back to a page. Checking a form control which had a full value:
7 PASS "12012-W10" is "12012-W10"
8 Went back to a page. Checking a form control which had a partial value:
9 PASS "Week 01, ----" is "Week 01, ----"
10 Went forward to a page. Checking a form control which had a full value:
11 PASS "0001-W11" is "0001-W11"
12 Went forward to a page. Checking a form control which had a partial value:
13 PASS "Week --, 1999" is "Week --, 1999"
15 PASS successfullyParsed is true
17 TEST COMPLETE