Pass | Normal inline style > normal layered style | Asserts runPass | assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
at Test.<anonymous> ( /css/css-cascade/layer-vs-inline-style.html:54:5) |
|
Pass | Normal inline style < important layered style | Asserts runPass | assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
at Test.<anonymous> ( /css/css-cascade/layer-vs-inline-style.html:54:5) |
|
Pass | Important inline style > normal layered style | Asserts runPass | assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
at Test.<anonymous> ( /css/css-cascade/layer-vs-inline-style.html:54:5) |
|
Pass | Important inline style > important layered style | Asserts runPass | assert_equals("rgb(0, 128, 0)", "rgb(0, 128, 0)")
at Test.<anonymous> ( /css/css-cascade/layer-vs-inline-style.html:54:5) |
|