Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassInline style declaration without whitespace between '!' and 'important'.
Asserts run
Pass
assert_equals("display: inline !important;", "display: inline !important;")
    at Test.<anonymous> ( /css/cssom/serialization-CSSDeclaration-with-important.html:13:9)
PassInline style declaration with whitespace between '!' and 'important'.
Asserts run
Pass
assert_equals("background-color: blue !important; color: red !important;", "background-color: blue !important; color: red !important;")
    at Test.<anonymous> ( /css/cssom/serialization-CSSDeclaration-with-important.html:18:9)
PassStyle set dynamically via cssText without whitespace between '!' and 'important'.
Asserts run
Pass
assert_equals("color: black !important;", "color: black !important;")
    at Test.<anonymous> ( /css/cssom/serialization-CSSDeclaration-with-important.html:24:9)
PassStyle set dynamically via cssText with whitespace between '!' and 'important'.
Asserts run
Pass
assert_equals("color: black !important;", "color: black !important;")
    at Test.<anonymous> ( /css/cssom/serialization-CSSDeclaration-with-important.html:30:9)