Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / month-multiple-fields / month-multiple-fields-blur-and-focus-events-expected.txt
blob5952d4b0e83af7c7741a2c2ace7b03acef7b511d
1 Check blur and focus events for multiple fields month 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