From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- testing/web-platform/meta/referrer-policy/gen/req.attr/__dir__.ini | 1 + .../gen/req.attr/no-referrer-when-downgrade/a-tag.http.html.ini | 3 +++ .../gen/req.attr/no-referrer-when-downgrade/iframe-tag.http.html.ini | 3 +++ .../gen/req.attr/no-referrer-when-downgrade/img-tag.http.html.ini | 3 +++ .../no-referrer-when-downgrade/script-tag-dynamic-import.http.html.ini | 3 +++ .../gen/req.attr/no-referrer-when-downgrade/script-tag.http.html.ini | 3 +++ .../referrer-policy/gen/req.attr/no-referrer/img-tag.http.html.ini | 3 +++ .../gen/req.attr/no-referrer/script-tag-dynamic-import.http.html.ini | 3 +++ .../referrer-policy/gen/req.attr/no-referrer/script-tag.http.html.ini | 3 +++ .../gen/req.attr/origin-when-cross-origin/a-tag.http.html.ini | 3 +++ .../gen/req.attr/origin-when-cross-origin/iframe-tag.http.html.ini | 3 +++ .../gen/req.attr/origin-when-cross-origin/img-tag.http.html.ini | 3 +++ .../origin-when-cross-origin/script-tag-dynamic-import.http.html.ini | 3 +++ .../gen/req.attr/origin-when-cross-origin/script-tag.http.html.ini | 3 +++ .../meta/referrer-policy/gen/req.attr/origin/a-tag.http.html.ini | 3 +++ .../meta/referrer-policy/gen/req.attr/origin/iframe-tag.http.html.ini | 3 +++ .../meta/referrer-policy/gen/req.attr/origin/img-tag.http.html.ini | 3 +++ .../gen/req.attr/origin/script-tag-dynamic-import.http.html.ini | 3 +++ .../meta/referrer-policy/gen/req.attr/origin/script-tag.http.html.ini | 3 +++ .../meta/referrer-policy/gen/req.attr/same-origin/a-tag.http.html.ini | 3 +++ .../referrer-policy/gen/req.attr/same-origin/iframe-tag.http.html.ini | 3 +++ .../referrer-policy/gen/req.attr/same-origin/img-tag.http.html.ini | 3 +++ .../gen/req.attr/same-origin/script-tag-dynamic-import.http.html.ini | 3 +++ .../referrer-policy/gen/req.attr/same-origin/script-tag.http.html.ini | 3 +++ .../gen/req.attr/strict-origin-when-cross-origin/a-tag.http.html.ini | 3 +++ .../req.attr/strict-origin-when-cross-origin/iframe-tag.http.html.ini | 3 +++ .../gen/req.attr/strict-origin-when-cross-origin/img-tag.http.html.ini | 3 +++ .../script-tag-dynamic-import.http.html.ini | 3 +++ .../req.attr/strict-origin-when-cross-origin/script-tag.http.html.ini | 3 +++ .../referrer-policy/gen/req.attr/strict-origin/a-tag.http.html.ini | 3 +++ .../gen/req.attr/strict-origin/iframe-tag.http.html.ini | 3 +++ .../referrer-policy/gen/req.attr/strict-origin/img-tag.http.html.ini | 3 +++ .../gen/req.attr/strict-origin/script-tag-dynamic-import.http.html.ini | 3 +++ .../gen/req.attr/strict-origin/script-tag.http.html.ini | 3 +++ .../meta/referrer-policy/gen/req.attr/unsafe-url/a-tag.http.html.ini | 3 +++ .../referrer-policy/gen/req.attr/unsafe-url/iframe-tag.http.html.ini | 3 +++ .../meta/referrer-policy/gen/req.attr/unsafe-url/img-tag.http.html.ini | 3 +++ .../gen/req.attr/unsafe-url/script-tag-dynamic-import.http.html.ini | 3 +++ .../referrer-policy/gen/req.attr/unsafe-url/script-tag.http.html.ini | 3 +++ 39 files changed, 115 insertions(+) create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/__dir__.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/a-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/iframe-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/img-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/script-tag-dynamic-import.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/script-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/img-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/script-tag-dynamic-import.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/script-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/a-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/iframe-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/img-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/script-tag-dynamic-import.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/script-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/origin/a-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/origin/iframe-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/origin/img-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/origin/script-tag-dynamic-import.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/origin/script-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/a-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/iframe-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/img-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/script-tag-dynamic-import.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/script-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/a-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/iframe-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/img-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/script-tag-dynamic-import.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/script-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/a-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/iframe-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/img-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/script-tag-dynamic-import.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/script-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/a-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/iframe-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/img-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/script-tag-dynamic-import.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/script-tag.http.html.ini (limited to 'testing/web-platform/meta/referrer-policy/gen/req.attr') diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/__dir__.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/__dir__.ini new file mode 100644 index 0000000000..daf68383df --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/__dir__.ini @@ -0,0 +1 @@ +leak-threshold: [default:51200] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/a-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/a-tag.http.html.ini new file mode 100644 index 0000000000..ba135066a1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/a-tag.http.html.ini @@ -0,0 +1,3 @@ +[a-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/iframe-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/iframe-tag.http.html.ini new file mode 100644 index 0000000000..d70df5714a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/iframe-tag.http.html.ini @@ -0,0 +1,3 @@ +[iframe-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/img-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/img-tag.http.html.ini new file mode 100644 index 0000000000..c6b279740e --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/img-tag.http.html.ini @@ -0,0 +1,3 @@ +[img-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/script-tag-dynamic-import.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/script-tag-dynamic-import.http.html.ini new file mode 100644 index 0000000000..b2e525101a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/script-tag-dynamic-import.http.html.ini @@ -0,0 +1,3 @@ +[script-tag-dynamic-import.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/script-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/script-tag.http.html.ini new file mode 100644 index 0000000000..f7ef892bd1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer-when-downgrade/script-tag.http.html.ini @@ -0,0 +1,3 @@ +[script-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/img-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/img-tag.http.html.ini new file mode 100644 index 0000000000..c6b279740e --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/img-tag.http.html.ini @@ -0,0 +1,3 @@ +[img-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/script-tag-dynamic-import.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/script-tag-dynamic-import.http.html.ini new file mode 100644 index 0000000000..b2e525101a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/script-tag-dynamic-import.http.html.ini @@ -0,0 +1,3 @@ +[script-tag-dynamic-import.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/script-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/script-tag.http.html.ini new file mode 100644 index 0000000000..f7ef892bd1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/no-referrer/script-tag.http.html.ini @@ -0,0 +1,3 @@ +[script-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/a-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/a-tag.http.html.ini new file mode 100644 index 0000000000..ba135066a1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/a-tag.http.html.ini @@ -0,0 +1,3 @@ +[a-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/iframe-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/iframe-tag.http.html.ini new file mode 100644 index 0000000000..d70df5714a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/iframe-tag.http.html.ini @@ -0,0 +1,3 @@ +[iframe-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/img-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/img-tag.http.html.ini new file mode 100644 index 0000000000..c6b279740e --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/img-tag.http.html.ini @@ -0,0 +1,3 @@ +[img-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/script-tag-dynamic-import.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/script-tag-dynamic-import.http.html.ini new file mode 100644 index 0000000000..b2e525101a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/script-tag-dynamic-import.http.html.ini @@ -0,0 +1,3 @@ +[script-tag-dynamic-import.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/script-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/script-tag.http.html.ini new file mode 100644 index 0000000000..f7ef892bd1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin-when-cross-origin/script-tag.http.html.ini @@ -0,0 +1,3 @@ +[script-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/a-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/a-tag.http.html.ini new file mode 100644 index 0000000000..ba135066a1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/a-tag.http.html.ini @@ -0,0 +1,3 @@ +[a-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/iframe-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/iframe-tag.http.html.ini new file mode 100644 index 0000000000..d70df5714a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/iframe-tag.http.html.ini @@ -0,0 +1,3 @@ +[iframe-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/img-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/img-tag.http.html.ini new file mode 100644 index 0000000000..c6b279740e --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/img-tag.http.html.ini @@ -0,0 +1,3 @@ +[img-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/script-tag-dynamic-import.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/script-tag-dynamic-import.http.html.ini new file mode 100644 index 0000000000..b2e525101a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/script-tag-dynamic-import.http.html.ini @@ -0,0 +1,3 @@ +[script-tag-dynamic-import.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/script-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/script-tag.http.html.ini new file mode 100644 index 0000000000..f7ef892bd1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/origin/script-tag.http.html.ini @@ -0,0 +1,3 @@ +[script-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/a-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/a-tag.http.html.ini new file mode 100644 index 0000000000..ba135066a1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/a-tag.http.html.ini @@ -0,0 +1,3 @@ +[a-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/iframe-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/iframe-tag.http.html.ini new file mode 100644 index 0000000000..d70df5714a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/iframe-tag.http.html.ini @@ -0,0 +1,3 @@ +[iframe-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/img-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/img-tag.http.html.ini new file mode 100644 index 0000000000..c6b279740e --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/img-tag.http.html.ini @@ -0,0 +1,3 @@ +[img-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/script-tag-dynamic-import.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/script-tag-dynamic-import.http.html.ini new file mode 100644 index 0000000000..b2e525101a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/script-tag-dynamic-import.http.html.ini @@ -0,0 +1,3 @@ +[script-tag-dynamic-import.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/script-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/script-tag.http.html.ini new file mode 100644 index 0000000000..f7ef892bd1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/same-origin/script-tag.http.html.ini @@ -0,0 +1,3 @@ +[script-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/a-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/a-tag.http.html.ini new file mode 100644 index 0000000000..ba135066a1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/a-tag.http.html.ini @@ -0,0 +1,3 @@ +[a-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/iframe-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/iframe-tag.http.html.ini new file mode 100644 index 0000000000..d70df5714a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/iframe-tag.http.html.ini @@ -0,0 +1,3 @@ +[iframe-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/img-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/img-tag.http.html.ini new file mode 100644 index 0000000000..c6b279740e --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/img-tag.http.html.ini @@ -0,0 +1,3 @@ +[img-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/script-tag-dynamic-import.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/script-tag-dynamic-import.http.html.ini new file mode 100644 index 0000000000..b2e525101a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/script-tag-dynamic-import.http.html.ini @@ -0,0 +1,3 @@ +[script-tag-dynamic-import.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/script-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/script-tag.http.html.ini new file mode 100644 index 0000000000..f7ef892bd1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/script-tag.http.html.ini @@ -0,0 +1,3 @@ +[script-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/a-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/a-tag.http.html.ini new file mode 100644 index 0000000000..ba135066a1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/a-tag.http.html.ini @@ -0,0 +1,3 @@ +[a-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/iframe-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/iframe-tag.http.html.ini new file mode 100644 index 0000000000..d70df5714a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/iframe-tag.http.html.ini @@ -0,0 +1,3 @@ +[iframe-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/img-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/img-tag.http.html.ini new file mode 100644 index 0000000000..c6b279740e --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/img-tag.http.html.ini @@ -0,0 +1,3 @@ +[img-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/script-tag-dynamic-import.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/script-tag-dynamic-import.http.html.ini new file mode 100644 index 0000000000..b2e525101a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/script-tag-dynamic-import.http.html.ini @@ -0,0 +1,3 @@ +[script-tag-dynamic-import.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/script-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/script-tag.http.html.ini new file mode 100644 index 0000000000..f7ef892bd1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/strict-origin/script-tag.http.html.ini @@ -0,0 +1,3 @@ +[script-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/a-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/a-tag.http.html.ini new file mode 100644 index 0000000000..ba135066a1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/a-tag.http.html.ini @@ -0,0 +1,3 @@ +[a-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/iframe-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/iframe-tag.http.html.ini new file mode 100644 index 0000000000..d70df5714a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/iframe-tag.http.html.ini @@ -0,0 +1,3 @@ +[iframe-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/img-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/img-tag.http.html.ini new file mode 100644 index 0000000000..c6b279740e --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/img-tag.http.html.ini @@ -0,0 +1,3 @@ +[img-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/script-tag-dynamic-import.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/script-tag-dynamic-import.http.html.ini new file mode 100644 index 0000000000..b2e525101a --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/script-tag-dynamic-import.http.html.ini @@ -0,0 +1,3 @@ +[script-tag-dynamic-import.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/script-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/script-tag.http.html.ini new file mode 100644 index 0000000000..f7ef892bd1 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/req.attr/unsafe-url/script-tag.http.html.ini @@ -0,0 +1,3 @@ +[script-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] -- cgit v1.2.3