diff options
Diffstat (limited to 'testing/web-platform/meta/referrer-policy/css-integration/svg')
7 files changed, 58 insertions, 0 deletions
diff --git a/testing/web-platform/meta/referrer-policy/css-integration/svg/__dir__.ini b/testing/web-platform/meta/referrer-policy/css-integration/svg/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] 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"] + diff --git a/testing/web-platform/meta/referrer-policy/css-integration/svg/inline-style-with-differentorigin-base-tag.tentative.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/svg/inline-style-with-differentorigin-base-tag.tentative.html.ini new file mode 100644 index 0000000000..6b3273f766 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/inline-style-with-differentorigin-base-tag.tentative.html.ini @@ -0,0 +1,3 @@ +[inline-style-with-differentorigin-base-tag.tentative.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/css-integration/svg/inline-style.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/svg/inline-style.html.ini new file mode 100644 index 0000000000..0a923af084 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/inline-style.html.ini @@ -0,0 +1,6 @@ +[inline-style.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Styling SVG from inline styles stroke] + expected: + if (os == "linux") and not fission and not debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/referrer-policy/css-integration/svg/internal-stylesheet.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/svg/internal-stylesheet.html.ini new file mode 100644 index 0000000000..176dae4e15 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/internal-stylesheet.html.ini @@ -0,0 +1,3 @@ +[internal-stylesheet.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/css-integration/svg/presentation-attribute.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/svg/presentation-attribute.html.ini new file mode 100644 index 0000000000..b3a52840df --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/presentation-attribute.html.ini @@ -0,0 +1,3 @@ +[presentation-attribute.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/css-integration/svg/processing-instruction.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/svg/processing-instruction.html.ini new file mode 100644 index 0000000000..020efbe3cd --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/processing-instruction.html.ini @@ -0,0 +1,6 @@ +[processing-instruction.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Styling SVG from ProcessingInstruction fill] + expected: + if not fission and (os == "linux") and not debug: [PASS, FAIL] |