| OLD | NEW |
| (Empty) |
| 1 Test that setting scrollTop on a listbox works with both scroll behaviors | |
| 2 | |
| 3 | |
| 4 This is a testharness.js-based test. | |
| 5 PASS Scroll x:0, y:34, smooth:false | |
| 6 PASS Scroll x:0, y:51, smooth:false | |
| 7 PASS Scroll x:0, y:68, smooth:false | |
| 8 PASS Scroll x:0, y:85, smooth:false | |
| 9 FAIL Scroll x:0, y:255, smooth:true assert_equals: expected "0, 85" but got "0,
255" | |
| 10 FAIL Scroll x:0, y:340, smooth:true assert_equals: expected "0, 255" but got "0,
340" | |
| 11 FAIL Scroll x:0, y:510, smooth:true assert_equals: expected "0, 340" but got "0,
510" | |
| 12 FAIL Scroll x:0, y:595, smooth:true assert_equals: expected "0, 510" but got "0,
595" | |
| 13 FAIL Scroll x:0, y:6970, smooth:true assert_equals: expected "0, 595" but got "0
, 6970" | |
| 14 FAIL Scroll x:0, y:340, smooth:true assert_equals: expected "0, 6970" but got "0
, 340" | |
| 15 FAIL Scroll x:0, y:6800, smooth:true assert_equals: expected "0, 340" but got "0
, 6800" | |
| 16 FAIL Scroll x:0, y:85, smooth:true assert_equals: expected "0, 6800" but got "0,
85" | |
| 17 Harness: the test ran to completion. | |
| 18 | |
| OLD | NEW |