diff options
Diffstat (limited to 'testing/web-platform/meta/css/motion/parsing/offset-path-computed.html.ini')
-rw-r--r-- | testing/web-platform/meta/css/motion/parsing/offset-path-computed.html.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/meta/css/motion/parsing/offset-path-computed.html.ini b/testing/web-platform/meta/css/motion/parsing/offset-path-computed.html.ini new file mode 100644 index 0000000000..327370aec2 --- /dev/null +++ b/testing/web-platform/meta/css/motion/parsing/offset-path-computed.html.ini @@ -0,0 +1,18 @@ +[offset-path-computed.html] + [Property offset-path value 'path("m 10 170 h 90 v 30 m 0 0 s 1 2 3 4 z c 9 8 7 6 5 4")'] + expected: FAIL + + [Property offset-path value 'path("m 10 20 a 10 20 30 1 0 40 50 a 110 120 30 1 1 140 50")'] + expected: FAIL + + [Property offset-path value 'path("M 0 0 L 100 100 m 0 100 l 100 0 Z l 160 20 Z")'] + expected: FAIL + + [Property offset-path value 'path("m 20 0 h -100")'] + expected: FAIL + + [Property offset-path value 'path("m 10 20 q 30 60 40 50 q 100 70 90 80")'] + expected: FAIL + + [Property offset-path value 'path("m 10 20 l 20 30 Z l 50 60 Z m 70 80 l 90 60 Z t 70 120")'] + expected: FAIL |