Summary

Harness status: OK

Found 5 tests

Details

ResultTest NameMessage
Passe.style['text-decoration'] = "overline from-font dotted green" should set text-decoration-color
Asserts run
Pass
assert_equals("green", "green", "text-decoration-color should be canonical")
    at Test.<anonymous> ( /css/support/shorthand-testcommon.js:14:17)
Pass
assert_equals("green", "green", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/shorthand-testcommon.js:18:17)
Passe.style['text-decoration'] = "overline from-font dotted green" should set text-decoration-line
Asserts run
Pass
assert_equals("overline", "overline", "text-decoration-line should be canonical")
    at Test.<anonymous> ( /css/support/shorthand-testcommon.js:14:17)
Pass
assert_equals("overline", "overline", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/shorthand-testcommon.js:18:17)
Passe.style['text-decoration'] = "overline from-font dotted green" should set text-decoration-style
Asserts run
Pass
assert_equals("dotted", "dotted", "text-decoration-style should be canonical")
    at Test.<anonymous> ( /css/support/shorthand-testcommon.js:14:17)
Pass
assert_equals("dotted", "dotted", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/shorthand-testcommon.js:18:17)
Passe.style['text-decoration'] = "overline from-font dotted green" should set text-decoration-thickness
Asserts run
Pass
assert_equals("from-font", "from-font", "text-decoration-thickness should be canonical")
    at Test.<anonymous> ( /css/support/shorthand-testcommon.js:14:17)
Pass
assert_equals("from-font", "from-font", "serialization should round-trip")
    at Test.<anonymous> ( /css/support/shorthand-testcommon.js:18:17)
Passe.style['text-decoration'] = "overline from-font dotted green" should not set unrelated longhands
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /css/support/shorthand-testcommon.js:31:13)
Pass
assert_equals(0, 0)
    at Test.<anonymous> ( /css/support/shorthand-testcommon.js:35:13)