Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassSanity test
Asserts run
Pass
assert_false(false, "initial state")
    at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:30:5)
Pass
assert_true(true, "after elm.scrollIntoView()")
    at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:32:5)
Pass
assert_false(false, "after resetScrollPosition(win)")
    at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:34:5)
Passelm.focus() without arguments
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:40:5)
Passelm.focus(undefined)
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:46:5)
Passelm.focus(null)
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:52:5)
Passelm.focus({})
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:58:5)
Passelm.focus({preventScroll: false})
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:64:5)
Passelm.focus({preventScroll: true})
Asserts run
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:70:5)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:71:5)