1 Check if focus() for focused input does not change focused sub-field.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Move focus to the second sub-field:
7 PASS document.activeElement is timeInput
8 PASS shadowPseudoIdOfFocused(timeInput) is "-webkit-datetime-edit-minute-field"
9 PASS timeInput.focus(); shadowPseudoIdOfFocused(timeInput) is "-webkit-datetime-edit-minute-field"
10 Click on a delimiter between sub-fields, then check if focused element is not changed:
11 PASS shadowPseudoIdOfFocused(timeInput) is "-webkit-datetime-edit-minute-field"
12 PASS successfullyParsed is true