Pass | state selector has no influence when state is not applied | Asserts runPass | 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) |
|
Pass | state selector has influence when state is applied | Asserts runPass | 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) |
|
Pass | state selector only applies on given ident | Asserts runPass | 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) |
|