| 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 eventsCounter.input is undefined. |
| 17 PASS eventsCounter.change is undefined. |
| 16 PASS input.value is "07:56" | 18 PASS input.value is "07:56" |
| 19 PASS eventsCounter.input is 1 |
| 20 PASS eventsCounter.change is 1 |
| 17 == Digit keys starting with zero == | 21 == Digit keys starting with zero == |
| 18 PASS input.value is "14:03" | 22 PASS input.value is "14:03" |
| 19 == Digit keys and backspace key == | 23 == Digit keys and backspace key == |
| 20 PASS input.value is "17:06" | 24 PASS input.value is "17:06" |
| 21 == Left/Right keys == | 25 == Left/Right keys == |
| 22 PASS input.value is "06:05" | 26 PASS input.value is "06:05" |
| 23 PASS document.activeElement.id is "input" | 27 PASS document.activeElement.id is "input" |
| 24 == Up/Down keys == | 28 == Up/Down keys == |
| 25 PASS input.value is "05:56" | 29 PASS input.value is "05:56" |
| 26 PASS input.value is "03:56" | 30 PASS input.value is "03:56" |
| 27 == Up/Down keys on empty value == | 31 == Up/Down keys on empty value == |
| 32 PASS eventsCounter.input is undefined. |
| 33 PASS eventsCounter.change is undefined. |
| 28 PASS input.value is "14:58" | 34 PASS input.value is "14:58" |
| 35 PASS eventsCounter.input is 1 |
| 36 PASS eventsCounter.change is 1 |
| 29 == Tab key == | 37 == Tab key == |
| 30 PASS input.value is "03:05" | 38 PASS input.value is "03:05" |
| 31 PASS input.value is "07:05" | 39 PASS input.value is "07:05" |
| 32 PASS document.activeElement.id is "another" | 40 PASS document.activeElement.id is "another" |
| 33 == Tab navigation should skip disabled/readonly inputs == | 41 == Tab navigation should skip disabled/readonly inputs == |
| 34 PASS document.activeElement.id is "another" | 42 PASS document.activeElement.id is "another" |
| 35 PASS document.activeElement.id is "another" | 43 PASS document.activeElement.id is "another" |
| 36 == Shfit+Tab key == | 44 == Shfit+Tab key == |
| 37 PASS input.value is "15:00" | 45 PASS input.value is "15:00" |
| 38 PASS input.value is "15:03" | 46 PASS input.value is "15:03" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 50 PASS input.value is "12:02:56" | 58 PASS input.value is "12:02:56" |
| 51 == RTL focus navigation == | 59 == RTL focus navigation == |
| 52 The tests in this block fail on platforms without the lang-attribute-aware-form-
control-UI feature. | 60 The tests in this block fail on platforms without the lang-attribute-aware-form-
control-UI feature. |
| 53 PASS input.value is "01:56" | 61 PASS input.value is "01:56" |
| 54 PASS input.value is "01:02" | 62 PASS input.value is "01:02" |
| 55 PASS input.value is "03:02" | 63 PASS input.value is "03:02" |
| 56 PASS successfullyParsed is true | 64 PASS successfullyParsed is true |
| 57 | 65 |
| 58 TEST COMPLETE | 66 TEST COMPLETE |
| 59 | 67 |
| OLD | NEW |