1
0
Fork 0
firefox/testing/web-platform/meta/css/css-writing-modes/text-combine-upright-parsing-digits-002.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02: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