Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassFocus events fire at correct targets in correct order in simple case
Asserts run
Pass
assert_array_equals([Element node <input type="text" id="a"></input>], [Element node <input type="text" id="a"></input>], "Exactly 1 focus event should fire and its target should be the input")
    at Test.<anonymous> ( /html/interaction/focus/focus-management/focus-event-targets-simple.html:29:3)