Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassNormal inline style > normal layered style
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-cascade/layer-vs-inline-style.html:54:5)
PassNormal inline style < important layered style
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-cascade/layer-vs-inline-style.html:54:5)
PassImportant inline style > normal layered style
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-cascade/layer-vs-inline-style.html:54:5)
PassImportant inline style > important layered style
Asserts run
Pass
assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
    at Test.<anonymous> ( /css/css-cascade/layer-vs-inline-style.html:54:5)