mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
44 lines
985 B
INI
44 lines
985 B
INI
[shape-outside-circle-011.htm]
|
|
type: testharness
|
|
[circle(at calc(10in)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(10in + 20px)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(30%)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(100%/4)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(25%*3)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(25%*3 - 10in)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc((12.5%*6 + 10in) / 4)) - inline style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(10in)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(10in + 20px)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(30%)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(100%/4)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(25%*3)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc(25%*3 - 10in)) - computed style]
|
|
expected: FAIL
|
|
|
|
[circle(at calc((12.5%*6 + 10in) / 4)) - computed style]
|
|
expected: FAIL
|
|
|