Pass | e.style['text-decoration'] = "overline from-font dotted green" should set text-decoration-color | Asserts runPass | 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) |
|
Pass | e.style['text-decoration'] = "overline from-font dotted green" should set text-decoration-line | Asserts runPass | 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) |
|
Pass | e.style['text-decoration'] = "overline from-font dotted green" should set text-decoration-style | Asserts runPass | 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) |
|
Pass | e.style['text-decoration'] = "overline from-font dotted green" should set text-decoration-thickness | Asserts runPass | 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) |
|
Pass | e.style['text-decoration'] = "overline from-font dotted green" should not set unrelated longhands | Asserts runPass | 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) |
|