| OLD | NEW |
| 1 Test that interrupting a smooth scroll on an overflow:scroll element works with
both scroll behaviors and with input | 1 Test that interrupting a smooth scroll on an overflow:scroll element works with
both scroll behaviors and with input |
| 2 | 2 |
| 3 This is a testharness.js-based test. | 3 This is a testharness.js-based test. |
| 4 FAIL instant scroll assert_equals: expected 3500 but got 7000 | 4 PASS instant scroll |
| 5 FAIL smooth scroll assert_equals: expected 3500 but got 7000 | 5 PASS smooth scroll |
| 6 FAIL touch scroll assert_equals: expected 3500 but got 7000 | 6 PASS touch scroll |
| 7 FAIL wheel scroll assert_equals: expected 3500 but got 7000 | 7 PASS wheel scroll |
| 8 Harness: the test ran to completion. | 8 Harness: the test ran to completion. |
| 9 | 9 |
| OLD | NEW |