Yellow
Red

Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassTest nested :is() chooses highest specificity for class outside :is().
Asserts run
Pass
assert_equals("rgb(255, 255, 0)", "rgb(255, 255, 0)")
    at Test.<anonymous> ( /css/selectors/is-nested.html:61:9)
Pass
assert_equals("20px", "20px")
    at Test.<anonymous> ( /css/selectors/is-nested.html:62:9)
Pass
assert_equals("10px", "10px")
    at Test.<anonymous> ( /css/selectors/is-nested.html:63:9)
PassTest nested :is() specificity for class within arguments.
Asserts run
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)")
    at Test.<anonymous> ( /css/selectors/is-nested.html:67:9)