Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passz-index:inherit on root element should compute to 'auto'.
Asserts run
Pass
assert_equals("auto", "auto")
    at Test.<anonymous> ( /css/css-cascade/inherit-initial.html:22:5)
Passposition:inherit on root element should compute to 'static'.
Asserts run
Pass
assert_equals("static", "static")
    at Test.<anonymous> ( /css/css-cascade/inherit-initial.html:26:5)
Passoverflow:inherit on root element should compute to 'visible'.
Asserts run
Pass
assert_equals("visible", "visible")
    at Test.<anonymous> ( /css/css-cascade/inherit-initial.html:30:5)
Passbackground-color:inherit on root element should compute to 'rgba(0, 0, 0, 0)'.
Asserts run
Pass
assert_equals("rgba(0, 0, 0, 0)", "rgba(0, 0, 0, 0)")
    at Test.<anonymous> ( /css/css-cascade/inherit-initial.html:34:5)