diff options
Diffstat (limited to 'testing/web-platform/meta/svg/painting/parsing/stroke-dasharray-valid.svg.ini')
-rw-r--r-- | testing/web-platform/meta/svg/painting/parsing/stroke-dasharray-valid.svg.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/meta/svg/painting/parsing/stroke-dasharray-valid.svg.ini b/testing/web-platform/meta/svg/painting/parsing/stroke-dasharray-valid.svg.ini new file mode 100644 index 0000000000..edb250e6fc --- /dev/null +++ b/testing/web-platform/meta/svg/painting/parsing/stroke-dasharray-valid.svg.ini @@ -0,0 +1,11 @@ +[stroke-dasharray-valid.svg] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [e.style['stroke-dasharray'\] = "calc(3)" should set the property value] + expected: FAIL + + [e.style['stroke-dasharray'\] = "calc(2 + (7 - 5))" should set the property value] + expected: FAIL + + [e.style['stroke-dasharray'\] = "calc(2 + 1)" should set the property value] + expected: FAIL |