| OLD | NEW |
| 1 Multiple fields UI of time input type with mouse events | 1 Multiple fields UI of time input type with mouse 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 mouse actions: | 8 Test following mouse actions: |
| 9 Mouse click to focus field | 9 Mouse click to focus field |
| 10 Mouse click on spin button | 10 Mouse click on spin button |
| 11 | 11 |
| 12 = Focus to hour field = | 12 = Focus to hour field = |
| 13 PASS input.value is "02:23" | 13 PASS input.value is "02:23" |
| 14 = Focus to minute field = | 14 = Focus to minute field = |
| 15 PASS input.value is "02:24" | 15 PASS input.value is "02:24" |
| 16 = Click up part of spin button = | 16 = Click up part of spin button = |
| 17 PASS input.value is "02:25" | 17 PASS input.value is "02:25" |
| 18 = Click down part of spin button = | 18 = Click down part of spin button = |
| 19 PASS input.value is "02:24" | 19 PASS input.value is "02:24" |
| 20 = Click on a disabled/readonly field = |
| 21 PASS input.value is "02:24" |
| 22 PASS input.value is "02:24" |
| 20 | 23 |
| 21 PASS successfullyParsed is true | 24 PASS successfullyParsed is true |
| 22 | 25 |
| 23 TEST COMPLETE | 26 TEST COMPLETE |
| 24 | 27 |
| OLD | NEW |