OLD | NEW |
(Empty) | |
| 1 |
| 2 This tests that input text fields can be touch scrolled |
| 3 |
| 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 5 |
| 6 |
| 7 Testing gesture scroll on text field |
| 8 PASS box.scrollLeft is 40 |
| 9 Testing fling gesture scroll on text field |
| 10 PASS box.scrollWidth - box.scrollLeft is box.clientWidth |
| 11 PASS body.scrollLeft is 0 |
| 12 Testing fling gesture scroll on fully scrolled text field scrolls parent |
| 13 PASS textfield.scrollWidth - textfield.scrollLeft is textfield.clientWidth |
| 14 PASS body.scrollLeft is 110 |
| 15 PASS successfullyParsed is true |
| 16 |
| 17 TEST COMPLETE |
| 18 |
OLD | NEW |