diff options
Diffstat (limited to 'testing/web-platform/meta/css/motion/animation/offset-path-interpolation-001.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/motion/animation/offset-path-interpolation-001.html.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/motion/animation/offset-path-interpolation-001.html.ini b/testing/web-platform/meta/css/motion/animation/offset-path-interpolation-001.html.ini new file mode 100644 index 0000000000..94b25113aa --- /dev/null +++ b/testing/web-platform/meta/css/motion/animation/offset-path-interpolation-001.html.ini @@ -0,0 +1,36 @@ +[offset-path-interpolation-001.html] + [CSS Transitions: property <offset-path> from [path('M 0 0 H 1 H 2')\] to [path('M 0 0 H 3')\] at (-0.3) should be [path('M 0 0 H 1 H 2')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 0 0 H 1 H 2')\] to [path('M 0 0 H 3')\] at (0) should be [path('M 0 0 H 1 H 2')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 0 0 H 1 H 2')\] to [path('M 0 0 H 3')\] at (0.3) should be [path('M 0 0 H 1 H 2')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 1 2 L 3 4 Z')\] to [none\] at (-0.3) should be [path('M 1 2 L 3 4 Z')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 1 2 L 3 4 Z')\] to [none\] at (0) should be [path('M 1 2 L 3 4 Z')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 1 2 L 3 4 Z')\] to [none\] at (0.3) should be [path('M 1 2 L 3 4 Z')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 10 0 H 11')\] to [path('M 20 0 V 2')\] at (-0.3) should be [path('M 10 0 H 11')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 10 0 H 11')\] to [path('M 20 0 V 2')\] at (0) should be [path('M 10 0 H 11')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 10 0 H 11')\] to [path('M 20 0 V 2')\] at (0.3) should be [path('M 10 0 H 11')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 1 2 L 4 6 Z')\] to [path('M 1 2 H 4 V 6')\] at (-0.3) should be [path('M 1 2 L 4 6 Z')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 1 2 L 4 6 Z')\] to [path('M 1 2 H 4 V 6')\] at (0) should be [path('M 1 2 L 4 6 Z')\]] + expected: FAIL + + [CSS Transitions: property <offset-path> from [path('M 1 2 L 4 6 Z')\] to [path('M 1 2 H 4 V 6')\] at (0.3) should be [path('M 1 2 L 4 6 Z')\]] + expected: FAIL |