trisquel-icecat/icecat/testing/web-platform/meta/css/css-writing-modes/text-combine-upright-parsing-digits-002.html.ini
2025-10-06 02:35:48 -06:00

36 lines
1.2 KiB
INI

[text-combine-upright-parsing-digits-002.html]
[Computed value for `text-combine-upright: digits calc(1 + 1)` is `digits 2`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(1 + 1 + 1)` is `digits 3`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(2 + 2)` is `digits 4`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(4 - 2)` is `digits 2`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(6 - 3)` is `digits 3`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(7 - 1 - 2)` is `digits 4`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(2 * 1)` is `digits 2`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(3 * 1)` is `digits 3`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(2 * 2 * 1)` is `digits 4`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(4 / 2)` is `digits 2`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(6 / 2)` is `digits 3`]
expected: FAIL
[Computed value for `text-combine-upright: digits calc(24 / 3 / 2)` is `digits 4`]
expected: FAIL