Pass | Inline style declaration without whitespace between '!' and 'important'. | Asserts runPass | assert_equals("display: inline !important;", "display: inline !important;")
at Test.<anonymous> ( /css/cssom/serialization-CSSDeclaration-with-important.html:13:9) |
|
Pass | Inline style declaration with whitespace between '!' and 'important'. | Asserts runPass | 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) |
|
Pass | Style set dynamically via cssText without whitespace between '!' and 'important'. | Asserts runPass | assert_equals("color: black !important;", "color: black !important;")
at Test.<anonymous> ( /css/cssom/serialization-CSSDeclaration-with-important.html:24:9) |
|
Pass | Style set dynamically via cssText with whitespace between '!' and 'important'. | Asserts runPass | assert_equals("color: black !important;", "color: black !important;")
at Test.<anonymous> ( /css/cssom/serialization-CSSDeclaration-with-important.html:30:9) |
|