mirror of
https://github.com/servo/servo.git
synced 2025-07-12 09:53:40 +01:00
28 lines
516 B
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
|
|
|