blob: f4329b8c6782ed6ad405a96a479f0e0f8e302b70 [file] [log] [blame]
This is a testharness.js-based test.
FAIL ellipse(farthest-side calc(10in)) - inline style assert_equals: expected "ellipse(farthest-side calc(960px) at 50% 50%)" but got "ellipse(farthest-side calc(10in) at 50% 50%)"
PASS ellipse(farthest-side calc(10in + 20px)) - inline style
PASS ellipse(farthest-side calc(30%)) - inline style
PASS ellipse(farthest-side calc(100%/4)) - inline style
PASS ellipse(farthest-side calc(25%*3)) - inline style
FAIL ellipse(farthest-side calc(25%*3 - 10in)) - inline style assert_equals: expected "ellipse(farthest-side calc(75% - 960px) at 50% 50%)" but got "ellipse(farthest-side calc(75% - 10in) at 50% 50%)"
FAIL ellipse(farthest-side calc((12.5%*6 + 10in) / 4)) - inline style assert_equals: expected "ellipse(farthest-side calc(18.75% + 240px) at 50% 50%)" but got "ellipse(farthest-side calc((75% + 10in) / 4) at 50% 50%)"
FAIL ellipse(calc(10in) calc(10in)) - inline style assert_equals: expected "ellipse(calc(960px) calc(960px) at 50% 50%)" but got "ellipse(calc(10in) calc(10in) at 50% 50%)"
PASS ellipse(calc(10in + 20px) calc(10in + 20px)) - inline style
PASS ellipse(calc(30%) calc(30%)) - inline style
PASS ellipse(calc(100%/4) calc(100%/4)) - inline style
PASS ellipse(calc(25%*3) calc(25%*3)) - inline style
FAIL ellipse(calc(25%*3 - 10in) calc(25%*3 - 10in)) - inline style assert_equals: expected "ellipse(calc(75% - 960px) calc(75% - 960px) at 50% 50%)" but got "ellipse(calc(75% - 10in) calc(75% - 10in) at 50% 50%)"
FAIL ellipse(calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - inline style assert_equals: expected "ellipse(calc(18.75% + 240px) calc(18.75% + 240px) at 50% 50%)" but got "ellipse(calc((75% + 10in) / 4) calc((75% + 10in) / 4) at 50% 50%)"
PASS ellipse(farthest-side calc(10in)) - computed style
PASS ellipse(farthest-side calc(10in + 20px)) - computed style
PASS ellipse(farthest-side calc(30%)) - computed style
PASS ellipse(farthest-side calc(100%/4)) - computed style
PASS ellipse(farthest-side calc(25%*3)) - computed style
PASS ellipse(farthest-side calc(25%*3 - 10in)) - computed style
PASS ellipse(farthest-side calc((12.5%*6 + 10in) / 4)) - computed style
PASS ellipse(calc(10in) calc(10in)) - computed style
PASS ellipse(calc(10in + 20px) calc(10in + 20px)) - computed style
PASS ellipse(calc(30%) calc(30%)) - computed style
PASS ellipse(calc(100%/4) calc(100%/4)) - computed style
PASS ellipse(calc(25%*3) calc(25%*3)) - computed style
PASS ellipse(calc(25%*3 - 10in) calc(25%*3 - 10in)) - computed style
PASS ellipse(calc((12.5%*6 + 10in) / 4) calc((12.5%*6 + 10in) / 4)) - computed style
Harness: the test ran to completion.