mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
44 lines
943 B
INI
44 lines
943 B
INI
[shape-outside-circle-010.htm]
|
|
type: testharness
|
|
[circle(calc(10in)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(10in + 20px)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(30%)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(100%/4)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(25%*3)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(25%*3 - 10in)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(calc((12.5%*6 + 10in) / 4)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(10in)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(10in + 20px)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(30%)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(100%/4)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(25%*3)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(calc(25%*3 - 10in)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(calc((12.5%*6 + 10in) / 4)) - computed style]
|
|
expected: FAIL
|
|
|