| 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 FAIL input.value should be 0005-06. Was 0005-09. | 18 FAIL input.value should be 0005-06. Was 0005-09. |
| 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 23 matching lines...) Expand all Loading... |
| 50 PASS input.value is "0001-12" | 50 PASS input.value is "0001-12" |
| 51 PASS input.value is "0002-12" | 51 PASS input.value is "0002-12" |
| 52 == RTL Left/Right keys == | 52 == RTL Left/Right keys == |
| 53 PASS input.value is "2012-10" | 53 PASS input.value is "2012-10" |
| 54 PASS input.value is "0002-10" | 54 PASS input.value is "0002-10" |
| 55 PASS input.value is "0002-11" | 55 PASS input.value is "0002-11" |
| 56 PASS successfullyParsed is true | 56 PASS successfullyParsed is true |
| 57 | 57 |
| 58 TEST COMPLETE | 58 TEST COMPLETE |
| 59 | 59 |
| OLD | NEW |