This test checks that any element focused programmatically on page load will have :focus-visible matching enabled.
I will be focused automatically.

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassProgrammatic focus on page load should match :focus-visible
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)", "outlineColor for DIV#el should be green")
    at Test.<anonymous> ( /css/selectors/focus-visible-010.html:42:9)
Pass
assert_not_equals("rgba(0, 0, 0, 0)", "rgb(255, 0, 0)", "backgroundColor for DIV#el should NOT be red")
    at Test.<anonymous> ( /css/selectors/focus-visible-010.html:43:9)