diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-grid/animation/grid-no-interpolation.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/css-grid/animation/grid-no-interpolation.html.ini | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-grid/animation/grid-no-interpolation.html.ini b/testing/web-platform/meta/css/css-grid/animation/grid-no-interpolation.html.ini new file mode 100644 index 0000000000..342f0959b6 --- /dev/null +++ b/testing/web-platform/meta/css/css-grid/animation/grid-no-interpolation.html.ini @@ -0,0 +1,72 @@ +[grid-no-interpolation.html] + [CSS Transitions: property <grid-auto-columns> from [initial\] to [123px\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-auto-columns> from [initial\] to [123px\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-auto-columns> from [initial\] to [123px\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-auto-flow> from [initial\] to [column\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-auto-flow> from [initial\] to [column\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-auto-flow> from [initial\] to [column\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-auto-rows> from [initial\] to [123px\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-auto-rows> from [initial\] to [123px\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-auto-rows> from [initial\] to [123px\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-column-end> from [initial\] to [123\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-column-end> from [initial\] to [123\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-column-end> from [initial\] to [123\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-column-start> from [initial\] to [123\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-column-start> from [initial\] to [123\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-column-start> from [initial\] to [123\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-row-end> from [initial\] to [123\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-row-end> from [initial\] to [123\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-row-end> from [initial\] to [123\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-row-start> from [initial\] to [123\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-row-start> from [initial\] to [123\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-row-start> from [initial\] to [123\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-template-areas> from [initial\] to ["."\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-template-areas> from [initial\] to ["."\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <grid-template-areas> from [initial\] to ["."\] at (0.3) should be [initial\]] + expected: FAIL |