Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
PassTest circle with negative easing on shape-outside
Asserts run
Pass
assert_equals("circle(0px)", "circle(0px)", "The radius of circle is clamped to zero at 61%")
    at Test.<anonymous> ( /css/css-shapes/basic-shape-interpolation.html:32:3)
PassTest ellipse with negative easing on shape-outside
Asserts run
Pass
assert_equals("ellipse(0px 0px)", "ellipse(0px 0px)", "The radius of ellipse is clamped to zero at 61%")
    at Test.<anonymous> ( /css/css-shapes/basic-shape-interpolation.html:44:3)
PassTest inset with negative easing on shape-outside
Asserts run
Pass
assert_equals("inset(10%)", "inset(10%)", "The radius of inset is clamped to zero at 61%")
    at Test.<anonymous> ( /css/css-shapes/basic-shape-interpolation.html:57:3)