Summary

Harness status: OK

Found 14 tests

Details

ResultTest NameMessage
Passcircle(calc(10in) at 50% 50%) - inline style
Asserts run
Pass
assert_equals("circle(calc(960px) at 50% 50%)", "circle(calc(960px) at 50% 50%)")
    at Test.testInlineStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:6:5)
Passcircle(calc(10in + 20px) at 50% 50%) - inline style
Asserts run
Pass
assert_equals("circle(calc(980px) at 50% 50%)", "circle(calc(980px) at 50% 50%)")
    at Test.testInlineStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:6:5)
Passcircle(calc(30%) at 50% 50%) - inline style
Asserts run
Pass
assert_equals("circle(calc(30%) at 50% 50%)", "circle(calc(30%) at 50% 50%)")
    at Test.testInlineStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:6:5)
Passcircle(calc(100%/4) at 50% 50%) - inline style
Asserts run
Pass
assert_equals("circle(calc(25%) at 50% 50%)", "circle(calc(25%) at 50% 50%)")
    at Test.testInlineStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:6:5)
Passcircle(calc(25%*3) at 50% 50%) - inline style
Asserts run
Pass
assert_equals("circle(calc(75%) at 50% 50%)", "circle(calc(75%) at 50% 50%)")
    at Test.testInlineStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:6:5)
Passcircle(calc(25%*3 - 10in) at 50% 50%) - inline style
Asserts run
Pass
assert_equals("circle(calc(75% - 960px) at 50% 50%)", "circle(calc(75% - 960px) at 50% 50%)")
    at Test.testInlineStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:6:5)
Passcircle(calc((12.5%*6 + 10in) / 4) at 50% 50%) - inline style
Asserts run
Pass
assert_equals("circle(calc(18.75% + 240px) at 50% 50%)", "circle(calc(18.75% + 240px) at 50% 50%)")
    at Test.testInlineStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:6:5)
Passcircle(calc(10in) at 50% 50%) - computed style
Asserts run
Pass
assert_equals("circle(960px at 50% 50%)", "circle(960px at 50% 50%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)
Passcircle(calc(10in + 20px) at 50% 50%) - computed style
Asserts run
Pass
assert_equals("circle(980px at 50% 50%)", "circle(980px at 50% 50%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)
Passcircle(calc(30%) at 50% 50%) - computed style
Asserts run
Pass
assert_equals("circle(30% at 50% 50%)", "circle(30% at 50% 50%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)
Passcircle(calc(100%/4) at 50% 50%) - computed style
Asserts run
Pass
assert_equals("circle(25% at 50% 50%)", "circle(25% at 50% 50%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)
Passcircle(calc(25%*3) at 50% 50%) - computed style
Asserts run
Pass
assert_equals("circle(75% at 50% 50%)", "circle(75% at 50% 50%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)
Passcircle(calc(25%*3 - 10in) at 50% 50%) - computed style
Asserts run
Pass
assert_equals("circle(calc(75% - 960px) at 50% 50%)", "circle(calc(75% - 960px) at 50% 50%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)
Passcircle(calc((12.5%*6 + 10in) / 4) at 50% 50%) - computed style
Asserts run
Pass
assert_equals("circle(calc(18.75% + 240px) at 50% 50%)", "circle(calc(18.75% + 240px) at 50% 50%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)