| 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:32, smooth:false | |
| 6 PASS Scroll x:0, y:48, smooth:false | |
| 7 PASS Scroll x:0, y:64, smooth:false | |
| 8 PASS Scroll x:0, y:80, smooth:false | |
| 9 FAIL Scroll x:0, y:240, smooth:true assert_equals: expected "0, 80" but got "0,
240" | |
| 10 FAIL Scroll x:0, y:320, smooth:true assert_equals: expected "0, 240" but got "0,
320" | |
| 11 FAIL Scroll x:0, y:480, smooth:true assert_equals: expected "0, 320" but got "0,
480" | |
| 12 FAIL Scroll x:0, y:560, smooth:true assert_equals: expected "0, 480" but got "0,
560" | |
| 13 FAIL Scroll x:0, y:6560, smooth:true assert_equals: expected "0, 560" but got "0
, 6560" | |
| 14 FAIL Scroll x:0, y:320, smooth:true assert_equals: expected "0, 6560" but got "0
, 320" | |
| 15 FAIL Scroll x:0, y:6400, smooth:true assert_equals: expected "0, 320" but got "0
, 6400" | |
| 16 FAIL Scroll x:0, y:80, smooth:true assert_equals: expected "0, 6400" but got "0,
80" | |
| 17 Harness: the test ran to completion. | |
| 18 | |
| OLD | NEW |