Pass | Declaration with border longhands is not serialized to a border shorthand declaration. | Asserts runPass | assert_equals("", "", "border shorthand isn't serialized if border-image longhands are not initial")
at Test.<anonymous> ( /css/cssom/border-shorthand-serialization.html:30:9) |
|
Pass | Declaration with border longhands and border-image is not serialized to a border shorthand declaration. | Asserts runPass | assert_equals("", "", "border shorthand isn't serialized if border-image longhands are not initial")
at Test.<anonymous> ( /css/cssom/border-shorthand-serialization.html:34:9) |
|
Pass | Border shorthand is serialized correctly if all border-image-* are set to their initial specified values. | Asserts runPass | assert_not_equals("1px solid black", "", "border shorthand ")
at Test.<anonymous> ( /css/cssom/border-shorthand-serialization.html:38:9) | Pass | assert_equals(".c { border: 1px solid black; }", ".c { border: 1px solid black; }")
at Test.<anonymous> ( /css/cssom/border-shorthand-serialization.html:39:9) |
|