Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passscrolled input field should receive scrollend.
Asserts run
Pass
assert_equals(0, 0, "text input field is not initially scrolled.")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-fires-to-text-input.html:19:9)
Pass
assert_equals(10, 10, "text input field is scrolled by the correct amount")
    at Test.<anonymous> ( /dom/events/scrolling/scrollend-fires-to-text-input.html:27:9)