diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-shapes/animation/shape-outside-interpolation.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-shapes/animation/shape-outside-interpolation.html.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-shapes/animation/shape-outside-interpolation.html.ini b/testing/web-platform/meta/css/css-shapes/animation/shape-outside-interpolation.html.ini new file mode 100644 index 0000000000..d6fddf130b --- /dev/null +++ b/testing/web-platform/meta/css/css-shapes/animation/shape-outside-interpolation.html.ini @@ -0,0 +1,36 @@ +[shape-outside-interpolation.html] + [CSS Transitions: property <shape-outside> from [initial\] to [circle(40% at 20% 20%)\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [initial\] to [circle(40% at 20% 20%)\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [initial\] to [circle(40% at 20% 20%)\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [unset\] to [circle(40% at 20% 20%)\] at (-0.3) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [unset\] to [circle(40% at 20% 20%)\] at (0) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [unset\] to [circle(40% at 20% 20%)\] at (0.3) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [polygon(evenodd, 0px 0px, 25px 25px, 50px 50px)\] to [polygon(nonzero, 25px 25px, 50px 50px, 75px 75px)\] at (-0.3) should be [polygon(evenodd, 0px 0px, 25px 25px, 50px 50px)\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [polygon(evenodd, 0px 0px, 25px 25px, 50px 50px)\] to [polygon(nonzero, 25px 25px, 50px 50px, 75px 75px)\] at (0) should be [polygon(evenodd, 0px 0px, 25px 25px, 50px 50px)\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [polygon(evenodd, 0px 0px, 25px 25px, 50px 50px)\] to [polygon(nonzero, 25px 25px, 50px 50px, 75px 75px)\] at (0.3) should be [polygon(evenodd, 0px 0px, 25px 25px, 50px 50px)\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [none\] to [ellipse(100% 100% at 0% 0%)\] at (-0.3) should be [none\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [none\] to [ellipse(100% 100% at 0% 0%)\] at (0) should be [none\]] + expected: FAIL + + [CSS Transitions: property <shape-outside> from [none\] to [ellipse(100% 100% at 0% 0%)\] at (0.3) should be [none\]] + expected: FAIL |