Summary

Harness status: OK

Found 8 tests

Details

ResultTest NameMessage
Passe.style['font-feature-settings'] = "normal" should set the property value
Asserts run
Pass
assert_not_equals("normal", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("normal", "normal", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("normal", "normal", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['font-feature-settings'] = "\"dlig\" 1" should set the property value
Asserts run
Pass
assert_not_equals("\"dlig\"", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("\"dlig\"", "\"dlig\"", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("\"dlig\"", "\"dlig\"", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['font-feature-settings'] = "\"smcp\" on" should set the property value
Asserts run
Pass
assert_not_equals("\"smcp\"", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("\"smcp\"", "\"smcp\"", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("\"smcp\"", "\"smcp\"", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['font-feature-settings'] = "'c2sc'" should set the property value
Asserts run
Pass
assert_not_equals("\"c2sc\"", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("\"c2sc\"", "\"c2sc\"", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("\"c2sc\"", "\"c2sc\"", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['font-feature-settings'] = "\"liga\" off" should set the property value
Asserts run
Pass
assert_not_equals("\"liga\" 0", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("\"liga\" 0", "\"liga\" 0", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("\"liga\" 0", "\"liga\" 0", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['font-feature-settings'] = "\"tnum\", 'hist'" should set the property value
Asserts run
Pass
assert_not_equals("\"tnum\", \"hist\"", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("\"tnum\", \"hist\"", "\"tnum\", \"hist\"", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("\"tnum\", \"hist\"", "\"tnum\", \"hist\"", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['font-feature-settings'] = "\"PKRN\"" should set the property value
Asserts run
Pass
assert_not_equals("\"PKRN\"", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("\"PKRN\"", "\"PKRN\"", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("\"PKRN\"", "\"PKRN\"", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['font-feature-settings'] = "\"dlig\" 1, \"smcp\" on, \"dlig\" 0" should set the property value
Asserts run
Pass
assert_not_equals("\"dlig\", \"smcp\", \"dlig\" 0", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("\"dlig\", \"smcp\", \"dlig\" 0", "\"dlig\", \"smcp\", \"dlig\" 0", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("\"dlig\", \"smcp\", \"dlig\" 0", "\"dlig\", \"smcp\", \"dlig\" 0", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)