summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/css/css-writing-modes/text-combine-upright-parsing-digits-002.html.ini
blob: ecc101b5f9d554bd447147c234f2e0118914c059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[text-combine-upright-parsing-digits-002.html]
  expected:
    if (os == "android") and fission: [OK, TIMEOUT]
  [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