diff options
Diffstat (limited to 'testing/web-platform/meta/referrer-policy/css-integration/svg/external-stylesheet.html.ini')
-rw-r--r-- | testing/web-platform/meta/referrer-policy/css-integration/svg/external-stylesheet.html.ini | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/testing/web-platform/meta/referrer-policy/css-integration/svg/external-stylesheet.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/svg/external-stylesheet.html.ini new file mode 100644 index 0000000000..51a9d87adf --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/external-stylesheet.html.ini @@ -0,0 +1,36 @@ +[external-stylesheet.html] + [Test styling SVG from external style stroke] + expected: + if not fission and (os == "linux") and not debug: ["PASS", "FAIL"] + if not fission and (os == "win") and debug: ["PASS", "FAIL"] + + [Test styling SVG from external style filter] + expected: + if not fission and (os == "linux") and not debug: ["PASS", "FAIL"] + if not fission and (os == "win"): ["PASS", "FAIL"] + + [Test styling SVG from external style mask] + expected: + if (os == "win") and not fission: ["PASS", "FAIL"] + + [Test styling SVG from external style marker-start] + expected: + if not fission and (os == "linux") and not debug: ["PASS", "FAIL"] + if not fission and (os == "win"): ["PASS", "FAIL"] + + [Test styling SVG from external style clip-path] + expected: + if (os == "win") and not fission: ["PASS", "FAIL"] + + [Test styling SVG from external style marker-end] + expected: + if (os == "win") and not fission: ["PASS", "FAIL"] + + [Test styling SVG from external style marker-mid] + expected: + if (os == "win") and not fission: ["PASS", "FAIL"] + + [Test styling SVG from external style mask-image] + expected: + if (os == "win") and not fission: ["PASS", "FAIL"] + |