OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 FAIL Computed value for `text-combine-upright: digits calc(0 + 1)` is `none` ass
ert_equals: expected (string) "none" but got (undefined) undefined |
| 3 FAIL Computed value for `text-combine-upright: digits calc(2 + 3)` is `none` ass
ert_equals: expected (string) "none" but got (undefined) undefined |
| 4 FAIL Computed value for `text-combine-upright: digits calc(4 - 3)` is `none` ass
ert_equals: expected (string) "none" but got (undefined) undefined |
| 5 FAIL Computed value for `text-combine-upright: digits calc(10 - 3)` is `none` as
sert_equals: expected (string) "none" but got (undefined) undefined |
| 6 FAIL Computed value for `text-combine-upright: digits calc(3 * 1.0)` is `none` a
ssert_equals: expected (string) "none" but got (undefined) undefined |
| 7 FAIL Computed value for `text-combine-upright: digits calc(2.0 * 2)` is `none` a
ssert_equals: expected (string) "none" but got (undefined) undefined |
| 8 FAIL Computed value for `text-combine-upright: digits calc(2 / 1.0)` is `none` a
ssert_equals: expected (string) "none" but got (undefined) undefined |
| 9 FAIL Computed value for `text-combine-upright: digits calc(4.0 / 2)` is `none` a
ssert_equals: expected (string) "none" but got (undefined) undefined |
| 10 FAIL Computed value for `text-combine-upright: digits calc(2e0 * 2e+0)` is `none
` assert_equals: expected (string) "none" but got (undefined) undefined |
| 11 FAIL Computed value for `text-combine-upright: digits calc(2e2 * 2e-2)` is `none
` assert_equals: expected (string) "none" but got (undefined) undefined |
| 12 FAIL Computed value for `text-combine-upright: digits calc(4e+2 / +2e2)` is `non
e` assert_equals: expected (string) "none" but got (undefined) undefined |
| 13 Harness: the test ran to completion. |
| 14 |
OLD | NEW |