tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

text-combine-upright-parsing-digits-002.html.ini (1263B)


      1 [text-combine-upright-parsing-digits-002.html]
      2  [Computed value for `text-combine-upright: digits calc(1 + 1)` is `digits 2`]
      3    expected: FAIL
      4 
      5  [Computed value for `text-combine-upright: digits calc(1 + 1 + 1)` is `digits 3`]
      6    expected: FAIL
      7 
      8  [Computed value for `text-combine-upright: digits calc(2 + 2)` is `digits 4`]
      9    expected: FAIL
     10 
     11  [Computed value for `text-combine-upright: digits calc(4 - 2)` is `digits 2`]
     12    expected: FAIL
     13 
     14  [Computed value for `text-combine-upright: digits calc(6 - 3)` is `digits 3`]
     15    expected: FAIL
     16 
     17  [Computed value for `text-combine-upright: digits calc(7 - 1 - 2)` is `digits 4`]
     18    expected: FAIL
     19 
     20  [Computed value for `text-combine-upright: digits calc(2 * 1)` is `digits 2`]
     21    expected: FAIL
     22 
     23  [Computed value for `text-combine-upright: digits calc(3 * 1)` is `digits 3`]
     24    expected: FAIL
     25 
     26  [Computed value for `text-combine-upright: digits calc(2 * 2 * 1)` is `digits 4`]
     27    expected: FAIL
     28 
     29  [Computed value for `text-combine-upright: digits calc(4 / 2)` is `digits 2`]
     30    expected: FAIL
     31 
     32  [Computed value for `text-combine-upright: digits calc(6 / 2)` is `digits 3`]
     33    expected: FAIL
     34 
     35  [Computed value for `text-combine-upright: digits calc(24 / 3 / 2)` is `digits 4`]
     36    expected: FAIL