I am focusable

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Pass:focus applies before scrolling into view
Asserts run
Pass
assert_equals("0", "0", "focusable style is correct")
    at Test.<anonymous> ( /focus/scroll-matches-focus.html:36:5)
Pass
assert_equals(Element node <div id="focusable" tabindex="0">I am focusable</div>, Element node <div id="focusable" tabindex="0">I am focusable</div>, "activeElement should be set")
    at Test.<anonymous> ( /focus/scroll-matches-focus.html:39:7)
Pass
assert_true(true, ":focus should match by the time we scroll")
    at Test.<anonymous> ( /focus/scroll-matches-focus.html:40:7)
Pass
assert_equals("1", "1", "focusable style is correct")
    at Test.<anonymous> ( /focus/scroll-matches-focus.html:41:7)