Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passe.style['font-variant-alternates'] = "character-variant(more, than, one)" should set the property value
Asserts run
Pass
assert_not_equals("character-variant(more, than, one)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("character-variant(more, than, one)", "character-variant(more, than, one)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("character-variant(more, than, one)", "character-variant(more, than, one)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['font-variant-alternates'] = "styleset(more, than, one)" should set the property value
Asserts run
Pass
assert_not_equals("styleset(more, than, one)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("styleset(more, than, one)", "styleset(more, than, one)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("styleset(more, than, one)", "styleset(more, than, one)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['font-variant-alternates'] = "styleset(more, than, one) character-variant(more, than, one)" should set the property value
Asserts run
Pass
assert_not_equals("styleset(more, than, one) character-variant(more, than, one)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("styleset(more, than, one) character-variant(more, than, one)", "styleset(more, than, one) character-variant(more, than, one)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("styleset(more, than, one) character-variant(more, than, one)", "styleset(more, than, one) character-variant(more, than, one)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)