I should be green

Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passstate selector has no influence when state is not applied
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/state/state-css-selector-shadow-dom.html:41:9)
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)")
    at Test.<anonymous> ( /custom-elements/state/state-css-selector-shadow-dom.html:42:9)
Passstate selector has influence when state is applied
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/state/state-css-selector-shadow-dom.html:53:9)
Pass
assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)")
    at Test.<anonymous> ( /custom-elements/state/state-css-selector-shadow-dom.html:54:9)
Passstate selector only applies on given ident
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/state/state-css-selector-shadow-dom.html:65:9)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/state/state-css-selector-shadow-dom.html:66:9)
Pass
assert_equals("rgb(255, 0, 0)", "rgb(255, 0, 0)")
    at Test.<anonymous> ( /custom-elements/state/state-css-selector-shadow-dom.html:67:9)