1
0
Fork 0
firefox/testing/web-platform/meta/css/css-masking/parsing/clip-path-shape-parsing.html.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
599 B
INI

[clip-path-shape-parsing.html]
[e.style['clip-path'\] = "shape(from 10px 10px, curve to 50px 20px with 10rem 1%)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, curve to 50px 20px with 10rem 1px / 20vh 1ch)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, curve by 50px 20px with 10rem 1px / 20vh 1ch)" should set the property value]
expected: FAIL
[e.style['clip-path'\] = "shape(from 10px 10px, smooth to 50px 20px with 10rem 1%)" should set the property value]
expected: FAIL