diff options
Diffstat (limited to 'testing/web-platform/meta/css/motion/animation/offset-interpolation.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/motion/animation/offset-interpolation.html.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/motion/animation/offset-interpolation.html.ini b/testing/web-platform/meta/css/motion/animation/offset-interpolation.html.ini new file mode 100644 index 0000000000..adef011c40 --- /dev/null +++ b/testing/web-platform/meta/css/motion/animation/offset-interpolation.html.ini @@ -0,0 +1,18 @@ +[offset-interpolation.html] + [CSS Transitions: property <offset> from [path("M0 200H 700") 500px 800deg\] to [path("M0 300H 700 Z") 600px 900deg\] at (-0.3) should be [path("M0 200H 700") 470px 770deg\]] + expected: FAIL + + [CSS Transitions: property <offset> from [path("M0 200H 700") 500px 800deg\] to [path("M0 300H 700 Z") 600px 900deg\] at (0) should be [path("M0 200H 700") 500px 800deg\]] + expected: FAIL + + [CSS Transitions: property <offset> from [path("M0 200H 700") 500px 800deg\] to [path("M0 300H 700 Z") 600px 900deg\] at (0.3) should be [path("M0 200H 700") 530px 830deg\]] + expected: FAIL + + [CSS Transitions: property <offset> from [path("M0 0H 200") 500px auto\] to [path("M0 0H 300") 600px 0deg\] at (-0.3) should be [path("M0 0H 170") 470px auto 0deg\]] + expected: FAIL + + [CSS Transitions: property <offset> from [path("M0 0H 200") 500px auto\] to [path("M0 0H 300") 600px 0deg\] at (0) should be [path("M0 0H 200") 500px auto 0deg\]] + expected: FAIL + + [CSS Transitions: property <offset> from [path("M0 0H 200") 500px auto\] to [path("M0 0H 300") 600px 0deg\] at (0.3) should be [path("M0 0H 230") 530px auto 0deg\]] + expected: FAIL |