diff options
Diffstat (limited to 'testing/web-platform/meta/svg/text/parsing/shape-inside-valid.svg.ini')
-rw-r--r-- | testing/web-platform/meta/svg/text/parsing/shape-inside-valid.svg.ini | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/web-platform/meta/svg/text/parsing/shape-inside-valid.svg.ini b/testing/web-platform/meta/svg/text/parsing/shape-inside-valid.svg.ini new file mode 100644 index 0000000000..ec92914247 --- /dev/null +++ b/testing/web-platform/meta/svg/text/parsing/shape-inside-valid.svg.ini @@ -0,0 +1,19 @@ +[shape-inside-valid.svg] + [e.style['shape-inside'\] = "url(\\"https://example.com/\\")" should set the property value] + expected: FAIL + + [e.style['shape-inside'\] = "auto" should set the property value] + expected: FAIL + + [e.style['shape-inside'\] = "circle(10px at 20px -30px) url(\\"https://example.com/\\") ellipse(10px 20px at -30px 40px)" should set the property value] + expected: FAIL + + [e.style['shape-inside'\] = "ellipse(10px 20px at -30px 40px)" should set the property value] + expected: FAIL + + [e.style['shape-inside'\] = "circle(10px at 20px -30px)" should set the property value] + expected: FAIL + + [e.style['shape-inside'\] = "polygon(10px 20px, -30px 40px, 50px 60px)" should set the property value] + expected: FAIL + |