OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 FAIL Computed value for `text-combine-upright: foo` is `none` assert_equals: exp
ected (string) "none" but got (undefined) undefined |
| 3 FAIL Computed value for `text-combine-upright: all none` is `none` assert_equals
: expected (string) "none" but got (undefined) undefined |
| 4 FAIL Computed value for `text-combine-upright: none digits` is `none` assert_equ
als: expected (string) "none" but got (undefined) undefined |
| 5 FAIL Computed value for `text-combine-upright: digits bar` is `none` assert_equa
ls: expected (string) "none" but got (undefined) undefined |
| 6 FAIL Computed value for `text-combine-upright: digits 4 none` is `none` assert_e
quals: expected (string) "none" but got (undefined) undefined |
| 7 FAIL Computed value for `text-combine-upright: digits2` is `none` assert_equals:
expected (string) "none" but got (undefined) undefined |
| 8 FAIL Computed value for `text-combine-upright: digits 1` is `none` assert_equals
: expected (string) "none" but got (undefined) undefined |
| 9 FAIL Computed value for `text-combine-upright: digits +5` is `none` assert_equal
s: expected (string) "none" but got (undefined) undefined |
| 10 FAIL Computed value for `text-combine-upright: digits 2.00` is `none` assert_equ
als: expected (string) "none" but got (undefined) undefined |
| 11 FAIL Computed value for `text-combine-upright: digits 2e0` is not `digits 2` but
`none` assert_equals: expected (string) "none" but got (undefined) undefined |
| 12 FAIL Computed value for `text-combine-upright: digits +2e0` is not `digits 2` bu
t `none` assert_equals: expected (string) "none" but got (undefined) undefined |
| 13 FAIL Computed value for `text-combine-upright: digits 3e+0` is not `digits 3` bu
t `none` assert_equals: expected (string) "none" but got (undefined) undefined |
| 14 FAIL Computed value for `text-combine-upright: digits 3e-0` is not `digits 3` bu
t `none` assert_equals: expected (string) "none" but got (undefined) undefined |
| 15 FAIL Computed value for `text-combine-upright: digits +4e+0` is not `digits 4` b
ut `none` assert_equals: expected (string) "none" but got (undefined) undefined |
| 16 FAIL Computed value for `text-combine-upright: digits +4e-0` is not `digits 4` b
ut `none` assert_equals: expected (string) "none" but got (undefined) undefined |
| 17 Harness: the test ran to completion. |
| 18 |
OLD | NEW |