Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassThe font shorthand should be serialized just like any other shorthand.
Asserts run
Pass
assert_equals("font: 10px / 1 Ahem;", "font: 10px / 1 Ahem;")
    at Test.<anonymous> ( /css/cssom/font-shorthand-serialization.html:13:9)
Pass
assert_equals("10px / 1 Ahem", "10px / 1 Ahem")
    at Test.<anonymous> ( /css/cssom/font-shorthand-serialization.html:14:9)