Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / week-multiple-fields / week-multiple-fields-reset-value-after-reloads-expected.txt
blob59d0247539df01c000b7e71bf7a881f7984ab7e3
1 Checks reloading page resets input values
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Initial values:
7 PASS testInput1.value is ""
8 PASS testInput2.value is "1234-W05"
9 Reloaded values:
10 PASS testInput1.value is ""
11 PASS testInput2.value is "1234-W05"
12 PASS successfullyParsed is true
14 TEST COMPLETE