| OLD | NEW |
| 1 Multiple fields UI of time input type with keyboard events | 1 Multiple fields UI of time input type with keyboard events |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 Please run this with DumpRenderTree. | 6 Please run this with DumpRenderTree. |
| 7 | 7 |
| 8 Test following keys: | 8 Test following keys: |
| 9 Digit keys | 9 Digit keys |
| 10 Left/Right - Move focus field inside element | 10 Left/Right - Move focus field inside element |
| 11 Up/Down - Increment/decrement value of focus field | 11 Up/Down - Increment/decrement value of focus field |
| 12 Tab - Move focus field | 12 Tab - Move focus field |
| 13 Backspace - Make value empty | 13 Backspace - Make value empty |
| 14 | 14 |
| 15 == Digit keys == | 15 == Digit keys == |
| 16 PASS input.value is "07:56" | 16 PASS input.value is "07:56" |
| 17 == Digit keys starting with zero == |
| 18 PASS input.value is "14:03" |
| 19 == Digit keys and backspace key == |
| 20 PASS input.value is "17:06" |
| 17 == Left/Right keys == | 21 == Left/Right keys == |
| 18 PASS input.value is "06:05" | 22 PASS input.value is "06:05" |
| 19 PASS document.activeElement.id is "input" | 23 PASS document.activeElement.id is "input" |
| 20 == Up/Down keys == | 24 == Up/Down keys == |
| 21 PASS input.value is "05:56" | 25 PASS input.value is "05:56" |
| 22 PASS input.value is "03:56" | 26 PASS input.value is "03:56" |
| 23 == Up/Down keys on empty value == | 27 == Up/Down keys on empty value == |
| 24 PASS input.value is "14:58" | 28 PASS input.value is "14:58" |
| 25 == Tab key == | 29 == Tab key == |
| 26 PASS input.value is "03:05" | 30 PASS input.value is "03:05" |
| (...skipping 19 matching lines...) Expand all Loading... |
| 46 PASS input.value is "12:02:56" | 50 PASS input.value is "12:02:56" |
| 47 == RTL focus navigation == | 51 == RTL focus navigation == |
| 48 The tests in this block fail on platforms without the lang-attribute-aware-form-
control-UI feature. | 52 The tests in this block fail on platforms without the lang-attribute-aware-form-
control-UI feature. |
| 49 PASS input.value is "01:56" | 53 PASS input.value is "01:56" |
| 50 PASS input.value is "01:02" | 54 PASS input.value is "01:02" |
| 51 PASS input.value is "03:02" | 55 PASS input.value is "03:02" |
| 52 PASS successfullyParsed is true | 56 PASS successfullyParsed is true |
| 53 | 57 |
| 54 TEST COMPLETE | 58 TEST COMPLETE |
| 55 | 59 |
| OLD | NEW |