Test passes if the line-height is twice the font size.

Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
PassCSS Cascade: inline style loses to !important
Asserts run
Pass
assert_equals("36px", "36px", "style is set correctly")
    at Test.<anonymous> ( /css/css-cascade/important-vs-inline-002.html:24:3)
PassCSS Cascade: inline style loses to !important 1
Asserts run
Pass
assert_equals("36px", "36px", "!important has higher priority than adding inline style")
    at Test.<anonymous> ( /css/css-cascade/important-vs-inline-002.html:29:3)
PassCSS Cascade: inline style loses to !important 2
Asserts run
Pass
assert_equals("36px", "36px", "!important has higher priority than modifying inline style")
    at Test.<anonymous> ( /css/css-cascade/important-vs-inline-002.html:34:3)
PassCSS Cascade: inline style loses to !important 3
Asserts run
Pass
assert_equals("36px", "36px", "!important has higher priority than removing inline style")
    at Test.<anonymous> ( /css/css-cascade/important-vs-inline-002.html:39:3)