summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/referrer-policy/css-integration
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/referrer-policy/css-integration
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/referrer-policy/css-integration')
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet-with-differentorigin-base-url-from-preload.tentative.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet-with-differentorigin-base-url.tentative.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/font-face/external-stylesheet.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/font-face/internal-import-stylesheet.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/font-face/internal-stylesheet.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/image/inline-style-with-differentorigin-base-tag.tentative.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/image/inline-style.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/image/internal-import-stylesheet.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/image/processing-instruction.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/svg/__dir__.ini1
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/svg/external-stylesheet.html.ini12
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/svg/inline-style-with-differentorigin-base-tag.tentative.html.ini12
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/svg/inline-style.html.ini21
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/svg/internal-stylesheet.html.ini12
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/svg/presentation-attribute.html.ini3
-rw-r--r--testing/web-platform/meta/referrer-policy/css-integration/svg/processing-instruction.html.ini16
17 files changed, 107 insertions, 0 deletions
diff --git a/testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet-with-differentorigin-base-url-from-preload.tentative.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet-with-differentorigin-base-url-from-preload.tentative.html.ini
new file mode 100644
index 0000000000..7b979a7d9e
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet-with-differentorigin-base-url-from-preload.tentative.html.ini
@@ -0,0 +1,3 @@
+[internal-import-stylesheet-with-differentorigin-base-url-from-preload.tentative.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet-with-differentorigin-base-url.tentative.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet-with-differentorigin-base-url.tentative.html.ini
new file mode 100644
index 0000000000..a01d441737
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet-with-differentorigin-base-url.tentative.html.ini
@@ -0,0 +1,3 @@
+[internal-import-stylesheet-with-differentorigin-base-url.tentative.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet.html.ini
new file mode 100644
index 0000000000..969da92ec4
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/child-css/internal-import-stylesheet.html.ini
@@ -0,0 +1,3 @@
+[internal-import-stylesheet.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/referrer-policy/css-integration/font-face/external-stylesheet.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/font-face/external-stylesheet.html.ini
new file mode 100644
index 0000000000..4d34431138
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/font-face/external-stylesheet.html.ini
@@ -0,0 +1,3 @@
+[external-stylesheet.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/referrer-policy/css-integration/font-face/internal-import-stylesheet.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/font-face/internal-import-stylesheet.html.ini
new file mode 100644
index 0000000000..969da92ec4
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/font-face/internal-import-stylesheet.html.ini
@@ -0,0 +1,3 @@
+[internal-import-stylesheet.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/referrer-policy/css-integration/font-face/internal-stylesheet.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/font-face/internal-stylesheet.html.ini
new file mode 100644
index 0000000000..176dae4e15
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/font-face/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/image/inline-style-with-differentorigin-base-tag.tentative.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/image/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/image/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/image/inline-style.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/image/inline-style.html.ini
new file mode 100644
index 0000000000..fb1230f6dc
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/image/inline-style.html.ini
@@ -0,0 +1,3 @@
+[inline-style.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/referrer-policy/css-integration/image/internal-import-stylesheet.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/image/internal-import-stylesheet.html.ini
new file mode 100644
index 0000000000..969da92ec4
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/image/internal-import-stylesheet.html.ini
@@ -0,0 +1,3 @@
+[internal-import-stylesheet.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
diff --git a/testing/web-platform/meta/referrer-policy/css-integration/image/processing-instruction.html.ini b/testing/web-platform/meta/referrer-policy/css-integration/image/processing-instruction.html.ini
new file mode 100644
index 0000000000..a871376cee
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/image/processing-instruction.html.ini
@@ -0,0 +1,3 @@
+[processing-instruction.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
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..0949fc7853
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/external-stylesheet.html.ini
@@ -0,0 +1,12 @@
+[external-stylesheet.html]
+ [Test styling SVG from external style stroke]
+ expected:
+ if not fission and (os == "linux") and not debug: [PASS, FAIL]
+
+ [Test styling SVG from external style filter]
+ expected:
+ if not fission and (os == "linux") and not debug: [PASS, FAIL]
+
+ [Test styling SVG from external style marker-start]
+ expected:
+ if not fission and (os == "linux") and not debug: [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..65e49954b5
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/inline-style-with-differentorigin-base-tag.tentative.html.ini
@@ -0,0 +1,12 @@
+[inline-style-with-differentorigin-base-tag.tentative.html]
+ [Styling SVG from inline styles mask]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
+
+ [Styling SVG from inline styles marker-mid]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
+
+ [Styling SVG from inline styles mask-image]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
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..fd7df12b51
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/inline-style.html.ini
@@ -0,0 +1,21 @@
+[inline-style.html]
+ [Styling SVG from inline styles stroke]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
+ if (os == "linux") and not fission and not debug: [PASS, FAIL]
+
+ [Styling SVG from inline styles clip-path]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
+
+ [Styling SVG from inline styles mask-image]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
+
+ [Styling SVG from inline styles mask]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
+
+ [Styling SVG from inline styles marker-mid]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [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..bbf035920f
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/internal-stylesheet.html.ini
@@ -0,0 +1,12 @@
+[internal-stylesheet.html]
+ [Styling SVG from internal styles marker-end]
+ expected:
+ if (processor == "x86") and (os == "win") and not debug: [PASS, FAIL]
+
+ [Styling SVG from internal styles clip-path]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
+
+ [Styling SVG from internal styles mask-image]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
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..65de4bb0e9
--- /dev/null
+++ b/testing/web-platform/meta/referrer-policy/css-integration/svg/processing-instruction.html.ini
@@ -0,0 +1,16 @@
+[processing-instruction.html]
+ [Styling SVG from ProcessingInstruction fill]
+ expected:
+ if not fission and (os == "linux") and not debug: [PASS, FAIL]
+
+ [Styling SVG from ProcessingInstruction marker-end]
+ expected:
+ if (processor == "x86") and not debug: [PASS, FAIL]
+
+ [Styling SVG from ProcessingInstruction mask-image]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
+
+ [Styling SVG from ProcessingInstruction stroke]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]