diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-multicol/animation')
4 files changed, 94 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-multicol/animation/__dir__.ini b/testing/web-platform/meta/css/css-multicol/animation/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/css/css-multicol/animation/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/css/css-multicol/animation/column-count-interpolation.html.ini b/testing/web-platform/meta/css/css-multicol/animation/column-count-interpolation.html.ini new file mode 100644 index 0000000000..b9b84b1a89 --- /dev/null +++ b/testing/web-platform/meta/css/css-multicol/animation/column-count-interpolation.html.ini @@ -0,0 +1,39 @@ +[column-count-interpolation.html] + [CSS Transitions: property <column-count> from [10\] to [1\] at (-0.5) should be [15\]] + expected: FAIL + + [CSS Transitions with transition: all: property <column-count> from [10\] to [1\] at (-0.5) should be [15\]] + expected: FAIL + + [CSS Animations: property <column-count> from [10\] to [1\] at (-0.5) should be [15\]] + expected: FAIL + + [Web Animations: property <column-count> from [10\] to [1\] at (-0.5) should be [15\]] + expected: FAIL + + [CSS Transitions: property <column-count> from [auto\] to [20\] at (-0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <column-count> from [auto\] to [20\] at (0) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <column-count> from [auto\] to [20\] at (0.3) should be [auto\]] + expected: FAIL + + [CSS Transitions: property <column-count> from [initial\] to [5\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-count> from [initial\] to [5\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-count> from [initial\] to [5\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-count> from [unset\] to [5\] at (-0.3) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <column-count> from [unset\] to [5\] at (0) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <column-count> from [unset\] to [5\] at (0.3) should be [unset\]] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-multicol/animation/column-width-interpolation.html.ini b/testing/web-platform/meta/css/css-multicol/animation/column-width-interpolation.html.ini new file mode 100644 index 0000000000..44a4fd9664 --- /dev/null +++ b/testing/web-platform/meta/css/css-multicol/animation/column-width-interpolation.html.ini @@ -0,0 +1,27 @@ +[column-width-interpolation.html] + [CSS Transitions: property <column-width> from [initial\] to [20px\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-width> from [initial\] to [20px\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-width> from [initial\] to [20px\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-width> from [unset\] to [20px\] at (-0.3) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <column-width> from [unset\] to [20px\] at (0) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <column-width> from [unset\] to [20px\] at (0.3) should be [unset\]] + expected: FAIL + + [CSS Transitions: property <column-width> from [50px\] to [auto\] at (-0.3) should be [50px\]] + expected: FAIL + + [CSS Transitions: property <column-width> from [50px\] to [auto\] at (0) should be [50px\]] + expected: FAIL + + [CSS Transitions: property <column-width> from [50px\] to [auto\] at (0.3) should be [50px\]] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-multicol/animation/discrete-no-interpolation.html.ini b/testing/web-platform/meta/css/css-multicol/animation/discrete-no-interpolation.html.ini new file mode 100644 index 0000000000..8601521aec --- /dev/null +++ b/testing/web-platform/meta/css/css-multicol/animation/discrete-no-interpolation.html.ini @@ -0,0 +1,27 @@ +[discrete-no-interpolation.html] + [CSS Transitions: property <column-fill> from [initial\] to [auto\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-fill> from [initial\] to [auto\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-fill> from [initial\] to [auto\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-rule-style> from [initial\] to [dashed\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-rule-style> from [initial\] to [dashed\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-rule-style> from [initial\] to [dashed\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-span> from [initial\] to [all\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-span> from [initial\] to [all\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <column-span> from [initial\] to [all\] at (0.3) should be [initial\]] + expected: FAIL |