blob: 1de4f79630b1724ae2421b83f24477a4d0889982 [file]
Check if focus() for focused input does not change focused sub-field.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Move focus to the second sub-field:
PASS document.activeElement is timeInput
PASS pseudoOfFocused(timeInput) is "-webkit-datetime-edit-minute-field"
PASS timeInput.focus(); pseudoOfFocused(timeInput) is "-webkit-datetime-edit-minute-field"
Click on a delimiter between sub-fields, then check if focused element is not changed:
PASS pseudoOfFocused(timeInput) is "-webkit-datetime-edit-minute-field"
PASS successfullyParsed is true
TEST COMPLETE