Summary

Harness status: OK

Found 12 tests

Details

ResultTest NameMessage
Passe.style['text-decoration-thickness'] = "auto" should set the property value
Asserts run
Pass
assert_not_equals("auto", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("auto", "auto", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("auto", "auto", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "from-font" should set the property value
Asserts run
Pass
assert_not_equals("from-font", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("from-font", "from-font", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("from-font", "from-font", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "-10px" should set the property value
Asserts run
Pass
assert_not_equals("-10px", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("-10px", "-10px", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("-10px", "-10px", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "2001em" should set the property value
Asserts run
Pass
assert_not_equals("2001em", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("2001em", "2001em", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("2001em", "2001em", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "-49em" should set the property value
Asserts run
Pass
assert_not_equals("-49em", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("-49em", "-49em", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("-49em", "-49em", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "53px" should set the property value
Asserts run
Pass
assert_not_equals("53px", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("53px", "53px", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("53px", "53px", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "calc(40em - 10px)" should set the property value
Asserts run
Pass
assert_not_equals("calc(40em - 10px)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("calc(40em - 10px)", "calc(40em - 10px)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("calc(40em - 10px)", "calc(40em - 10px)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "calc(-50em + 13px)" should set the property value
Asserts run
Pass
assert_not_equals("calc(-50em + 13px)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("calc(-50em + 13px)", "calc(-50em + 13px)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("calc(-50em + 13px)", "calc(-50em + 13px)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "10%" should set the property value
Asserts run
Pass
assert_not_equals("10%", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("10%", "10%", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("10%", "10%", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "-27%" should set the property value
Asserts run
Pass
assert_not_equals("-27%", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("-27%", "-27%", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("-27%", "-27%", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "calc(40% - 20px)" should set the property value
Asserts run
Pass
assert_not_equals("calc(40% - 20px)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("calc(40% - 20px)", "calc(40% - 20px)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("calc(40% - 20px)", "calc(40% - 20px)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)
Passe.style['text-decoration-thickness'] = "calc(100% - 40em)" should set the property value
Asserts run
Pass
assert_not_equals("calc(100% - 40em)", "", "property should be set")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:28:9)
Pass
assert_equals("calc(100% - 40em)", "calc(100% - 40em)", "serialization should be canonical")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:34:13)
Pass
assert_equals("calc(100% - 40em)", "calc(100% - 40em)", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/parsing-testcommon.js:37:9)