diff options
Diffstat (limited to 'testing/web-platform/meta/css/css-inline/animation')
2 files changed, 93 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/css-inline/animation/alignment-baseline-no-interpolation.html.ini b/testing/web-platform/meta/css/css-inline/animation/alignment-baseline-no-interpolation.html.ini new file mode 100644 index 0000000000..f2bc9452ae --- /dev/null +++ b/testing/web-platform/meta/css/css-inline/animation/alignment-baseline-no-interpolation.html.ini @@ -0,0 +1,84 @@ +[alignment-baseline-no-interpolation.html] + [CSS Transitions: property <alignment-baseline> from [initial\] to [central\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <alignment-baseline> from [initial\] to [central\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <alignment-baseline> from [initial\] to [central\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <alignment-baseline> from [initial\] to [central\] at (0.5) should be [central\]] + expected: FAIL + + [CSS Transitions: property <alignment-baseline> from [initial\] to [central\] at (0.6) should be [central\]] + expected: FAIL + + [CSS Transitions: property <alignment-baseline> from [initial\] to [central\] at (1) should be [central\]] + expected: FAIL + + [CSS Transitions: property <alignment-baseline> from [initial\] to [central\] at (1.5) should be [central\]] + expected: FAIL + + [CSS Transitions with transition: all: property <alignment-baseline> from [initial\] to [central\] at (-0.3) should be [central\]] + expected: FAIL + + [CSS Transitions with transition: all: property <alignment-baseline> from [initial\] to [central\] at (0) should be [central\]] + expected: FAIL + + [CSS Transitions with transition: all: property <alignment-baseline> from [initial\] to [central\] at (0.3) should be [central\]] + expected: FAIL + + [CSS Transitions with transition: all: property <alignment-baseline> from [initial\] to [central\] at (0.5) should be [central\]] + expected: FAIL + + [CSS Transitions with transition: all: property <alignment-baseline> from [initial\] to [central\] at (0.6) should be [central\]] + expected: FAIL + + [CSS Transitions with transition: all: property <alignment-baseline> from [initial\] to [central\] at (1) should be [central\]] + expected: FAIL + + [CSS Transitions with transition: all: property <alignment-baseline> from [initial\] to [central\] at (1.5) should be [central\]] + expected: FAIL + + [CSS Animations: property <alignment-baseline> from [initial\] to [central\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Animations: property <alignment-baseline> from [initial\] to [central\] at (0) should be [initial\]] + expected: FAIL + + [CSS Animations: property <alignment-baseline> from [initial\] to [central\] at (0.3) should be [initial\]] + expected: FAIL + + [CSS Animations: property <alignment-baseline> from [initial\] to [central\] at (0.5) should be [central\]] + expected: FAIL + + [CSS Animations: property <alignment-baseline> from [initial\] to [central\] at (0.6) should be [central\]] + expected: FAIL + + [CSS Animations: property <alignment-baseline> from [initial\] to [central\] at (1) should be [central\]] + expected: FAIL + + [CSS Animations: property <alignment-baseline> from [initial\] to [central\] at (1.5) should be [central\]] + expected: FAIL + + [Web Animations: property <alignment-baseline> from [initial\] to [central\] at (-0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property <alignment-baseline> from [initial\] to [central\] at (0) should be [initial\]] + expected: FAIL + + [Web Animations: property <alignment-baseline> from [initial\] to [central\] at (0.3) should be [initial\]] + expected: FAIL + + [Web Animations: property <alignment-baseline> from [initial\] to [central\] at (0.5) should be [central\]] + expected: FAIL + + [Web Animations: property <alignment-baseline> from [initial\] to [central\] at (0.6) should be [central\]] + expected: FAIL + + [Web Animations: property <alignment-baseline> from [initial\] to [central\] at (1) should be [central\]] + expected: FAIL + + [Web Animations: property <alignment-baseline> from [initial\] to [central\] at (1.5) should be [central\]] + expected: FAIL diff --git a/testing/web-platform/meta/css/css-inline/animation/dominant-baseline-no-interpolation.html.ini b/testing/web-platform/meta/css/css-inline/animation/dominant-baseline-no-interpolation.html.ini new file mode 100644 index 0000000000..e68e01795c --- /dev/null +++ b/testing/web-platform/meta/css/css-inline/animation/dominant-baseline-no-interpolation.html.ini @@ -0,0 +1,9 @@ +[dominant-baseline-no-interpolation.html] + [CSS Transitions: property <dominant-baseline> from [initial\] to [middle\] at (-0.3) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <dominant-baseline> from [initial\] to [middle\] at (0) should be [initial\]] + expected: FAIL + + [CSS Transitions: property <dominant-baseline> from [initial\] to [middle\] at (0.3) should be [initial\]] + expected: FAIL |