From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../gen/iframe.meta/default/a-tag.http.html.ini | 11 ++++++++ .../gen/iframe.meta/default/fetch.http.html.ini | 32 ++++++++++++++++++++++ .../iframe.meta/default/iframe-tag.http.html.ini | 32 ++++++++++++++++++++++ .../gen/iframe.meta/default/img-tag.http.html.ini | 32 ++++++++++++++++++++++ .../iframe.meta/default/script-tag.http.html.ini | 32 ++++++++++++++++++++++ .../default/sharedworker-classic.http.html.ini | 3 ++ .../default/sharedworker-module.http.html.ini | 3 ++ .../default/worker-classic.http.html.ini | 3 ++ .../default/worker-module.http.html.ini | 3 ++ .../gen/iframe.meta/default/xhr.http.html.ini | 32 ++++++++++++++++++++++ 10 files changed, 183 insertions(+) create mode 100644 testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/a-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/fetch.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/iframe-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/img-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/script-tag.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/sharedworker-classic.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/sharedworker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/worker-classic.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/worker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/xhr.http.html.ini (limited to 'testing/web-platform/meta/referrer-policy/gen/iframe.meta/default') diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/a-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/a-tag.http.html.ini new file mode 100644 index 0000000000..a32906ef27 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/a-tag.http.html.ini @@ -0,0 +1,11 @@ +[a-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT, CRASH] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/fetch.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/fetch.http.html.ini new file mode 100644 index 0000000000..35c6d4766c --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/fetch.http.html.ini @@ -0,0 +1,32 @@ +[fetch.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT, CRASH] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/iframe-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/iframe-tag.http.html.ini new file mode 100644 index 0000000000..6bef9a0da6 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/iframe-tag.http.html.ini @@ -0,0 +1,32 @@ +[iframe-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT, ERROR, CRASH] + [Referrer Policy: Expects origin for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/img-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/img-tag.http.html.ini new file mode 100644 index 0000000000..092f76f749 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/img-tag.http.html.ini @@ -0,0 +1,32 @@ +[img-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT, CRASH] + [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/script-tag.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/script-tag.http.html.ini new file mode 100644 index 0000000000..d1dbae8932 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/script-tag.http.html.ini @@ -0,0 +1,32 @@ +[script-tag.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/sharedworker-classic.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/sharedworker-classic.http.html.ini new file mode 100644 index 0000000000..7544c2b5eb --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/sharedworker-classic.http.html.ini @@ -0,0 +1,3 @@ +[sharedworker-classic.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/sharedworker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/sharedworker-module.http.html.ini new file mode 100644 index 0000000000..957fcb2ed8 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/sharedworker-module.http.html.ini @@ -0,0 +1,3 @@ +[sharedworker-module.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/worker-classic.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/worker-classic.http.html.ini new file mode 100644 index 0000000000..8c32533525 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/worker-classic.http.html.ini @@ -0,0 +1,3 @@ +[worker-classic.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/worker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/worker-module.http.html.ini new file mode 100644 index 0000000000..0082540cbc --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/worker-module.http.html.ini @@ -0,0 +1,3 @@ +[worker-module.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/xhr.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/xhr.http.html.ini new file mode 100644 index 0000000000..2000562ef8 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/iframe.meta/default/xhr.http.html.ini @@ -0,0 +1,32 @@ +[xhr.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL -- cgit v1.2.3