diff options
Diffstat (limited to 'tests/wpt/meta/css/css-text/animations/text-indent-interpolation.html.ini')
-rw-r--r-- | tests/wpt/meta/css/css-text/animations/text-indent-interpolation.html.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/wpt/meta/css/css-text/animations/text-indent-interpolation.html.ini b/tests/wpt/meta/css/css-text/animations/text-indent-interpolation.html.ini index d96387bafdf..32cafd8948d 100644 --- a/tests/wpt/meta/css/css-text/animations/text-indent-interpolation.html.ini +++ b/tests/wpt/meta/css/css-text/animations/text-indent-interpolation.html.ini @@ -400,3 +400,21 @@ [Web Animations: property <text-indent> from [0px\] to [50px each-line hanging\] at (1.5) should be [50px each-line hanging\]] expected: FAIL + + [CSS Transitions: property <text-indent> from [0px each-line\] to [50px hanging\] at (-0.3) should be [50px hanging\]] + expected: FAIL + + [CSS Transitions: property <text-indent> from [0px each-line\] to [50px hanging\] at (0) should be [50px hanging\]] + expected: FAIL + + [CSS Transitions: property <text-indent> from [0px each-line\] to [50px hanging\] at (0.3) should be [50px hanging\]] + expected: FAIL + + [CSS Transitions: property <text-indent> from [0px\] to [50px each-line hanging\] at (-0.3) should be [50px each-line hanging\]] + expected: FAIL + + [CSS Transitions: property <text-indent> from [0px\] to [50px each-line hanging\] at (0) should be [50px each-line hanging\]] + expected: FAIL + + [CSS Transitions: property <text-indent> from [0px\] to [50px each-line hanging\] at (0.3) should be [50px each-line hanging\]] + expected: FAIL |