Pass | Sanity test | Asserts runPass | 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) |
|
Pass | elm.focus() without arguments | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:40:5) |
|
Pass | elm.focus(undefined) | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:46:5) |
|
Pass | elm.focus(null) | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:52:5) |
|
Pass | elm.focus({}) | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:58:5) |
|
Pass | elm.focus({preventScroll: false}) | Asserts runPass | assert_true(true)
at Test.<anonymous> ( /html/interaction/focus/processing-model/preventScroll.html:64:5) |
|
Pass | elm.focus({preventScroll: true}) | Asserts runPass | 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) |
|