Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / date-multiple-fields / date-multiple-fields-value-set-empty-expected.txt
blob4853ab9ce0e49472760720ccc616cff7516e7c7e
1 Check if input.value="" clears an input with partially-specified value.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Empty text: mm/dd/yyyy
7 PASS eventSender.keyDown("upArrow"); getUserAgentShadowTextContent(input) is not emptyText
8 PASS input.value = ""; getUserAgentShadowTextContent(input) is emptyText
9 PASS successfullyParsed is true
11 TEST COMPLETE