servo/tests/wpt/metadata/css/css-values/calc-numbers.html.ini

28 lines
516 B
INI

[calc-numbers.html]
[testing tab-size: calc(bla) 10px]
expected: FAIL
[testing tab-size: calc(10px)]
expected: FAIL
[testing tab-size: calc(100%)]
expected: FAIL
[testing tab-size: calc(10px) bla]
expected: FAIL
[testing tab-size: calc(2 * 3)]
expected: FAIL
[testing tab-size: calc(2 * -4)]
expected: FAIL
[testing tab-size: calc(1 + 100%)]
expected: FAIL
[testing tab-size: calc(1 + 1px)]
expected: FAIL
[testing tab-size: calc(2 / 4)]
expected: FAIL