Skip to content

Commit 610d580

Browse files
wptfyibotvivianzhiKyleJu
authored
Commit New Metadata (#889)
Co-authored-by: vivianzhi <[email protected]> Co-authored-by: Kyle Ju <[email protected]>
1 parent a6d7a0f commit 610d580

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

svg/text/parsing/META.yml

+12
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@ links:
4949
- product: chrome
5050
url: https://bugs.chromium.org/p/chromium/issues/detail?id=875411
5151
results:
52+
- test: shape-subtract-valid.svg
53+
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
5264
- test: shape-inside-valid.svg
5365
subtest: e.style['shape-inside'] = "auto" should set the property value
5466
- test: shape-inside-valid.svg

0 commit comments

Comments
 (0)