diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini b/testing/web-platform/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini new file mode 100644 index 0000000000..d040e34633 --- /dev/null +++ b/testing/web-platform/meta/css/css-sizing/animation/aspect-ratio-interpolation.html.ini @@ -0,0 +1,36 @@ +[aspect-ratio-interpolation.html] + [CSS Transitions: property <aspect-ratio> from [auto\] to [2 / 1\] at (-0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [auto\] to [2 / 1\] at (0) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [auto\] to [2 / 1\] at (0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (-0.3) should be [auto 1 / 1\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0) should be [auto 1 / 1\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [auto 1 / 1\] to [2 / 1\] at (0.3) should be [auto 1 / 1\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (-0.3) should be [1 / 0\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0) should be [1 / 0\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [1 / 0\] to [1 / 1\] at (0.3) should be [1 / 0\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (-0.3) should be [1 / 1\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0) should be [1 / 1\]] + expected: FAIL + + [CSS Transitions: property <aspect-ratio> from [1 / 1\] to [0 / 1\] at (0.3) should be [1 / 1\]] + expected: FAIL |