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 --- .../worker-classic.http.html.ini | 3 ++ .../worker-module.http.html.ini | 3 ++ .../no-referrer-when-downgrade/xhr.http.html.ini | 3 ++ .../no-referrer/worker-module.http.html.ini | 3 ++ .../no-referrer/xhr.http.html.ini | 38 ++++++++++++++++++++++ .../origin-when-cross-origin/fetch.http.html.ini | 3 ++ .../worker-classic.http.html.ini | 3 ++ .../worker-module.http.html.ini | 3 ++ .../origin-when-cross-origin/xhr.http.html.ini | 32 ++++++++++++++++++ .../origin/fetch.http.html.ini | 3 ++ .../origin/worker-classic.http.html.ini | 3 ++ .../origin/worker-module.http.html.ini | 3 ++ .../origin/xhr.http.html.ini | 38 ++++++++++++++++++++++ .../same-origin/fetch.http.html.ini | 3 ++ .../same-origin/worker-classic.http.html.ini | 3 ++ .../same-origin/worker-module.http.html.ini | 3 ++ .../same-origin/xhr.http.html.ini | 26 +++++++++++++++ .../fetch.http.html.ini | 3 ++ .../worker-classic.http.html.ini | 3 ++ .../worker-module.http.html.ini | 3 ++ .../xhr.http.html.ini | 32 ++++++++++++++++++ .../strict-origin/fetch.http.html.ini | 3 ++ .../strict-origin/worker-classic.http.html.ini | 3 ++ .../strict-origin/worker-module.http.html.ini | 3 ++ .../strict-origin/xhr.http.html.ini | 38 ++++++++++++++++++++++ .../unsafe-url/fetch.http.html.ini | 3 ++ .../unsafe-url/worker-classic.http.html.ini | 3 ++ .../unsafe-url/worker-module.http.html.ini | 3 ++ .../unsafe-url/xhr.http.html.ini | 3 ++ .../unset/fetch.http.html.ini | 32 ++++++++++++++++++ .../unset/worker-classic.http.html.ini | 3 ++ .../unset/worker-module.http.html.ini | 3 ++ .../worker-classic.http-rp/unset/xhr.http.html.ini | 32 ++++++++++++++++++ 33 files changed, 343 insertions(+) create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/xhr.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/xhr.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/fetch.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-classic.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/xhr.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/fetch.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/worker-classic.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/worker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/xhr.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/fetch.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-classic.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/xhr.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/fetch.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/worker-classic.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/worker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/xhr.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/fetch.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-classic.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/xhr.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/fetch.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/worker-classic.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/worker-module.http.html.ini create mode 100644 testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/xhr.http.html.ini (limited to 'testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp') diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini new file mode 100644 index 0000000000..8c32533525 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/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/worker-classic.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini new file mode 100644 index 0000000000..0082540cbc --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/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/worker-classic.http-rp/no-referrer-when-downgrade/xhr.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/xhr.http.html.ini new file mode 100644 index 0000000000..02c0ba7e4d --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/xhr.http.html.ini @@ -0,0 +1,3 @@ +[xhr.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-module.http.html.ini new file mode 100644 index 0000000000..0082540cbc --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/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/worker-classic.http-rp/no-referrer/xhr.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/xhr.http.html.ini new file mode 100644 index 0000000000..0e30639b00 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/no-referrer/xhr.http.html.ini @@ -0,0 +1,38 @@ +[xhr.http.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Referrer Policy: Expects omitted for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/fetch.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/fetch.http.html.ini new file mode 100644 index 0000000000..96f2385873 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/fetch.http.html.ini @@ -0,0 +1,3 @@ +[fetch.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-classic.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-classic.http.html.ini new file mode 100644 index 0000000000..8c32533525 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/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/worker-classic.http-rp/origin-when-cross-origin/worker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-module.http.html.ini new file mode 100644 index 0000000000..0082540cbc --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/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/worker-classic.http-rp/origin-when-cross-origin/xhr.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/xhr.http.html.ini new file mode 100644 index 0000000000..0a4b967d0f --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/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 cross-http 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 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-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 + + [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 same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/fetch.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/fetch.http.html.ini new file mode 100644 index 0000000000..96f2385873 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/fetch.http.html.ini @@ -0,0 +1,3 @@ +[fetch.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/worker-classic.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/worker-classic.http.html.ini new file mode 100644 index 0000000000..8c32533525 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/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/worker-classic.http-rp/origin/worker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/worker-module.http.html.ini new file mode 100644 index 0000000000..0082540cbc --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/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/worker-classic.http-rp/origin/xhr.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/xhr.http.html.ini new file mode 100644 index 0000000000..4943ae5445 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/origin/xhr.http.html.ini @@ -0,0 +1,38 @@ +[xhr.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [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-http 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-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 keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and no-redirect 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 + + [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 same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/fetch.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/fetch.http.html.ini new file mode 100644 index 0000000000..96f2385873 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/fetch.http.html.ini @@ -0,0 +1,3 @@ +[fetch.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-classic.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-classic.http.html.ini new file mode 100644 index 0000000000..8c32533525 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/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/worker-classic.http-rp/same-origin/worker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-module.http.html.ini new file mode 100644 index 0000000000..0082540cbc --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/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/worker-classic.http-rp/same-origin/xhr.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/xhr.http.html.ini new file mode 100644 index 0000000000..8a3d5e6d42 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/same-origin/xhr.http.html.ini @@ -0,0 +1,26 @@ +[xhr.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Referrer Policy: Expects omitted for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini new file mode 100644 index 0000000000..96f2385873 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini @@ -0,0 +1,3 @@ +[fetch.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini new file mode 100644 index 0000000000..8c32533525 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/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/worker-classic.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini new file mode 100644 index 0000000000..0082540cbc --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/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/worker-classic.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini new file mode 100644 index 0000000000..0a4b967d0f --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/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 cross-http 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 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-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 + + [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 same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/fetch.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/fetch.http.html.ini new file mode 100644 index 0000000000..96f2385873 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/fetch.http.html.ini @@ -0,0 +1,3 @@ +[fetch.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/worker-classic.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/worker-classic.http.html.ini new file mode 100644 index 0000000000..8c32533525 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/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/worker-classic.http-rp/strict-origin/worker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/worker-module.http.html.ini new file mode 100644 index 0000000000..0082540cbc --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/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/worker-classic.http-rp/strict-origin/xhr.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/xhr.http.html.ini new file mode 100644 index 0000000000..4943ae5445 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/strict-origin/xhr.http.html.ini @@ -0,0 +1,38 @@ +[xhr.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [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-http 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-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 keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and no-redirect 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 + + [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 same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/fetch.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/fetch.http.html.ini new file mode 100644 index 0000000000..96f2385873 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/fetch.http.html.ini @@ -0,0 +1,3 @@ +[fetch.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-classic.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-classic.http.html.ini new file mode 100644 index 0000000000..8c32533525 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/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/worker-classic.http-rp/unsafe-url/worker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-module.http.html.ini new file mode 100644 index 0000000000..0082540cbc --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/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/worker-classic.http-rp/unsafe-url/xhr.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/xhr.http.html.ini new file mode 100644 index 0000000000..02c0ba7e4d --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unsafe-url/xhr.http.html.ini @@ -0,0 +1,3 @@ +[xhr.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/fetch.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/fetch.http.html.ini new file mode 100644 index 0000000000..c62c8191e5 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/fetch.http.html.ini @@ -0,0 +1,32 @@ +[fetch.http.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [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-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-https 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 same-http origin and swap-origin 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 same-https origin and no-redirect 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 diff --git a/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/worker-classic.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/worker-classic.http.html.ini new file mode 100644 index 0000000000..8c32533525 --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/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/worker-classic.http-rp/unset/worker-module.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/worker-module.http.html.ini new file mode 100644 index 0000000000..0082540cbc --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/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/worker-classic.http-rp/unset/xhr.http.html.ini b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/xhr.http.html.ini new file mode 100644 index 0000000000..0a4b967d0f --- /dev/null +++ b/testing/web-platform/meta/referrer-policy/gen/worker-classic.http-rp/unset/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 cross-http 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 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-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 + + [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 same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL -- cgit v1.2.3