Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassRegistering a property does not affect cascade
Asserts run
Pass
assert_equals("rgb(1, 1, 1)", "rgb(1, 1, 1)")
    at Test.<anonymous> ( /css/css-properties-values-api/property-cascade.html:27:5)
Pass
assert_equals("rgb(3, 3, 3)", "rgb(3, 3, 3)")
    at Test.<anonymous> ( /css/css-properties-values-api/property-cascade.html:39:5)
PassRegistering a property does not affect parsing
Asserts run
Pass
assert_equals("rgb(4, 4, 4)", "rgb(4, 4, 4)")
    at Test.<anonymous> ( /css/css-properties-values-api/property-cascade.html:59:5)