Pass | Test circle with negative easing on shape-outside | Asserts runPass | 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) |
|
Pass | Test ellipse with negative easing on shape-outside | Asserts runPass | 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) |
|
Pass | Test inset with negative easing on shape-outside | Asserts runPass | 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) |
|