| OLD | NEW |
| 1 Multiple fields UI of month input type with keyboard events | 1 Multiple fields UI of month 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 Digits | 9 Digits |
| 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 FAIL input.value should be 0012-09. Was 0112-09. | 16 PASS input.value is "0012-09" |
| 17 == Left/Right keys == | 17 == Left/Right keys == |
| 18 PASS input.value is "0005-06" | 18 PASS input.value is "0005-06" |
| 19 PASS document.activeElement.id is "input" | 19 PASS document.activeElement.id is "input" |
| 20 == Up/Down keys == | 20 == Up/Down keys == |
| 21 PASS input.value is "2012-10" | 21 PASS input.value is "2012-10" |
| 22 PASS input.value is "2012-08" | 22 PASS input.value is "2012-08" |
| 23 == Up/Down keys on empty value == | 23 == Up/Down keys on empty value == |
| 24 PASS input.value is "2012-11" | 24 PASS input.value is "2012-11" |
| 25 == Up/Down keys on empty value 2 == | 25 == Up/Down keys on empty value 2 == |
| 26 PASS input.value is "2012-02" | 26 PASS input.value is "2012-02" |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 PASS input.value is "2012-06" | 68 PASS input.value is "2012-06" |
| 69 == RTL focus navigation == | 69 == RTL focus navigation == |
| 70 The tests in this block fail on platforms without the lang-attribute-aware-form-
control-UI feature. | 70 The tests in this block fail on platforms without the lang-attribute-aware-form-
control-UI feature. |
| 71 PASS input.value is "2012-10" | 71 PASS input.value is "2012-10" |
| 72 PASS input.value is "0002-10" | 72 PASS input.value is "0002-10" |
| 73 PASS input.value is "0002-11" | 73 PASS input.value is "0002-11" |
| 74 PASS successfullyParsed is true | 74 PASS successfullyParsed is true |
| 75 | 75 |
| 76 TEST COMPLETE | 76 TEST COMPLETE |
| 77 | 77 |
| OLD | NEW |