1
0
Fork 0
firefox/testing/web-platform/meta/css/css-shapes/shape-functions/xywh-function-valid.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

21 lines
888 B
INI

[xywh-function-valid.html]
[e.style['shape-outside'\] = "xywh(0px 1px 2% 3em)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "xywh(0px calc(100% - 20px) 2% 3em)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "xywh(10px 20px 30px 25px round 100%)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "xywh(10px 20px 30px 25px round 0 1px)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "xywh(10px 20px 30px 25px round 0px 1px 2%)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "xywh(10px 20px 30px 25px round 0px 1px 2% 3em)" should set the property value]
expected: FAIL
[e.style['shape-outside'\] = "xywh(10px 20px 30px 25px round 20% / 0px 1px 2% 3em)" should set the property value]
expected: FAIL