You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subtest: e.style['shape-subtract'] = "auto" should set the property value
54
+
- test: shape-subtract-valid.svg
55
+
subtest: e.style['shape-subtract'] = "circle(10px at 20px -30px)" should set the property value
56
+
- test: shape-subtract-valid.svg
57
+
subtest: e.style['shape-subtract'] = "ellipse(10px 20px at -30px 40px)" should set the property value
58
+
- test: shape-subtract-valid.svg
59
+
subtest: e.style['shape-subtract'] = "polygon(10px 20px, -30px 40px, 50px 60px)" should set the property value
60
+
- test: shape-subtract-valid.svg
61
+
subtest: e.style['shape-subtract'] = "url(\"https://example.com/\")" should set the property value
62
+
- test: shape-subtract-valid.svg
63
+
subtest: e.style['shape-subtract'] = "circle(10px at 20px -30px) url(\"https://example.com/\") ellipse(10px 20px at -30px 40px)" should set the property value
52
64
- test: shape-inside-valid.svg
53
65
subtest: e.style['shape-inside'] = "auto" should set the property value
0 commit comments