From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../no-referrer-when-downgrade/fetch.http.html | 275 +++++++++++++++++++++ .../worker-classic.http.html | 65 +++++ .../worker-module.http.html | 65 +++++ .../no-referrer-when-downgrade/xhr.http.html | 275 +++++++++++++++++++++ .../no-referrer/fetch.http.html | 275 +++++++++++++++++++++ .../no-referrer/worker-classic.http.html | 65 +++++ .../no-referrer/worker-module.http.html | 65 +++++ .../no-referrer/xhr.http.html | 275 +++++++++++++++++++++ .../origin-when-cross-origin/fetch.http.html | 275 +++++++++++++++++++++ .../worker-classic.http.html | 65 +++++ .../worker-module.http.html | 65 +++++ .../origin-when-cross-origin/xhr.http.html | 275 +++++++++++++++++++++ .../worker-module.http-rp/origin/fetch.http.html | 275 +++++++++++++++++++++ .../origin/worker-classic.http.html | 65 +++++ .../origin/worker-module.http.html | 65 +++++ .../gen/worker-module.http-rp/origin/xhr.http.html | 275 +++++++++++++++++++++ .../same-origin/fetch.http.html | 233 +++++++++++++++++ .../same-origin/worker-classic.http.html | 65 +++++ .../same-origin/worker-module.http.html | 65 +++++ .../same-origin/xhr.http.html | 233 +++++++++++++++++ .../fetch.http.html | 275 +++++++++++++++++++++ .../worker-classic.http.html | 65 +++++ .../worker-module.http.html | 65 +++++ .../strict-origin-when-cross-origin/xhr.http.html | 275 +++++++++++++++++++++ .../strict-origin/fetch.http.html | 275 +++++++++++++++++++++ .../strict-origin/worker-classic.http.html | 65 +++++ .../strict-origin/worker-module.http.html | 65 +++++ .../strict-origin/xhr.http.html | 275 +++++++++++++++++++++ .../unsafe-url/fetch.http.html | 275 +++++++++++++++++++++ .../unsafe-url/worker-classic.http.html | 65 +++++ .../unsafe-url/worker-module.http.html | 65 +++++ .../worker-module.http-rp/unsafe-url/xhr.http.html | 275 +++++++++++++++++++++ .../worker-module.http-rp/unset/fetch.http.html | 203 +++++++++++++++ .../unset/worker-classic.http.html | 53 ++++ .../unset/worker-module.http.html | 53 ++++ .../gen/worker-module.http-rp/unset/xhr.http.html | 203 +++++++++++++++ 36 files changed, 5868 insertions(+) create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/fetch.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/worker-classic.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/worker-module.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/xhr.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/fetch.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/worker-classic.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/worker-module.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/xhr.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/fetch.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/worker-classic.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/worker-module.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/xhr.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/fetch.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/worker-classic.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/worker-module.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/xhr.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/fetch.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/worker-classic.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/worker-module.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/xhr.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/fetch.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/worker-classic.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/worker-module.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/xhr.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/fetch.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/worker-classic.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/worker-module.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/xhr.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/fetch.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/worker-classic.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/worker-module.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/xhr.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/fetch.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/worker-classic.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/worker-module.http.html create mode 100644 testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/xhr.http.html (limited to 'testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp') diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/fetch.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/fetch.http.html new file mode 100644 index 0000000000..af82605922 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/fetch.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/worker-classic.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/worker-classic.http.html new file mode 100644 index 0000000000..d2a9ba1b3a --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/worker-classic.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/worker-module.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/worker-module.http.html new file mode 100644 index 0000000000..6ac89f1689 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/worker-module.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/xhr.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/xhr.http.html new file mode 100644 index 0000000000..a490391314 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer-when-downgrade/xhr.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/fetch.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/fetch.http.html new file mode 100644 index 0000000000..bc8b3cdf0c --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/fetch.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/worker-classic.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/worker-classic.http.html new file mode 100644 index 0000000000..19eadf3a67 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/worker-classic.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/worker-module.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/worker-module.http.html new file mode 100644 index 0000000000..298db8c8ca --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/worker-module.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/xhr.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/xhr.http.html new file mode 100644 index 0000000000..0d4d12fa3b --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/no-referrer/xhr.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/fetch.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/fetch.http.html new file mode 100644 index 0000000000..a4b35bf505 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/fetch.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/worker-classic.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/worker-classic.http.html new file mode 100644 index 0000000000..07799517d4 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/worker-classic.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/worker-module.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/worker-module.http.html new file mode 100644 index 0000000000..95586f4f24 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/worker-module.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/xhr.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/xhr.http.html new file mode 100644 index 0000000000..a88a479413 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin-when-cross-origin/xhr.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/fetch.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/fetch.http.html new file mode 100644 index 0000000000..3a28efb5d8 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/fetch.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/worker-classic.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/worker-classic.http.html new file mode 100644 index 0000000000..ca9a19c13a --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/worker-classic.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/worker-module.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/worker-module.http.html new file mode 100644 index 0000000000..c213c0564b --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/worker-module.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/xhr.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/xhr.http.html new file mode 100644 index 0000000000..fce3b7be70 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/origin/xhr.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/fetch.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/fetch.http.html new file mode 100644 index 0000000000..f200e415ca --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/fetch.http.html @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/worker-classic.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/worker-classic.http.html new file mode 100644 index 0000000000..39ce69461d --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/worker-classic.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/worker-module.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/worker-module.http.html new file mode 100644 index 0000000000..55b9ee4eb2 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/worker-module.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/xhr.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/xhr.http.html new file mode 100644 index 0000000000..67a1b10069 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/same-origin/xhr.http.html @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/fetch.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/fetch.http.html new file mode 100644 index 0000000000..4cc033b437 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/fetch.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/worker-classic.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/worker-classic.http.html new file mode 100644 index 0000000000..b1a4a79540 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/worker-classic.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/worker-module.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/worker-module.http.html new file mode 100644 index 0000000000..ba3408d98c --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/worker-module.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/xhr.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/xhr.http.html new file mode 100644 index 0000000000..d0ac356f06 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin-when-cross-origin/xhr.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/fetch.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/fetch.http.html new file mode 100644 index 0000000000..1617f51513 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/fetch.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/worker-classic.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/worker-classic.http.html new file mode 100644 index 0000000000..07d624de69 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/worker-classic.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/worker-module.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/worker-module.http.html new file mode 100644 index 0000000000..233abfb42c --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/worker-module.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/xhr.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/xhr.http.html new file mode 100644 index 0000000000..81ddff1eb5 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/strict-origin/xhr.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/fetch.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/fetch.http.html new file mode 100644 index 0000000000..b07a1144da --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/fetch.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/worker-classic.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/worker-classic.http.html new file mode 100644 index 0000000000..f5f0fd461b --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/worker-classic.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/worker-module.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/worker-module.http.html new file mode 100644 index 0000000000..fc5450adc3 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/worker-module.http.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/xhr.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/xhr.http.html new file mode 100644 index 0000000000..2c1f53cd9a --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unsafe-url/xhr.http.html @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/fetch.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/fetch.http.html new file mode 100644 index 0000000000..82d2157988 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/fetch.http.html @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/worker-classic.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/worker-classic.http.html new file mode 100644 index 0000000000..896b9dce2b --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/worker-classic.http.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/worker-module.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/worker-module.http.html new file mode 100644 index 0000000000..804ba16e35 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/worker-module.http.html @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/xhr.http.html b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/xhr.http.html new file mode 100644 index 0000000000..6920a3c4c3 --- /dev/null +++ b/testing/web-platform/tests/referrer-policy/gen/worker-module.http-rp/unset/xhr.http.html @@ -0,0 +1,203 @@ + + + + + + + + + + + + + + +
+ + -- cgit v1.2.3