Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / week-multiple-fields / week-multiple-fields-blur-and-focus-events-expected.txt
bloba68ca0431a5ce630f8faab33614f2e5d3de463fc
1 Check blur and focus events for multiple fields week input UI
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 focus() and blur()
7 PASS testInput.focus(); state() is "blur=0 focus=1"
8 PASS testInput.blur(); state() is "blur=1 focus=1"
9 focus and Tab key to blur
10 PASS keyDown("  "); state() is "blur=0 focus=1"
11 PASS keyDown("  "); state() is "blur=0 focus=1"
12 PASS keyDown("  "); state() is "blur=1 focus=1"
14 PASS successfullyParsed is true
16 TEST COMPLETE