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