Summary

Harness status: OK

Found 4 tests

Details

ResultTest NameMessage
Passinset - computed
Asserts run
Pass
assert_equals("inset(10% 20% 30% 40% round 10% 20% 30% 40%)", "inset(10% 20% 30% 40% round 10% 20% 30% 40%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)
Passcircle - computed
Asserts run
Pass
assert_equals("circle(10% at 10% 20%)", "circle(10% at 10% 20%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)
Passellipse - computed
Asserts run
Pass
assert_equals("ellipse(10% 20% at 10% 20%)", "ellipse(10% 20% at 10% 20%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)
Passpolygon - computed
Asserts run
Pass
assert_equals("polygon(10% 20%, 30% 40%, 50% 60%)", "polygon(10% 20%, 30% 40%, 50% 60%)")
    at Test.testComputedStyle ( /css/css-shapes/shape-outside/values/support/parsing-utils.js:24:9)