1
2
3

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passsnap to fractional offset fires scrollend exactly once.
Asserts run
Pass
assert_equals(0, 0, "test precondition: scroller is not scrolled.")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-with-snap-on-fractional-offset.html:61:9)
Pass
assert_approx_equals(700, 701, 1, "scroller snaps to the left edge of box 2")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-with-snap-on-fractional-offset.html:73:9)
Pass
assert_equals(0, 0, "scroller should be scrolled back to 0.")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-with-snap-on-fractional-offset.html:79:9)
Pass
assert_equals(2, 2, "exactly 2 scrollends should be seen")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-with-snap-on-fractional-offset.html:81:9)