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