foo
foo
foo
foo
foo
foo
foo

Summary

Harness status: OK

Found 7 tests

Details

ResultTest NameMessage
PassShorthand serialization with shorthand and longhands mixed.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:29:13)
Pass
assert_true(true)
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:30:13)
Pass
assert_false(false)
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:31:13)
PassShorthand serialization with just longhands.
Asserts run
Pass
assert_equals("margin: 10px;", "margin: 10px;")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:40:13)
Pass
assert_equals("10px", "10px")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:41:13)
Pass
assert_equals("margin-right: 10px; margin-left: 10px; margin-top: 10px; margin-bottom: 10px !important;", "margin-right: 10px; margin-left: 10px; margin-top: 10px; margin-bottom: 10px !important;")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:42:13)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:43:13)
Pass
assert_equals("margin: 10px !important;", "margin: 10px !important;")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:44:13)
Pass
assert_equals("10px", "10px")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:45:13)
PassShorthand serialization with variable and variable from other shorthand.
Asserts run
Pass
assert_equals("var(--a)", "var(--a)")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:51:11)
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:52:11)
PassShorthand serialization after setting
Asserts run
Pass
assert_equals("20px", "20px")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:58:13)
Pass
assert_equals("margin: 20px;", "margin: 20px;")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:59:13)
PassShorthand serialization with 'initial' value.
Asserts run
Pass
assert_equals("initial", "initial")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:65:13)
Pass
assert_equals("margin: initial;", "margin: initial;")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:66:13)
PassShorthand serialization with 'initial' value, one longhand with important flag.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:72:13)
PassShorthand serialization with 'initial' value, longhands set individually, one with important flag.
Asserts run
Pass
assert_equals("", "")
    at Test.<anonymous> ( /css/cssom/shorthand-serialization.html:82:13)