aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/css/css-values/calc-numbers.html.ini
blob: a668970dc7513b2c0aa36b9ff6b60cb34d969cd9 (plain) (blame)
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
[calc-numbers.html]
  [testing tab-size: calc(2 * 3)]
    expected: FAIL

  [testing tab-size: calc(2 * -4)]
    expected: FAIL

  [testing tab-size: calc(2 / 4)]
    expected: FAIL

  [testing tab-size: calc(1 + 1px)]
    expected: FAIL

  [testing tab-size: calc(1 + 100%)]
    expected: FAIL

  [testing tab-size: calc(100%)]
    expected: FAIL

  [testing tab-size: calc(10px) bla]
    expected: FAIL

  [testing tab-size: calc(bla) 10px]
    expected: FAIL

  [testing tab-size: calc(10px)]
    expected: FAIL