Summary

Harness status: OK

Found 10 tests

Details

ResultTest NameMessage
Passsuccessful test setup
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /css/css-shadow-parts/multiple-scopes.html:49:3)
Passexported part selector matches from outer scope
Asserts run
Pass
assert_equals("7px", "7px")
    at Test.<anonymous> ( /css/css-shadow-parts/multiple-scopes.html:53:3)
Passnon-exported part selector does not match from outer scope
Asserts run
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)")
    at Test.<anonymous> ( /css/css-shadow-parts/multiple-scopes.html:57:3)
Passpseudo-element selector alone does not match from outer scope
Asserts run
Pass
assert_equals("double", "double")
    at Test.<anonymous> ( /css/css-shadow-parts/multiple-scopes.html:61:3)
Passexported part selector (for outer scope) does not match from middle scope
Asserts run
Pass
assert_equals("3px", "3px")
    at Test.<anonymous> ( /css/css-shadow-parts/multiple-scopes.html:65:3)
Passcorrect part selector matches from middle scope
Asserts run
Pass
assert_equals("rgb(0, 255, 0)", "rgb(0, 255, 0)")
    at Test.<anonymous> ( /css/css-shadow-parts/multiple-scopes.html:69:3)
Passpseudo-element selector alone does not match from middle scope
Asserts run
Pass
assert_equals("double", "double")
    at Test.<anonymous> ( /css/css-shadow-parts/multiple-scopes.html:73:3)
Passselector with ::part(exported name) does not match from inner scope that exports the part
Asserts run
Pass
assert_equals("3px", "3px")
    at Test.<anonymous> ( /css/css-shadow-parts/multiple-scopes.html:77:3)
Passselector with ::part(original name) does not match from inner scope that exports the part
Asserts run
Pass
assert_equals("rgb(0, 0, 0)", "rgb(0, 0, 0)")
    at Test.<anonymous> ( /css/css-shadow-parts/multiple-scopes.html:81:3)
Passpseudo-element selector alone matches from inner scope
Asserts run
Pass
assert_equals("double", "double")
    at Test.<anonymous> ( /css/css-shadow-parts/multiple-scopes.html:85:3)