diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-masking/animations/clip-interpolation.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-masking/animations/clip-interpolation.html.ini | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-masking/animations/clip-interpolation.html.ini b/testing/web-platform/meta/css/css-masking/animations/clip-interpolation.html.ini new file mode 100644 index 0000000000..ff40701533 --- /dev/null +++ b/testing/web-platform/meta/css/css-masking/animations/clip-interpolation.html.ini @@ -0,0 +1,54 @@ +[clip-interpolation.html] + [CSS Transitions: property <clip> from [initial\] to [rect(20px, 20px, 20px, 20px)\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <clip> from [initial\] to [rect(20px, 20px, 20px, 20px)\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <clip> from [initial\] to [rect(20px, 20px, 20px, 20px)\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <clip> from [unset\] to [rect(20px, 20px, 20px, 20px)\] at (-0.3) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <clip> from [unset\] to [rect(20px, 20px, 20px, 20px)\] at (0) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <clip> from [unset\] to [rect(20px, 20px, 20px, 20px)\] at (0.3) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <clip> from [rect(auto, auto, auto, 10px)\] to [rect(20px, 50px, 50px, auto)\] at (-0.3) should be [rect(auto, auto, auto, 10px)\]] + expected: FAIL + + [CSS Transitions: property <clip> from [rect(auto, auto, auto, 10px)\] to [rect(20px, 50px, 50px, auto)\] at (0) should be [rect(auto, auto, auto, 10px)\]] + expected: FAIL + + [CSS Transitions: property <clip> from [rect(auto, auto, auto, 10px)\] to [rect(20px, 50px, 50px, auto)\] at (0.3) should be [rect(auto, auto, auto, 10px)\]] + expected: FAIL + + [CSS Transitions: property <clip> from [rect(auto, 0px, auto, 10px)\] to [rect(auto, 50px, 50px, auto)\] at (-0.3) should be [rect(auto, 0px, auto, 10px)\]] + expected: FAIL + + [CSS Transitions: property <clip> from [rect(auto, 0px, auto, 10px)\] to [rect(auto, 50px, 50px, auto)\] at (0) should be [rect(auto, 0px, auto, 10px)\]] + expected: FAIL + + [CSS Transitions: property <clip> from [rect(auto, 0px, auto, 10px)\] to [rect(auto, 50px, 50px, auto)\] at (0.3) should be [rect(auto, 0px, auto, 10px)\]] + expected: FAIL + + [CSS Transitions: property <clip> from [auto\] to [rect(0px, 50px, 50px, 0px)\] at (-0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <clip> from [auto\] to [rect(0px, 50px, 50px, 0px)\] at (0) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <clip> from [auto\] to [rect(0px, 50px, 50px, 0px)\] at (0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <clip> from [rect(0px, 50px, 50px, 0px)\] to [auto\] at (-0.3) should be [rect(0px, 50px, 50px, 0px)\]] + expected: FAIL + + [CSS Transitions: property <clip> from [rect(0px, 50px, 50px, 0px)\] to [auto\] at (0) should be [rect(0px, 50px, 50px, 0px)\]] + expected: FAIL + + [CSS Transitions: property <clip> from [rect(0px, 50px, 50px, 0px)\] to [auto\] at (0.3) should be [rect(0px, 50px, 50px, 0px)\]] + expected: FAIL |