Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassTest ':focus-within' after 'display:none' on input
Asserts run
Pass
assert_true(true, "Check input matches ':focus-within' after being focused")
    at Test.<anonymous> ( /css/selectors/focus-within-display-none-001.html:22:20)
Pass
assert_true(true, "Check wrapper matches ':focus-within' after child was focused")
    at Test.<anonymous> ( /css/selectors/focus-within-display-none-001.html:24:20)
Pass
assert_false(false, "Check input doesn't match ':focus-within' after getting 'display: none'")
    at Test.<anonymous> ( /css/selectors/focus-within-display-none-001.html:29:22)
Pass
assert_false(false, "Check wrapper doesn't match ':focus-within' after child got 'display: none'")
    at Test.<anonymous> ( /css/selectors/focus-within-display-none-001.html:31:22)
PassTest ':focus-within' after 'display:none' on input's parent
Asserts run
Pass
assert_true(true, "Check input matches ':focus-within' after being focused")
    at Test.<anonymous> ( /css/selectors/focus-within-display-none-001.html:42:20)
Pass
assert_true(true, "Check wrapper matches ':focus-within' after child was focused")
    at Test.<anonymous> ( /css/selectors/focus-within-display-none-001.html:44:20)
Pass
assert_false(false, "Check input doesn't match ':focus-within' after parent got 'display: none'")
    at Test.<anonymous> ( /css/selectors/focus-within-display-none-001.html:49:22)
Pass
assert_false(false, "Check wrapper doesn't match ':focus-within' after getting 'display: none'")
    at Test.<anonymous> ( /css/selectors/focus-within-display-none-001.html:51:22)