diff --git a/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html b/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html
new file mode 100644
index 00000000000000..be46a12b6f716f
--- /dev/null
+++ b/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html
@@ -0,0 +1,17 @@
+
+
+
+
+
+
+
+
diff --git a/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html b/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html
new file mode 100644
index 00000000000000..0aabdd4b3463dc
--- /dev/null
+++ b/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html
@@ -0,0 +1,15 @@
+
+
+
or ) seems hard to automate
// Worker()
diff --git a/html/infrastructure/urls/resolving-urls/query-encoding/resources/resource.py b/html/infrastructure/urls/resolving-urls/query-encoding/resources/resource.py
index 20d4bde02fc374..a1736f0d700535 100644
--- a/html/infrastructure/urls/resolving-urls/query-encoding/resources/resource.py
+++ b/html/infrastructure/urls/resolving-urls/query-encoding/resources/resource.py
@@ -111,7 +111,7 @@ def main(request, response):
image = 'green-16x16.png'
else:
image = 'green-256x256.png'
- rv = open(os.path.join(request.doc_root, "images", image)).read()
+ rv = open(os.path.join(request.doc_root, "images", image), "rb").read()
return [("Content-Type", "image/png")], rv
elif type == 'video':
ext = request.GET['ext']
@@ -123,7 +123,7 @@ def main(request, response):
video = 'green-at-15' # duration: 30
else:
video = 'movie_300' # duration: 300
- rv = open(os.path.join(request.doc_root, "media", "%s.%s" % (video, ext))).read()
+ rv = open(os.path.join(request.doc_root, "media", "%s.%s" % (video, ext)), "rb").read()
if ext == 'ogv':
ext = 'ogg'
return [("Content-Type", "video/%s" % ext)], rv
diff --git a/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html b/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html
new file mode 100644
index 00000000000000..a2c2a93992ba75
--- /dev/null
+++ b/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html
@@ -0,0 +1,4 @@
+
diff --git a/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html b/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html
new file mode 100644
index 00000000000000..52fa01b91ad4d1
--- /dev/null
+++ b/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html
@@ -0,0 +1,38 @@
+
+
+Ensure that embed elements inside object elements load when the objects
+ fall back but not otherwise
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/lint.whitelist b/lint.whitelist
index 86bbf6dbc3171a..debd9f5a8a5126 100644
--- a/lint.whitelist
+++ b/lint.whitelist
@@ -25,6 +25,7 @@ INDENT TABS: web-animations/*
INDENT TABS: webaudio/*
INDENT TABS: webvtt/*
INDENT TABS: XMLHttpRequest/*
+INDENT TABS: encoding/legacy*/*
TRAILING WHITESPACE: app-uri/*
TRAILING WHITESPACE: battery-status/*
@@ -43,6 +44,7 @@ TRAILING WHITESPACE: webaudio/*
TRAILING WHITESPACE: WebIDL/*
TRAILING WHITESPACE: webvtt/*
TRAILING WHITESPACE: XMLHttpRequest/*
+TRAILING WHITESPACE: encoding/legacy*/*
## File types that should never be checked ##
diff --git a/mediacapture-streams/GUM-api.html b/mediacapture-streams/GUM-api.https.html
similarity index 100%
rename from mediacapture-streams/GUM-api.html
rename to mediacapture-streams/GUM-api.https.html
diff --git a/mediacapture-streams/GUM-deny.html b/mediacapture-streams/GUM-deny.https.html
similarity index 100%
rename from mediacapture-streams/GUM-deny.html
rename to mediacapture-streams/GUM-deny.https.html
diff --git a/mediacapture-streams/GUM-empty-option-param.html b/mediacapture-streams/GUM-empty-option-param.https.html
similarity index 100%
rename from mediacapture-streams/GUM-empty-option-param.html
rename to mediacapture-streams/GUM-empty-option-param.https.html
diff --git a/mediacapture-streams/GUM-impossible-constraint.html b/mediacapture-streams/GUM-impossible-constraint.https.html
similarity index 100%
rename from mediacapture-streams/GUM-impossible-constraint.html
rename to mediacapture-streams/GUM-impossible-constraint.https.html
diff --git a/mediacapture-streams/GUM-optional-constraint.html b/mediacapture-streams/GUM-optional-constraint.https.html
similarity index 100%
rename from mediacapture-streams/GUM-optional-constraint.html
rename to mediacapture-streams/GUM-optional-constraint.https.html
diff --git a/mediacapture-streams/GUM-trivial-constraint.html b/mediacapture-streams/GUM-trivial-constraint.https.html
similarity index 100%
rename from mediacapture-streams/GUM-trivial-constraint.html
rename to mediacapture-streams/GUM-trivial-constraint.https.html
diff --git a/mediacapture-streams/GUM-unknownkey-option-param.html b/mediacapture-streams/GUM-unknownkey-option-param.https.html
similarity index 100%
rename from mediacapture-streams/GUM-unknownkey-option-param.html
rename to mediacapture-streams/GUM-unknownkey-option-param.https.html
diff --git a/mediacapture-streams/MediaDevices-enumerateDevices.html b/mediacapture-streams/MediaDevices-enumerateDevices.https.html
similarity index 100%
rename from mediacapture-streams/MediaDevices-enumerateDevices.html
rename to mediacapture-streams/MediaDevices-enumerateDevices.https.html
diff --git a/mediacapture-streams/MediaDevices-getUserMedia.html b/mediacapture-streams/MediaDevices-getUserMedia.https.html
similarity index 100%
rename from mediacapture-streams/MediaDevices-getUserMedia.html
rename to mediacapture-streams/MediaDevices-getUserMedia.https.html
diff --git a/mediacapture-streams/MediaStream-MediaElement-preload-none.html b/mediacapture-streams/MediaStream-MediaElement-preload-none.https.html
similarity index 100%
rename from mediacapture-streams/MediaStream-MediaElement-preload-none.html
rename to mediacapture-streams/MediaStream-MediaElement-preload-none.https.html
diff --git a/mediacapture-streams/MediaStream-MediaElement-srcObject.html b/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html
similarity index 100%
rename from mediacapture-streams/MediaStream-MediaElement-srcObject.html
rename to mediacapture-streams/MediaStream-MediaElement-srcObject.https.html
diff --git a/mediacapture-streams/MediaStream-add-audio-track.html b/mediacapture-streams/MediaStream-add-audio-track.https.html
similarity index 100%
rename from mediacapture-streams/MediaStream-add-audio-track.html
rename to mediacapture-streams/MediaStream-add-audio-track.https.html
diff --git a/mediacapture-streams/MediaStream-audio-only.html b/mediacapture-streams/MediaStream-audio-only.https.html
similarity index 100%
rename from mediacapture-streams/MediaStream-audio-only.html
rename to mediacapture-streams/MediaStream-audio-only.https.html
diff --git a/mediacapture-streams/MediaStream-finished-add.html b/mediacapture-streams/MediaStream-finished-add.https.html
similarity index 100%
rename from mediacapture-streams/MediaStream-finished-add.html
rename to mediacapture-streams/MediaStream-finished-add.https.html
diff --git a/mediacapture-streams/MediaStream-gettrackid.html b/mediacapture-streams/MediaStream-gettrackid.https.html
similarity index 100%
rename from mediacapture-streams/MediaStream-gettrackid.html
rename to mediacapture-streams/MediaStream-gettrackid.https.html
diff --git a/mediacapture-streams/MediaStream-id-manual.html b/mediacapture-streams/MediaStream-id-manual.https.html
similarity index 100%
rename from mediacapture-streams/MediaStream-id-manual.html
rename to mediacapture-streams/MediaStream-id-manual.https.html
diff --git a/mediacapture-streams/MediaStream-idl.html b/mediacapture-streams/MediaStream-idl.https.html
similarity index 100%
rename from mediacapture-streams/MediaStream-idl.html
rename to mediacapture-streams/MediaStream-idl.https.html
diff --git a/mediacapture-streams/MediaStream-removetrack.html b/mediacapture-streams/MediaStream-removetrack.https.html
similarity index 100%
rename from mediacapture-streams/MediaStream-removetrack.html
rename to mediacapture-streams/MediaStream-removetrack.https.html
diff --git a/mediacapture-streams/MediaStream-video-only.html b/mediacapture-streams/MediaStream-video-only.https.html
similarity index 100%
rename from mediacapture-streams/MediaStream-video-only.html
rename to mediacapture-streams/MediaStream-video-only.https.html
diff --git a/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.html b/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html
similarity index 100%
rename from mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.html
rename to mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html
diff --git a/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.html b/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html
similarity index 100%
rename from mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.html
rename to mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html
diff --git a/mediacapture-streams/MediaStreamTrack-end.html b/mediacapture-streams/MediaStreamTrack-end.https.html
similarity index 100%
rename from mediacapture-streams/MediaStreamTrack-end.html
rename to mediacapture-streams/MediaStreamTrack-end.https.html
diff --git a/mediacapture-streams/MediaStreamTrack-id.html b/mediacapture-streams/MediaStreamTrack-id.https.html
similarity index 100%
rename from mediacapture-streams/MediaStreamTrack-id.html
rename to mediacapture-streams/MediaStreamTrack-id.https.html
diff --git a/mediacapture-streams/MediaStreamTrack-init.html b/mediacapture-streams/MediaStreamTrack-init.https.html
similarity index 100%
rename from mediacapture-streams/MediaStreamTrack-init.html
rename to mediacapture-streams/MediaStreamTrack-init.https.html
diff --git a/performance-timeline/po-resource.html b/performance-timeline/po-resource.html
index 1ecaa2853d972c..00c173eeae921f 100644
--- a/performance-timeline/po-resource.html
+++ b/performance-timeline/po-resource.html
@@ -15,11 +15,15 @@ PerformanceObservers: resource
var filename = pathname.substring(pathname.lastIndexOf('/')+1);
return pathname.substring(0, pathname.length - filename.length);
}
+ var gUniqueCounter = 0;
+ function generateUniqueValues() {
+ return Date.now() + "-" + (++gUniqueCounter);
+ }
var stored_entries = [];
var img_location = document.location.origin + path(document.location.pathname)
+ "resources/square.png?random=";
- var img1 = img_location + Math.floor(Math.random() * 100);
- var img2 = img_location + Math.floor(Math.random() * 1000);
+ var img1 = img_location + generateUniqueValues();
+ var img2 = img_location + generateUniqueValues();
var observer = new PerformanceObserver(
t.step_func(function (entryList, obs) {
stored_entries =
diff --git a/pointerevents/pointerevent_properties_mouse-manual.html b/pointerevents/pointerevent_properties_mouse-manual.html
new file mode 100644
index 00000000000000..adea65b259da1c
--- /dev/null
+++ b/pointerevents/pointerevent_properties_mouse-manual.html
@@ -0,0 +1,76 @@
+
+
+
+ Pointer Events properties tests
+
+
+
+
+
+
+
+
+
+ Pointer Events pointerdown tests
+
+ Test Description: This test checks the properties of mouse pointer events. Move your mouse over the black square and click on it. Then move it off the black square.
+
+ Test passes if the proper behavior of the events is observed.
+
+
+
+
The following pointer types were detected: .
+
Refresh the page to run the tests again with a different pointer type.
+
+
+
+
+
diff --git a/pointerevents/pointerevent_styles.css b/pointerevents/pointerevent_styles.css
index 55265af4141763..70b037a9dda0ba 100644
--- a/pointerevents/pointerevent_styles.css
+++ b/pointerevents/pointerevent_styles.css
@@ -1,3 +1,20 @@
+.spacer {
+height: 100px;
+}
+
+#square1 {
+background: black;
+top: 150px;
+left: 100px;
+}
+
+.square {
+height: 20px;
+width: 20px;
+position: absolute;
+padding: 0px;
+}
+
#target0 {
background: black;
color: white;
diff --git a/presentation-api/controlling-ua/PresentationConnection_onclosed-manual.html b/presentation-api/controlling-ua/PresentationConnection_onclosed-manual.html
new file mode 100644
index 00000000000000..c83f659dd39191
--- /dev/null
+++ b/presentation-api/controlling-ua/PresentationConnection_onclosed-manual.html
@@ -0,0 +1,41 @@
+
+
+
+PresentationConnection.onclose
+
+
+
+
+
+Description
+
+ This test validates that after connection close,
+ the connection state is set closed,
+ the onclose EventHandler is triggered.
+
+
+Click the button below to start the test.
+Start Presentation Test
+
+
diff --git a/presentation-api/controlling-ua/PresentationConnection_onconnected-manual.html b/presentation-api/controlling-ua/PresentationConnection_onconnected-manual.html
new file mode 100644
index 00000000000000..ce6b9cb2e2b01e
--- /dev/null
+++ b/presentation-api/controlling-ua/PresentationConnection_onconnected-manual.html
@@ -0,0 +1,39 @@
+
+
+
+PresentationConnection.onconnect
+
+
+
+
+
+Description
+
+ This test validates that after connection starts,
+ the onconnect EventHandler is triggered and connection state is connected.
+
+
+Click the button below to start the test.
+Start Presentation Test
+
+
diff --git a/presentation-api/controlling-ua/PresentationConnection_onterminated-manual.html b/presentation-api/controlling-ua/PresentationConnection_onterminated-manual.html
new file mode 100644
index 00000000000000..48c026a2ea258e
--- /dev/null
+++ b/presentation-api/controlling-ua/PresentationConnection_onterminated-manual.html
@@ -0,0 +1,44 @@
+
+
+
+PresentationConnection.onterminate
+
+
+
+
+
+Description
+
+ This test validates that after connection terminate,
+ the connection state is set terminated,
+ the onterminate EventHandler is triggered.
+
+
+Click the button below to start the test.
+Start Presentation Test
+
+
diff --git a/presentation-api/controlling-ua/PresentationRequest_error.html b/presentation-api/controlling-ua/PresentationRequest_error.html
new file mode 100644
index 00000000000000..5ac768f5f2fcc3
--- /dev/null
+++ b/presentation-api/controlling-ua/PresentationRequest_error.html
@@ -0,0 +1,32 @@
+
+
+Presentation API PresentationRequest for Controlling User Agent (Error)
+
+
+
+
+
\ No newline at end of file
diff --git a/presentation-api/controlling-ua/PresentationRequest_success.html b/presentation-api/controlling-ua/PresentationRequest_success.html
new file mode 100644
index 00000000000000..4aeea0e7b847eb
--- /dev/null
+++ b/presentation-api/controlling-ua/PresentationRequest_success.html
@@ -0,0 +1,29 @@
+
+
+Presentation API PresentationRequest for Controlling User Agent (Success)
+
+
+
+
+
+
\ No newline at end of file
diff --git a/presentation-api/controlling-ua/getAvailability.html b/presentation-api/controlling-ua/getAvailability.html
new file mode 100644
index 00000000000000..de6ca2b74fb8aa
--- /dev/null
+++ b/presentation-api/controlling-ua/getAvailability.html
@@ -0,0 +1,83 @@
+
+
+Presentation API - monitor screen availability tests for Controlling User Agent
+
+
+
+
+
+
diff --git a/presentation-api/controlling-ua/reconnectToPresentation_error-manual.html b/presentation-api/controlling-ua/reconnectToPresentation_error-manual.html
new file mode 100644
index 00000000000000..7d340e8f64b5ec
--- /dev/null
+++ b/presentation-api/controlling-ua/reconnectToPresentation_error-manual.html
@@ -0,0 +1,36 @@
+
+
+Presentation API reconnect a presentation for Controlling User Agent (Error - manual test)
+
+
+
+
+
+click on the button to the perfom the test
+Reconnect
\ No newline at end of file
diff --git a/presentation-api/controlling-ua/reconnectToPresentation_success-manual.html b/presentation-api/controlling-ua/reconnectToPresentation_success-manual.html
new file mode 100644
index 00000000000000..f2c9ac32f8cf8a
--- /dev/null
+++ b/presentation-api/controlling-ua/reconnectToPresentation_success-manual.html
@@ -0,0 +1,73 @@
+
+
+Presentation API, reconnect to presentation tests for Controlling User Agent (success - manual test)
+
+
+
+
+
+
+ Start the presentation with the blue button.
+ After the presentation ist running successfully, disconnect the connected device.
+ Reconnect the device and press the green button, to start the reconnection process.
+
+
+Start Presentation
+Reconnect Presentation
+ Test
+
+
+
+
diff --git a/presentation-api/controlling-ua/startNewPresentation_error-manual.html b/presentation-api/controlling-ua/startNewPresentation_error-manual.html
new file mode 100644
index 00000000000000..bd62a372ca39b8
--- /dev/null
+++ b/presentation-api/controlling-ua/startNewPresentation_error-manual.html
@@ -0,0 +1,50 @@
+
+
+Presentation API, start new presentation tests for Controlling User Agent (error - manual test)
+
+
+
+
+
+Click the button below and abort the selection for an device, to start the manual test.
+Start Presentation Test
+
+
+
diff --git a/presentation-api/controlling-ua/startNewPresentation_error.html b/presentation-api/controlling-ua/startNewPresentation_error.html
new file mode 100644
index 00000000000000..a677b08a01ae6b
--- /dev/null
+++ b/presentation-api/controlling-ua/startNewPresentation_error.html
@@ -0,0 +1,32 @@
+
+
+Presentation API, start new presentation tests for Controlling User Agent (error)
+
+
+
+
+
+
diff --git a/presentation-api/controlling-ua/startNewPresentation_success-manual.html b/presentation-api/controlling-ua/startNewPresentation_success-manual.html
new file mode 100644
index 00000000000000..8e1cc7b83ac117
--- /dev/null
+++ b/presentation-api/controlling-ua/startNewPresentation_success-manual.html
@@ -0,0 +1,59 @@
+
+
+Presentation API, start new presentation tests for Controlling User Agent (success - manual test)
+
+
+
+
+
+Click the button below and select the available casting device, to start the manual test.
+Start Presentation Test
+
+
+
+
diff --git a/presentation-api/controlling-ua/support/presentation.html b/presentation-api/controlling-ua/support/presentation.html
new file mode 100644
index 00000000000000..ea13ded4ad97b7
--- /dev/null
+++ b/presentation-api/controlling-ua/support/presentation.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
diff --git a/referrer-policy/README.md b/referrer-policy/README.md
index dde4d85876b274..e8e58e71b921a6 100644
--- a/referrer-policy/README.md
+++ b/referrer-policy/README.md
@@ -222,7 +222,7 @@ A **selection** is a single **test instance** (scenario) with explicit values, f
```javascript
var scenario = {
- "referrer_policy": "origin-when-crossorigin",
+ "referrer_policy": "origin-when-cross-origin",
"delivery_method": "meta-referrer",
"redirection": "no-redirect",
"origin": "cross-origin",
diff --git a/referrer-policy/generic/tools/generate.py b/referrer-policy/generic/tools/generate.py
index cc5af2a75c6ef0..a7972aec95a593 100755
--- a/referrer-policy/generic/tools/generate.py
+++ b/referrer-policy/generic/tools/generate.py
@@ -93,13 +93,13 @@ def generate_selection(selection, spec, subresource_path,
selection['meta_delivery_method'] = \
' ' % spec
- elif selection['delivery_method'] == 'http-csp':
+ elif selection['delivery_method'] == 'http-rp':
selection['meta_delivery_method'] = \
- ""
+ ""
test_headers_filename = test_filename + ".headers"
with open(test_headers_filename, "w") as f:
- f.write('Content-Security-Policy: ' + \
- 'referrer %(referrer_policy)s\n' % spec)
+ f.write('Referrer-Policy: ' + \
+ '%(referrer_policy)s\n' % spec)
# TODO(kristijanburnik): Limit to WPT origins.
f.write('Access-Control-Allow-Origin: *\n')
elif selection['delivery_method'] == 'attr-referrer':
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 84fddc383f6510..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html
deleted file mode 100644
index be6abbdea70285..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 381a56e836804e..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 29139729427735..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html
deleted file mode 100644
index 8ca837394646fd..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 5b4ae498830de6..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 70700fd8a3db37..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html
deleted file mode 100644
index d13a76dc5f0277..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 2b52511b229ab1..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index efe30dc399ec7f..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html
deleted file mode 100644
index f08422d6b66028..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index c08f1562dd46e7..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 5b79a3816a8af0..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html
deleted file mode 100644
index 7fa134e1afe6e4..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index bf1bb741a8d287..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index b2763e9bd9edf3..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html
deleted file mode 100644
index c5fce8ad6728fc..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 0a82403d5ecd84..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 878fcfd1914166..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html
deleted file mode 100644
index f463c6624d1090..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 3824e2ff9fc4f0..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 17d2ca54b29990..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html
deleted file mode 100644
index 5170a0d7e9d042..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 87efe93b20ceb3..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 5553e768068609..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html
deleted file mode 100644
index 89f3d9c6d4a309..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 891bdc79643d44..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 7a5fab514a76d0..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html
deleted file mode 100644
index 2b884c33c829b2..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 973431386165ba..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 0c362df1b922e6..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html
deleted file mode 100644
index 947869a9d3fd74..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 9b0d26435146ad..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 19e74c0763cb77..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html
deleted file mode 100644
index 615fe42141632a..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index af9764a49ce218..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index edfedaa5a9c430..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html
deleted file mode 100644
index e58021da843918..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index eb45ef751c1009..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index c33ac58bebc412..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html
deleted file mode 100644
index 6675a37187e7c4..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index bb0e24b21a68e5..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 3d7de20e9c296c..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html
deleted file mode 100644
index 1c76c0f4da2d7d..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 41fb4e5cd4d2f7..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 1e72ddc2c399cf..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html
deleted file mode 100644
index 9ec82102e6f679..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index 1320b3b60a8dc1..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index e14ac2da4749a7..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html
deleted file mode 100644
index bbbe4c057d4bb2..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index bd53db1f095c2a..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 2146f49fad4533..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html
deleted file mode 100644
index 1e2ad7eb451f28..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index c47f9a46ba170a..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 137383761296b8..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html
deleted file mode 100644
index 0dc1d4b0ccf639..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index a7136aedc19628..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html
deleted file mode 100644
index 46e5d86df0e983..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html
deleted file mode 100644
index 53f429ef194731..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html
deleted file mode 100644
index ae38ba07c01b71..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers
deleted file mode 100644
index be99596e392850..00000000000000
--- a/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer-when-downgrade
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..dff6d331da4878
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..3695ef6f008a66
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..67f96342a42878
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..abe6afcef10697
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..f8581d3d22550d
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..847e632ce79cd7
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..87a664bbc3c91b
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..97960fbb790300
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..5e43ecef70d027
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..f27a2b95f0662d
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..aa75c39f0c523c
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..173e8a1952133c
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..c055ebb384c273
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..0375cc0e95678e
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..25c5de16bcfe8b
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..678c331f0ec40f
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..c93557ae2c40ce
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..18c59b8be896f5
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..33ef1d1d33fd86
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..715eea19394db8
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..1193993a619b76
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..17bf9f81748bbc
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..d0f5c41fc61e3b
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..a9178adf45f0ee
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..3a55aea632b1c8
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..a5a818412e260f
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..c69f7a96c7d728
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..bc65b17aa48000
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..4caeb7d0e53ff2
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..3a6374f6ea99c7
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..f22e2b47753cbb
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..5b566b6dc4312d
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..d543418fb82883
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..d51bb5e0adeb04
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..f65211d1b07223
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..f457a94fea4f7a
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..a7ec8d4036e2d3
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..0e7ada419ee083
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..2d816765a84665
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..c087a905b618d4
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..d97abe3a1c934b
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..77bf4d90c9c88c
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..f35fcf5f151232
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..5d3c842b78b3a9
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..0eeb59d257546d
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..ada415d21bb471
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..a89bdf76d4e0fc
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..511347ddaec0fe
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..e694c391144138
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..be3342a433861e
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..2d356c50aeda69
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..ae829e871566b6
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..49aa94f6d12313
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..53bfb4dae4d7ee
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..cea56894ff6101
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..353d317e6978f4
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..b0a7b545533658
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..6481e542d31c57
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html
new file mode 100644
index 00000000000000..21304f04606a7a
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..7a6a90550d6f80
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..f2152da955f329
--- /dev/null
+++ b/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer-when-downgrade
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 3a1f08a6efd961..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index e987839b520a30..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 643886e2a415f3..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index f8b6235e18f67c..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index ba9f8a13441137..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 23de11b83db0d2..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 81a384e27cdb1c..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index 94fd103d7cf900..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 20c585ef46fb84..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index bd5975d9a62f22..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index 838507da88e28f..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 596efa28c3dea9..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 49d2a34dc0ea97..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index 68c09706bda428..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index eb2fb165971467..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index d294d00bf7e5cf..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index a347eb85db1132..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 98d6b2923eb8a5..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index ea51e735c5af74..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 4b0247a13a7070..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 1d0621d7dba64f..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 90bc865e172685..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index c3d794c16e74a8..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 4f46e27dedda41..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 9fecda9f0e4a96..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index f01f28613d8b29..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index da897f6167848a..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index dbebd8033d4600..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index 451cae70076a10..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 5e9096d8cd28a1..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 8df84ce5885d21..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index 39749f8dc1d872..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index fe8358d4f7b98e..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index b0ccfc85961779..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 0ec1fbc20d694c..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 3d9993fa31d30b..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 1a1a325cb49cbd..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index bc6648b84589e8..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 1f05196d13ad47..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 69ea0444fd3971..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index ba3014f7b09847..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 4dcbfe9689ddcd..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 34082c2b0ac573..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index ea7753198297cf..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 3988bf0b9638bd..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 5695704b8cdd6f..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index b4730276d0cdb6..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 9cfd7d03fc2334..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 09cf978a1a1e91..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 8c489e698abd3c..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 5e6b1e2997f874..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index df09646ed784c5..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index 450069242bf7d1..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index e1a797d3376435..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index db7f1d28a85dd7..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index 2cb8645185dcb8..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 02ee6cd90cddd4..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index ab73acd4dd63d1..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index 6ea4e486a11b15..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 3391954cf23581..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'no-referrer'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 12b35216e53d79..00000000000000
--- a/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer no-referrer
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..c71cf0d716de3c
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..81833f06059a5c
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..43e7a43e2aa3b6
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..46190d9c8b2283
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..e55f8803f51081
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..deee811dbebf66
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..3e0b61b231252a
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..75a8b8b96968a0
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..a3fd0b539fa8c2
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..2ca0617191ea0d
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..e1da9e49ecda55
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..1ca0b8c377239e
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..5fbb8e9bcb6cd9
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..82c9e026fb7427
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..b4a8a8e98e483a
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..3acf2cf71801c3
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..796190cd05f4a8
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..0ae17489763f6d
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..4949c5ea3c4d7d
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..99683099591f25
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..6ba8278e03851c
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..500da25002f6a3
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..7b885b9bccf6f8
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..8b475863121eac
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..a814c04fc55ebe
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..9d7d9c3787f70a
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..c684223a705de1
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..492081cf1e84ee
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..0e4f3694479402
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..3e018a737f5731
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..079f2a1c21402c
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..dfc17b20b23348
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..8c23a2c6a9e571
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..5f94e9b9b6e3dc
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..37112a20a02cff
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..7d6ccdf9d78fdc
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..d0ccb0f6f671c8
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..14f55942fa58cb
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..6e95c362bc3701
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..7f45f6349071de
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..d323707b10127a
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..cfe03fa436f58a
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..6b3c72ffc2f1c1
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..a46b83d61d12e7
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..6a424c307a0e75
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..590c5ee5e9c800
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..4c056a998e32b8
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..da300e73fa654f
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..17d5398e45d279
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..290d6a7f0d84ca
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..f23c65ca80e1e5
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..3db18f2c265946
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..e19d0a97ff2236
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..d6ef5c0a922a03
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..f9a0f641450e5a
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..0474d7263a9f15
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..e893412754480f
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..a1955d930cb8fa
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..dab23578295231
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..afb5cb9d136562
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'no-referrer'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9b531426e5ab95
--- /dev/null
+++ b/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: no-referrer
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 345c8c6c6f93ec..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index 0db5b8f49b00e4..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 9d75aac50f1b19..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index ba067b7da04c03..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 551426fddc16f8..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 535c379b4a3fe1..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 700ec659d5dbee..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index 2a99bfb5bd71ef..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index d147b42623166f..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index cf06a5fd0eb9ef..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index edfc2fb5d11207..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index f7d26dff6acd55..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 209eb3d5a21949..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index 130278251fec6b..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 926d92f5b3330c..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 9868d0cde3eb9c..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index 8cc3bfcf481e24..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 06db3bdf31fd9d..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 51a7449d14dc8a..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index e56073da2e626c..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index b98631f9fb8f50..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 467acd0baadd23..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index c2d9ffc3c2b709..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 1d860b00e78139..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 5840b9dd17b3cd..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index d58d18fa5e5eae..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index cdc68321eaf1f1..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 4afc4505ec257c..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index 590c21176ef934..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index c78baf6e199aa3..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index ab288f7ff2c71b..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index fa8403bfa018af..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index e7505d2bf96d88..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 796d37bd95e0da..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index db2fe37821158b..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 97c70e3ab95f42..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index b5223624dd1698..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index 76829f7c3e18e8..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 7d068d18a49770..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index d38273bc9eb753..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index bd54b5b80ff134..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 143d33466a0e45..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index a3075a5a2d21b0..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index eed99447bdba92..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index ee0849221d4a0e..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 8c18ccf1240f3e..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index 9f0621941b5066..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index eeaddccb616656..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 87afc3b76d22f0..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 51cdb872cbfb08..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 4759e1dde44873..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index a7aaa2048330e6..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index 7272acd46f65e2..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index dc69286cd353e4..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 3a2a4a1a1571cf..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index c272f6f0dfaffb..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 7db77229a36a4c..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 38cc4139bab86e..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index 8c25e8bd8a93f1..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 4ff6c3fc4b8fc8..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-only'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index a6e4b287561268..00000000000000
--- a/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..38db60f80917d7
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..aed8b51e90e8a4
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..7e5a58d7266a51
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..e6ab842224e179
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..a1bcf1510c7c5c
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..5a17cfad657208
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..00075cc84e1983
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..5a2a935bbdc6f8
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..8ed7e3e2aa94a7
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..46d5a2a62e1468
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..36312d8502cefb
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..d8394e75a5d88c
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..3591b80db6538b
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..4a86e1001c4afe
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..2059b15e94b36e
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..9ae863ac2eb7a4
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..afe1ca431f2a53
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..2a2d46571cb6de
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..11dc7d45b91e3a
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..b7e439752b994d
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..75df9f2e888035
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..d4d0df5d845a38
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..b97309219b9fbb
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..b3f2f25da002e3
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..08e265be24e203
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..396a077cc4067a
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..c3171a761080aa
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..0bb77916aa2058
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..242c3831c1ab2d
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..046fe701f5a3bd
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..d48cd70e333cdd
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..a15aa00a3e3b5d
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..c96fc23085ce4b
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..9eff17aed91716
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..79dee81057f640
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..3882a164e5dbee
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..a645c7b90576a8
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..3e90f93fdeb398
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..3eca7aeb3d65d7
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..27048c6ba3126f
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..c5803b1f6c513e
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..c56126771fb948
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..2803331891c953
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..7faa1f8a5af4c4
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..83ac1896c6c318
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..74e5e7d2069542
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..dac91e70d30697
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..694e54e2faec15
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..6590e77a8011aa
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..c067099006ecc9
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..d3d2a10b1f56fc
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..be6d54ef243243
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..9243209de8350b
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..41cf9a56517431
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..8d8c52fbfc6e7a
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..11bff93002e636
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..dadd97997b79ab
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..060347452c20f1
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..c37d54dd5d3b84
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..197150955d0554
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-only'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..306a53536ac576
--- /dev/null
+++ b/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/attr-referrer/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/attr-referrer/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html
index 9a20375113718b..1e082b05c85b17 100644
--- a/referrer-policy/origin-when-cross-origin/attr-referrer/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html
+++ b/referrer-policy/origin-when-cross-origin/attr-referrer/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html
@@ -2,7 +2,7 @@
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
@@ -21,7 +21,7 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html
deleted file mode 100644
index 5a33f647832c69..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html
deleted file mode 100644
index 96e2f206a7a981..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html
deleted file mode 100644
index 9de6f232d3bb35..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html
deleted file mode 100644
index b48d5e79912ce9..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html
deleted file mode 100644
index 5c683e133262b8..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html
deleted file mode 100644
index f3361cadd73a40..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html
deleted file mode 100644
index ae0c08d815c6d0..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html
deleted file mode 100644
index 434888c0bca6fe..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html
deleted file mode 100644
index 4e5d1a04e88304..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html
deleted file mode 100644
index c73e640803220d..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html
deleted file mode 100644
index b42e16bdd615f4..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html
deleted file mode 100644
index 9e0002f3012529..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html
deleted file mode 100644
index becfcfc16842be..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html
deleted file mode 100644
index 83943c2a574943..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html
deleted file mode 100644
index 08987fb62f3353..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html
deleted file mode 100644
index a49bb337ab6cbe..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html
deleted file mode 100644
index 38f0bd6484ad74..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html
deleted file mode 100644
index 2d40c1adee9b1d..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html
deleted file mode 100644
index 88b8f9b471b1f9..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html
deleted file mode 100644
index 795dd7d9b76c1c..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html
deleted file mode 100644
index 9a631cfc95cc5c..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html
deleted file mode 100644
index b0ea8f8d96b6cd..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html
deleted file mode 100644
index 003bd504faa7a3..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html
deleted file mode 100644
index b06d93d03db5b4..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html
deleted file mode 100644
index 6dc0e61e149d38..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html
deleted file mode 100644
index 08ac594f6d51c1..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html
deleted file mode 100644
index 6b6a4952a99d2e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html
deleted file mode 100644
index 88012aafc18091..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html
deleted file mode 100644
index 59329cc6ec2f42..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html
deleted file mode 100644
index 82673258f39e29..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html
deleted file mode 100644
index ef472a2ae84f2e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html
deleted file mode 100644
index ad98656ed6dbf3..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html
deleted file mode 100644
index 8fefe220d27db7..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html
deleted file mode 100644
index 7cbea03ee89062..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html
deleted file mode 100644
index d6933d5ad3b686..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html
deleted file mode 100644
index 427d35277d2d0b..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html
deleted file mode 100644
index d2228b6c90154e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html
deleted file mode 100644
index be884fe8025835..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html
deleted file mode 100644
index 159fa20f361ab4..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html
deleted file mode 100644
index 1de8046dac534a..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html
deleted file mode 100644
index 2b621c5c64b63d..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html
deleted file mode 100644
index 91445c803efaaa..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html
deleted file mode 100644
index 525d8e7002c051..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html
deleted file mode 100644
index 25d9a3116487b8..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html
deleted file mode 100644
index 769423a8489167..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html
deleted file mode 100644
index 03451e023a03bd..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html
deleted file mode 100644
index b8a5a7daf1943c..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html
deleted file mode 100644
index b8a5a7daf1943c..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html
deleted file mode 100644
index 769423a8489167..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html
deleted file mode 100644
index 03451e023a03bd..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html
deleted file mode 100644
index b8a5a7daf1943c..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html
deleted file mode 100644
index fce107ca865b4e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html
deleted file mode 100644
index a4839b153ebe11..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html
deleted file mode 100644
index f02f758a5acb9d..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html
deleted file mode 100644
index f02f758a5acb9d..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html
deleted file mode 100644
index fce107ca865b4e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html
deleted file mode 100644
index a4839b153ebe11..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html
deleted file mode 100644
index f02f758a5acb9d..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html
deleted file mode 100644
index 8fcb93e60f98a1..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html
deleted file mode 100644
index 4050a48a4ae6c0..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html
deleted file mode 100644
index 79b8f6a1931f18..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html
deleted file mode 100644
index 79b8f6a1931f18..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html
deleted file mode 100644
index 8fcb93e60f98a1..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html
deleted file mode 100644
index 4050a48a4ae6c0..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html
deleted file mode 100644
index 79b8f6a1931f18..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html
deleted file mode 100644
index 98e38f17c2b692..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html
deleted file mode 100644
index 8871f6fd78e7d3..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html
deleted file mode 100644
index bba2d2201d0892..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html
deleted file mode 100644
index bba2d2201d0892..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html
deleted file mode 100644
index 98e38f17c2b692..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html
deleted file mode 100644
index 8871f6fd78e7d3..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html
deleted file mode 100644
index bba2d2201d0892..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html
deleted file mode 100644
index cb8cf29fe20ad7..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html
deleted file mode 100644
index b0c4e1a1c7a8b7..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html
deleted file mode 100644
index 43ecab67019e35..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html
deleted file mode 100644
index 43ecab67019e35..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html
deleted file mode 100644
index cb8cf29fe20ad7..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html
deleted file mode 100644
index b0c4e1a1c7a8b7..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html
deleted file mode 100644
index 43ecab67019e35..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html.headers
deleted file mode 100644
index 91913733b2265e..00000000000000
--- a/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer origin-when-crossorigin
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..b5cd4837c1b2f2
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html
new file mode 100644
index 00000000000000..3b2cb3cca94a8f
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..d49f0a134e4f1e
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..4e55c0a81f23bd
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html
new file mode 100644
index 00000000000000..f09de3f03b1e25
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..cc63e3313e0a9a
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..71f2e847a3fa2c
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html
new file mode 100644
index 00000000000000..2e39b6ed9251d5
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..30b757a37a341b
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..8d8916b4e6de06
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html
new file mode 100644
index 00000000000000..1665069b7fb88b
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..eaff8f2a43fac3
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..0054e3176e761f
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html
new file mode 100644
index 00000000000000..8ecc85dd9bacec
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..b877f5faeb2457
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..54c3a26a40d51e
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html
new file mode 100644
index 00000000000000..4fa09bb7662477
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..dde899f8d7f520
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..818e4048ed4ab2
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html
new file mode 100644
index 00000000000000..fb55ec0dfc8895
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..2a93ecedab728e
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..7552ae7d3d4d30
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html
new file mode 100644
index 00000000000000..09391b1d876977
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..17a2998f84eae2
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..a8bc1933a3931a
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html
new file mode 100644
index 00000000000000..4560d66a1a22e3
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..646da6e055b8d4
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..eeebe3cc9b0fd0
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html
new file mode 100644
index 00000000000000..086e188b5afd1e
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..7680771d6b1c19
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..649aa328d1aef3
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html
new file mode 100644
index 00000000000000..a1a8b878bc3dde
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..54b4918596a708
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..db04653db4a6b3
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html
new file mode 100644
index 00000000000000..3f9d2d22380e42
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..c5cf699e1fbe08
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..1c6680d43ff1ed
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html
new file mode 100644
index 00000000000000..493c9432777b56
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..4fc803c2f85936
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..5febef6861ec22
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html
new file mode 100644
index 00000000000000..d3fe196d43c71e
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..8767e5d1c19f26
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..ab7cb70d644ca6
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html
new file mode 100644
index 00000000000000..cdbe6490be96de
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..d0e5b8503edab0
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..c13692cd62e9f4
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html
new file mode 100644
index 00000000000000..3a4131dc33b767
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..49e5a968a6916c
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..49e5a968a6916c
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..c13692cd62e9f4
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html
new file mode 100644
index 00000000000000..3a4131dc33b767
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..49e5a968a6916c
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..260b3b8bdc469f
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html
new file mode 100644
index 00000000000000..335d62302c341c
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..0ab25c59d8dc6a
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..0ab25c59d8dc6a
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..260b3b8bdc469f
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html
new file mode 100644
index 00000000000000..335d62302c341c
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..0ab25c59d8dc6a
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..86e55548ce326f
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html
new file mode 100644
index 00000000000000..1e913ab6eb8ad4
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..7fdf3e980368ef
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..7fdf3e980368ef
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..86e55548ce326f
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html
new file mode 100644
index 00000000000000..1e913ab6eb8ad4
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..7fdf3e980368ef
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..05146a8cf62f78
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html
new file mode 100644
index 00000000000000..dba78c54d43732
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..0c7f04987987a1
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..0c7f04987987a1
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..05146a8cf62f78
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html
new file mode 100644
index 00000000000000..dba78c54d43732
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..0c7f04987987a1
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..2238a6ae252031
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html
new file mode 100644
index 00000000000000..37d979eedc4b67
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..22c408446b3f76
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..22c408446b3f76
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..2238a6ae252031
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html
new file mode 100644
index 00000000000000..37d979eedc4b67
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..22c408446b3f76
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html.headers b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..9ce1de38843b35
--- /dev/null
+++ b/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: origin-when-cross-origin
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/origin-when-cross-origin/meta-csp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html b/referrer-policy/origin-when-cross-origin/meta-csp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html
index 476282ed127154..44d2cb5e11b617 100644
--- a/referrer-policy/origin-when-cross-origin/meta-csp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html
+++ b/referrer-policy/origin-when-cross-origin/meta-csp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html
@@ -2,9 +2,9 @@
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
- Referrer-Policy: Referrer Policy is set to 'origin-when-crossorigin'
+ Referrer-Policy: Referrer Policy is set to 'origin-when-cross-origin'
-
+
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index 979b5295778bd0..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 1233e705cb9a4b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 5f1772b376796f..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index c47bc0de7854b5..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 06a4e81be7a3da..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index ce071da3965c28..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index 7fab7d754a3a30..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index bf45260a751d9d..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 6d4735a562e00c..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index 528dba7e374816..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index ee7b6e4901e336..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 1e00165fabdaa0..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index d8dfab01e84c52..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index b92ce29d576881..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index c5cef8237f18e2..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index e6efb65b8d1e9e..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 18fe49cb5b5c0a..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 408e5469b55ac6..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 6736f8f4e309d2..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 161e109b860a29..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index ec55e2b4bfedfe..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index b8aca4066ee9dd..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index b7bdde97aeb83a..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 00621da4974f71..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index 8600ee3cc24f27..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index f18a553c1905eb..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 33ee5dba5800cb..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index eb28e6408a52c7..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 378d42efb84017..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index d573947bc5bc83..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index d90177353b475c..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 7651aa5bcc72a2..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 5b0bc2cb0cde4f..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 6d81d7929482b0..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 12e248237e9de6..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index f95ad2c2819655..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index c666b74dafdab8..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 702bcbd9c54ddf..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 998644ed41f58a..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index 02e448633d65e4..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index a17f8311edc537..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 0f4750046f93d8..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index 6f21062113a318..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 58d935c73871f0..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 6d752ea29abdc3..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index f761a3bdf2bf19..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 20eaaa7fbfdbc0..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 84ccd9a0051eb1..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 474777f5ce01e7..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 9fc6fc12c69be0..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 8639ab230e320e..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index 597cbb81611a79..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 79c6a210bf2ae1..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 7a0f42d7235b84..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index 64212452acc051..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 8df006875d4197..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index dddfb34926cff4..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index d8fedc5ee5996f..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index bbdb7b30efd816..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is set to 'unsafe-url'
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
deleted file mode 100644
index d54f93601f9e8b..00000000000000
--- a/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
+++ /dev/null
@@ -1,2 +0,0 @@
-Content-Security-Policy: referrer unsafe-url
-Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..80161d9ce6d69c
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..51f2c0af014225
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..7fc889a8b98773
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..31267e3a0739b2
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..0a4c28ff3e6431
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..8c98d0535fae60
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..c35ba903e7e6e9
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..7908257fce452f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..e0b678e6d5689e
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..35ac2efba30b51
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..c07db884a18d82
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..4deb5be080d539
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..394df88d05971a
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..deffa140a2a9ec
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..7375c1258ceca1
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..4a7f23069980da
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..98f1687526e963
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..e2f1b97b4ca0c4
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..61d431b50cfaa7
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..97e4e01aa52b81
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..6ea146fa842977
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..690279436392b9
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..22a50bd33af467
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..9a4b8985c432fe
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..235b47b0c1b7b2
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..480b5758d1c7a0
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..5583f8a47c7aac
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..f368d89adbec49
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..8d3a583f91bfd8
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..9539f94e273993
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..5221c3f6ec2667
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..64b46016d8d0e6
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..f5b7af2cd13312
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..ecf62c8fd3a08a
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..1ca10a682adafe
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..eb797f4772335f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..268d255308f7b4
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..c85046285e43fd
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..ff717f7fd90ca9
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..f8264322085352
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..58381e3591ca91
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..06cb20e2848f20
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..3c272fe196fee9
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..ae08584fdb1d2c
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..ea4b7e288b89d5
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..458ed0c8a417d2
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..e4a131bf896c88
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..6f212507830538
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..ca06776295ea61
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..ec50801a81f1ba
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..85ef908dabe9f9
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..d9eae87ee32d05
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..93655069d6c144
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..71667459f20377
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..dc338854cd6f2f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..30db6c9387cdf6
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..c96874644e1bd2
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..b02036acc5586b
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..ee3c1246a3710e
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..c3465e886228b9
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,41 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is set to 'unsafe-url'
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
new file mode 100644
index 00000000000000..c67e521584390f
--- /dev/null
+++ b/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers
@@ -0,0 +1,2 @@
+Referrer-Policy: unsafe-url
+Access-Control-Allow-Origin: *
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index a5d6e815ab950b..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index 9e62eaf61656e3..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 1bb9d0c4209d85..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index fa1a7e8277980b..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 91f2f598e13536..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 309eeb5ab1beca..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index e7ec44702583ed..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index 090dff968e4020..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index e73af7678781f4..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index cb4d59cd42003d..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index 32da671a23f737..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 5ff69c62b38fd0..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 6d61dc3aa0c169..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index 3b046bf2a13dfc..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 25f7dfb20b1f62..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 737855ab262ea0..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index 138962fc287d5d..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 856e1e3ed35063..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 0d101d5c91d00a..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 5576cbb87b9222..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index eeb8b654915f2a..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 78979a7cd4cbb0..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index 6130a9cbc99672..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 96c308242922a7..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 9d80d20ecbf253..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index 8bce29d7b46c87..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 4231e34c72b1e6..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index a3d9daf209d0f9..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index 98e0d4fad546b7..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index e9a79a74351dcd..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index bdccf064dc8b4d..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index af3d6c218fd2d9..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index ced3ca19636055..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index fbf35b63e52639..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 5b644baaf520ec..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index cd3479c8af7719..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 141f0d05302357..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index 67e91e497adf37..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 148480cc798ee4..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 447b997eb466bc..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index d2fee784476e78..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 52bae61a665fea..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 0b09d90a0ba209..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index a04e63eced155c..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index b3e1860681b8a8..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 6108d8dd9a1e05..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
deleted file mode 100644
index 202c32caadc7dc..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 165de970aab332..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 455fc009c584f2..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
deleted file mode 100644
index 3903c0c70a40cc..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 1d30159bcc2f44..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index be69d2cb374868..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html
deleted file mode 100644
index bea2e042449c21..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index 195c4599efded0..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
deleted file mode 100644
index 0830512c3b29af..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html
deleted file mode 100644
index 8dd6c9cca8049f..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
deleted file mode 100644
index a083029ee121e7..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
deleted file mode 100644
index e8192793da387f..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
deleted file mode 100644
index 60527d45c1c595..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
deleted file mode 100644
index f6b75bca5b2a2d..00000000000000
--- a/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
- Referrer-Policy: Referrer Policy is not explicitly defined
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..96448e455c91d5
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..05e522d661065b
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..8574a1706657ea
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..f40a04fb22a1e0
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..0db62bb6ebd349
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..6baa9a5feb9f3b
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..4e5190df345f83
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..bde220944fb35c
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..723eb2ff1e19b4
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..bdb6e50e19ed56
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..5172686f2d00d6
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..c2b7bdc9712159
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..9e0a2b11d30b78
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..054da396e3120e
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..a5974ec3058061
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..5c47827a741c38
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..49fc15d41cf25c
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..7d0bf521e97b54
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..d5aedd99b9a58d
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..4e4ae78fe30391
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..836845c2e82307
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..458da33017ee91
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..a2790ba11b1308
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..72e80a4154d55f
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..5f381c7e3cf03b
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..260e7fdf07d5b5
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..26344e4388236d
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..8173a81163e914
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..6e08c8c016644d
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..478aed00dff7c3
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..502bb3a69e9cc4
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..7204e51d9dfded
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..fd820f35c127d2
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..cc9f01781bd200
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..82a2ccb491fe74
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..e9a4868192940c
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..7bc663ca4a00b3
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..1507c9ddf9a689
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..9b5fa93a79406f
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..d77ebdbb7b3be1
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..adfcff237cb1f0
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..d4382e7ad66aac
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..1aac192b9d4d59
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..9bf7d3dd4786a1
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..71e7602415bca3
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..0244c271ca4238
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..c456980e55b100
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..67dad154beca0e
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..988d678ee11c12
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..f61cb047655e4d
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..4a527a3ccef50d
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..e587708711dcec
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..a685441fcefeaf
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..6d2b57369e418e
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..5476339559817b
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..4ec39df1aa5c34
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..d6f914fcd82282
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
new file mode 100644
index 00000000000000..e710425cde869f
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
new file mode 100644
index 00000000000000..1d681cbbd079eb
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
new file mode 100644
index 00000000000000..96729cb46a1fe2
--- /dev/null
+++ b/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html
@@ -0,0 +1,40 @@
+
+
+
+
+ Referrer-Policy: Referrer Policy is not explicitly defined
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/service-workers/service-worker/fetch-event.https.html b/service-workers/service-worker/fetch-event.https.html
index cbb842d2c7605b..b7eda16494a1d9 100644
--- a/service-workers/service-worker/fetch-event.https.html
+++ b/service-workers/service-worker/fetch-event.https.html
@@ -431,7 +431,7 @@
var scope = 'resources/simple.html?cache';
var frame;
var cacheTypes = [
- undefined, 'default', 'no-store', 'reload', 'no-cache', 'force-cache'
+ undefined, 'default', 'no-store', 'reload', 'no-cache', 'force-cache', 'only-if-cached'
];
service_worker_unregister_and_register(t, worker, scope)
.then(function(reg) {
@@ -443,8 +443,13 @@
assert_equals(frame.contentWindow.document.body.textContent, 'default');
var tests = cacheTypes.map(function(type) {
return new Promise(function(resolve, reject) {
- return frame.contentWindow.fetch(scope + '=' + type,
- {cache: type})
+ var init = {cache: type};
+ if (type === 'only-if-cached') {
+ // For privacy reasons, for the time being, only-if-cached
+ // requires the mode to be same-origin.
+ init.mode = 'same-origin';
+ }
+ return frame.contentWindow.fetch(scope + '=' + type, init)
.then(function(response) { return response.text(); })
.then(function(response_text) {
var expected = (type === undefined) ? 'default' : type;
diff --git a/service-workers/service-worker/fetch-request-redirect.https.html b/service-workers/service-worker/fetch-request-redirect.https.html
index c4e8c2cbaf29b3..25d4a6ef32b5f3 100644
--- a/service-workers/service-worker/fetch-request-redirect.https.html
+++ b/service-workers/service-worker/fetch-request-redirect.https.html
@@ -175,181 +175,198 @@
});
}, 'Verify redirect mode of Fetch API and ServiceWorker FetchEvent.');
- // test for reponse.redirected
- promise_test(function(t) {
- var SCOPE = 'resources/fetch-request-redirect-iframe.html';
- var SCRIPT = 'resources/fetch-rewrite-worker.js';
- var REDIRECT_URL = base_path() + 'resources/redirect.py?Redirect=';
- var XHR_URL = base_path() + 'resources/simple.txt';
- var IMAGE_URL = base_path() + 'resources/square.png';
+// test for reponse.redirected
+promise_test(function(t) {
+ var SCOPE = 'resources/fetch-request-redirect-iframe.html';
+ var SCRIPT = 'resources/fetch-rewrite-worker.js';
+ var REDIRECT_URL = base_path() + 'resources/redirect.py?Redirect=';
+ var XHR_URL = base_path() + 'resources/simple.txt';
+ var IMAGE_URL = base_path() + 'resources/square.png';
- var REDIRECT_TO_XHR_URL = REDIRECT_URL + encodeURIComponent(XHR_URL);
+ var REDIRECT_TO_XHR_URL = REDIRECT_URL + encodeURIComponent(XHR_URL);
- var host_info = get_host_info();
+ var host_info = get_host_info();
- var CROSS_ORIGIN_URL = host_info['HTTPS_REMOTE_ORIGIN'] + IMAGE_URL;
+ var CROSS_ORIGIN_URL = host_info['HTTPS_REMOTE_ORIGIN'] + IMAGE_URL;
- var REDIRECT_TO_CROSS_ORIGIN = REDIRECT_URL + encodeURIComponent(CROSS_ORIGIN_URL + '?ACAOrigin=*');
+ var REDIRECT_TO_CROSS_ORIGIN = REDIRECT_URL +
+ encodeURIComponent(CROSS_ORIGIN_URL + '?ACAOrigin=*');
- var worker;
- var frame;
- return service_worker_unregister_and_register(t, SCRIPT, SCOPE)
- .then(function(registration) {
- worker = registration.installing;
- return wait_for_state(t, worker, 'activated');
- })
- .then(function() { return with_iframe(SCOPE); })
- .then(function(f) {
- frame = f;
- return Promise.all([
- // XMLHttpRequest tests.
- assert_resolves(
- frame.contentWindow.xhr(
- './?url=' + encodeURIComponent(XHR_URL) +
- '&expected_redirected=false' +
- '&expected_resolves=true'),
- 'Normal XHR should be resolved and response should not be redirected.'),
- assert_resolves(
- frame.contentWindow.xhr(
- './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
- '&expected_redirected=true' +
- '&expected_resolves=true'),
- 'Redirected XHR should be resolved and response should be redirected.'),
+ var worker;
+ var frame;
+ return service_worker_unregister_and_register(t, SCRIPT, SCOPE)
+ .then(function(registration) {
+ worker = registration.installing;
+ return wait_for_state(t, worker, 'activated');
+ })
+ .then(function() { return with_iframe(SCOPE); })
+ .then(function(f) {
+ frame = f;
+ return Promise.all([
+ // XMLHttpRequest tests.
+ assert_resolves(
+ frame.contentWindow.xhr(
+ './?url=' + encodeURIComponent(XHR_URL) +
+ '&expected_redirected=false' +
+ '&expected_resolves=true'),
+ 'Normal XHR should be resolved and response should not be ' +
+ 'redirected.'),
+ assert_resolves(
+ frame.contentWindow.xhr(
+ './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
+ '&expected_redirected=true' +
+ '&expected_resolves=true'),
+ 'Redirected XHR should be resolved and response should be ' +
+ 'redirected.'),
- // tests for request's mode = cors
- assert_resolves(
- frame.contentWindow.xhr(
- './?url=' + encodeURIComponent(XHR_URL) +
- '&mode=cors' +
- '&expected_redirected=false' +
- '&expected_resolves=true'),
- 'Normal XHR should be resolved and response should not be redirected even with CORS mode.'),
- assert_resolves(
- frame.contentWindow.xhr(
- './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
- '&mode=cors' +
- '&redirect-mode=follow' +
- '&expected_redirected=true' +
- '&expected_resolves=true'),
- 'Redirected XHR should be resolved and response.redirected should be redirected with CORS mode.'),
+ // tests for request's mode = cors
+ assert_resolves(
+ frame.contentWindow.xhr(
+ './?url=' + encodeURIComponent(XHR_URL) +
+ '&mode=cors' +
+ '&expected_redirected=false' +
+ '&expected_resolves=true'),
+ 'Normal XHR should be resolved and response should not be ' +
+ 'redirected even with CORS mode.'),
+ assert_resolves(
+ frame.contentWindow.xhr(
+ './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
+ '&mode=cors' +
+ '&redirect-mode=follow' +
+ '&expected_redirected=true' +
+ '&expected_resolves=true'),
+ 'Redirected XHR should be resolved and response.redirected ' +
+ 'should be redirected with CORS mode.'),
- // tests for request's mode = no-cors
- // The response.redirect should be false since we will not add redirected url list when redirect-mode is not follow.
- assert_rejects(
- frame.contentWindow.xhr(
- './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
- '&mode=no-cors' +
- '&redirect-mode=manual' +
- '&expected_redirected=false' +
- '&expected_resolves=false'),
- 'Redirected XHR should be reject and response should be redirected with NO-CORS mode and redirect-mode=manual.'),
+ // tests for request's mode = no-cors
+ // The response.redirect should be false since we will not add
+ // redirected url list when redirect-mode is not follow.
+ assert_rejects(
+ frame.contentWindow.xhr(
+ './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
+ '&mode=no-cors' +
+ '&redirect-mode=manual' +
+ '&expected_redirected=false' +
+ '&expected_resolves=false'),
+ 'Redirected XHR should be reject and response should be ' +
+ 'redirected with NO-CORS mode and redirect-mode=manual.'),
- // tests for redirecting to a cors
- assert_resolves(
- frame.contentWindow.load_image(
- './?url=' + encodeURIComponent(REDIRECT_TO_CROSS_ORIGIN) +
- '&mode=no-cors' +
- '&redirect-mode=follow' +
- '&expected_redirected=false' +
- '&expected_resolves=true'),
- 'Redirected COS image should be reject and response should not be redirected with NO-CORS mode.'),
- ]);
- })
- .then(function() {
- frame.remove();
- service_worker_unregister_and_done(t, SCOPE);
- });
- }, 'Verify redirected of Response(Fetch API) and ServiceWorker FetchEvent.');
+ // tests for redirecting to a cors
+ assert_resolves(
+ frame.contentWindow.load_image(
+ './?url=' + encodeURIComponent(REDIRECT_TO_CROSS_ORIGIN) +
+ '&mode=no-cors' +
+ '&redirect-mode=follow' +
+ '&expected_redirected=false' +
+ '&expected_resolves=true'),
+ 'Redirected COS image should be reject and response should ' +
+ 'not be redirected with NO-CORS mode.'),
+ ]);
+ })
+ .then(function() {
+ frame.remove();
+ service_worker_unregister_and_done(t, SCOPE);
+ });
+ }, 'Verify redirected of Response(Fetch API) and ServiceWorker FetchEvent.');
- // test for reponse.redirected after cached
- promise_test(function(t) {
- var SCOPE = 'resources/fetch-request-redirect-iframe.html';
- var SCRIPT = 'resources/fetch-rewrite-worker.js';
- var REDIRECT_URL = base_path() + 'resources/redirect.py?Redirect=';
- var XHR_URL = base_path() + 'resources/simple.txt';
- var IMAGE_URL = base_path() + 'resources/square.png';
+// test for reponse.redirected after cached
+promise_test(function(t) {
+ var SCOPE = 'resources/fetch-request-redirect-iframe.html';
+ var SCRIPT = 'resources/fetch-rewrite-worker.js';
+ var REDIRECT_URL = base_path() + 'resources/redirect.py?Redirect=';
+ var XHR_URL = base_path() + 'resources/simple.txt';
+ var IMAGE_URL = base_path() + 'resources/square.png';
- var REDIRECT_TO_XHR_URL = REDIRECT_URL + encodeURIComponent(XHR_URL);
+ var REDIRECT_TO_XHR_URL = REDIRECT_URL + encodeURIComponent(XHR_URL);
- var host_info = get_host_info();
+ var host_info = get_host_info();
- var CROSS_ORIGIN_URL = host_info['HTTPS_REMOTE_ORIGIN'] + IMAGE_URL;
+ var CROSS_ORIGIN_URL = host_info['HTTPS_REMOTE_ORIGIN'] + IMAGE_URL;
- var REDIRECT_TO_CROSS_ORIGIN = REDIRECT_URL + encodeURIComponent(CROSS_ORIGIN_URL + '?ACAOrigin=*');
+ var REDIRECT_TO_CROSS_ORIGIN = REDIRECT_URL +
+ encodeURIComponent(CROSS_ORIGIN_URL + '?ACAOrigin=*');
- var worker;
- var frame;
- return service_worker_unregister_and_register(t, SCRIPT, SCOPE)
- .then(function(registration) {
- worker = registration.installing;
- return wait_for_state(t, worker, 'activated');
- })
- .then(function() { return with_iframe(SCOPE); })
- .then(function(f) {
- frame = f;
- return Promise.all([
- // XMLHttpRequest tests.
- assert_resolves(
- frame.contentWindow.xhr(
- './?url=' + encodeURIComponent(XHR_URL) +
- '&expected_redirected=false' +
- '&expected_resolves=true' +
- '&cache'),
- 'Normal XHR should be resolved and response should not be redirected.'),
- assert_resolves(
- frame.contentWindow.xhr(
- './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
- '&expected_redirected=true' +
- '&expected_resolves=true' +
- '&cache'),
- 'Redirected XHR should be resolved and response should be redirected.'),
+ var worker;
+ var frame;
+ return service_worker_unregister_and_register(t, SCRIPT, SCOPE)
+ .then(function(registration) {
+ worker = registration.installing;
+ return wait_for_state(t, worker, 'activated');
+ })
+ .then(function() { return with_iframe(SCOPE); })
+ .then(function(f) {
+ frame = f;
+ return Promise.all([
+ // XMLHttpRequest tests.
+ assert_resolves(
+ frame.contentWindow.xhr(
+ './?url=' + encodeURIComponent(XHR_URL) +
+ '&expected_redirected=false' +
+ '&expected_resolves=true' +
+ '&cache'),
+ 'Normal XHR should be resolved and response should not be ' +
+ 'redirected.'),
+ assert_resolves(
+ frame.contentWindow.xhr(
+ './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
+ '&expected_redirected=true' +
+ '&expected_resolves=true' +
+ '&cache'),
+ 'Redirected XHR should be resolved and response should be ' +
+ 'redirected.'),
- // tests for request's mode = cors
- assert_resolves(
- frame.contentWindow.xhr(
- './?url=' + encodeURIComponent(XHR_URL) +
- '&mode=cors' +
- '&expected_redirected=false' +
- '&expected_resolves=true' +
- '&cache'),
- 'Normal XHR should be resolved and response should not be redirected even with CORS mode.'),
- assert_resolves(
- frame.contentWindow.xhr(
- './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
- '&mode=cors' +
- '&redirect-mode=follow' +
- '&expected_redirected=true' +
- '&expected_resolves=true' +
- '&cache'),
- 'Redirected XHR should be resolved and response.redirected should be redirected with CORS mode.'),
+ // tests for request's mode = cors
+ assert_resolves(
+ frame.contentWindow.xhr(
+ './?url=' + encodeURIComponent(XHR_URL) +
+ '&mode=cors' +
+ '&expected_redirected=false' +
+ '&expected_resolves=true' +
+ '&cache'),
+ 'Normal XHR should be resolved and response should not be ' +
+ 'redirected even with CORS mode.'),
+ assert_resolves(
+ frame.contentWindow.xhr(
+ './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
+ '&mode=cors' +
+ '&redirect-mode=follow' +
+ '&expected_redirected=true' +
+ '&expected_resolves=true' +
+ '&cache'),
+ 'Redirected XHR should be resolved and response.redirected ' +
+ 'should be redirected with CORS mode.'),
- // tests for request's mode = no-cors
- // The response.redirect should be false since we will not add redirected url list when redirect-mode is not follow.
- assert_rejects(
- frame.contentWindow.xhr(
- './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
- '&mode=no-cors' +
- '&redirect-mode=manual' +
- '&expected_redirected=false' +
- '&expected_resolves=false' +
- '&cache'),
- 'Redirected XHR should be reject and response should be redirected with NO-CORS mode and redirect-mode=manual.'),
+ // tests for request's mode = no-cors
+ // The response.redirect should be false since we will not add
+ // redirected url list when redirect-mode is not follow.
+ assert_rejects(
+ frame.contentWindow.xhr(
+ './?url=' + encodeURIComponent(REDIRECT_TO_XHR_URL) +
+ '&mode=no-cors' +
+ '&redirect-mode=manual' +
+ '&expected_redirected=false' +
+ '&expected_resolves=false' +
+ '&cache'),
+ 'Redirected XHR should be reject and response should be ' +
+ 'redirected with NO-CORS mode and redirect-mode=manual.'),
- // tests for redirecting to a cors
- assert_resolves(
- frame.contentWindow.load_image(
- './?url=' + encodeURIComponent(REDIRECT_TO_CROSS_ORIGIN) +
- '&mode=no-cors' +
- '&redirect-mode=follow' +
- '&expected_redirected=false' +
- '&expected_resolves=true' +
- '&cache'),
- 'Redirected COS image should be reject and response should not be redirected with NO-CORS mode.'),
- ]);
- })
- .then(function() {
- frame.remove();
- service_worker_unregister_and_done(t, SCOPE);
- });
- }, 'Verify redirected of Response(Fetch API), Cache API and ServiceWorker FetchEvent.');
+ // tests for redirecting to a cors
+ assert_resolves(
+ frame.contentWindow.load_image(
+ './?url=' + encodeURIComponent(REDIRECT_TO_CROSS_ORIGIN) +
+ '&mode=no-cors' +
+ '&redirect-mode=follow' +
+ '&expected_redirected=false' +
+ '&expected_resolves=true' +
+ '&cache'),
+ 'Redirected COS image should be reject and response should ' +
+ 'not be redirected with NO-CORS mode.'),
+ ]);
+ })
+ .then(function() {
+ frame.remove();
+ service_worker_unregister_and_done(t, SCOPE);
+ });
+ }, 'Verify redirected of Response(Fetch API), Cache API and ServiceWorker ' +
+ 'FetchEvent.');
diff --git a/service-workers/service-worker/register-wait-forever-in-install-worker.https.html b/service-workers/service-worker/register-wait-forever-in-install-worker.https.html
index 348daccccdcc54..e23f9f4fc8e380 100644
--- a/service-workers/service-worker/register-wait-forever-in-install-worker.https.html
+++ b/service-workers/service-worker/register-wait-forever-in-install-worker.https.html
@@ -10,13 +10,39 @@
var bad_script = 'resources/wait-forever-in-install-worker.js';
var good_script = 'resources/empty-worker.js';
var scope = 'resources/wait-forever-in-install-worker';
+ var other_scope = 'resources/wait-forever-in-install-worker-other';
+ var registration;
+ var registerPromise;
+
return navigator.serviceWorker.register(bad_script, {scope: scope})
- .then(function(registration) {
+ .then(function(r) {
+ registration = r;
+ assert_equals(registration.installing.scriptURL,
+ normalizeURL(bad_script));
+
+ // This register job should not start until the first
+ // register for the same scope completes.
+ registerPromise =
+ navigator.serviceWorker.register(good_script, {scope: scope});
+
+ // In order to test that the above register does not complete
+ // we will perform a register() on a different scope. The
+ // assumption here is that the previous register call would
+ // have completed in the same timeframe if it was able to do
+ // so.
+ return navigator.serviceWorker.register(good_script,
+ {scope: other_scope});
+ })
+ .then(function(swr) {
+ return swr.unregister();
+ })
+ .then(function() {
assert_equals(registration.installing.scriptURL,
normalizeURL(bad_script));
- return navigator.serviceWorker.register(good_script, {scope: scope});
+ registration.installing.postMessage('STOP_WAITING');
+ return registerPromise;
})
- .then(function(registration) {
+ .then(function(swr) {
assert_equals(registration.installing.scriptURL,
normalizeURL(good_script));
return wait_for_state(t, registration.installing, 'activated');
diff --git a/service-workers/service-worker/resources/fetch-rewrite-worker.js b/service-workers/service-worker/resources/fetch-rewrite-worker.js
index 710057bda4a6b5..4a7646e1506b0a 100644
--- a/service-workers/service-worker/resources/fetch-rewrite-worker.js
+++ b/service-workers/service-worker/resources/fetch-rewrite-worker.js
@@ -108,22 +108,25 @@ self.addEventListener('fetch', function(event) {
reject(new Response(JSON.stringify({
result: 'failure',
detail: 'got '+ response.redirected +
- ' Response.redirected instead of ' + expectedRedirected
+ ' Response.redirected instead of ' +
+ expectedRedirected
})));
} else {
- // Resolve a JSON object with a failure since promise is expected
- // to be rejected.
+ // Resolve a JSON object with a failure since promise is
+ // expected to be rejected.
resolve(new Response(JSON.stringify({
result: 'failure',
detail: 'got '+ response.redirected +
- ' Response.redirected instead of ' + expectedRedirected
+ ' Response.redirected instead of ' +
+ expectedRedirected
})));
}
}
}
if (params['cache']) {
- var cacheName = "cached-fetches-" + Date.now();
+ var cacheName = "cached-fetches-" + performance.now() + "-" +
+ event.request.url;
var cache;
var cachedResponse;
return self.caches.open(cacheName).then(function(opened) {
diff --git a/service-workers/service-worker/resources/wait-forever-in-install-worker.js b/service-workers/service-worker/resources/wait-forever-in-install-worker.js
index 32349594cc3b0f..af85a73ad3e11e 100644
--- a/service-workers/service-worker/resources/wait-forever-in-install-worker.js
+++ b/service-workers/service-worker/resources/wait-forever-in-install-worker.js
@@ -1,3 +1,12 @@
+var waitUntilResolve;
self.addEventListener('install', function(event) {
- event.waitUntil(new Promise(function() {}));
+ event.waitUntil(new Promise(function(resolve) {
+ waitUntilResolve = resolve;
+ }));
+ });
+
+self.addEventListener('message', function(event) {
+ if (event.data === 'STOP_WAITING') {
+ waitUntilResolve();
+ }
});
diff --git a/subresource-integrity/subresource-integrity.sub.html b/subresource-integrity/subresource-integrity.sub.html
index 43ff7cb5910ee4..89ae018e48e0b3 100644
--- a/subresource-integrity/subresource-integrity.sub.html
+++ b/subresource-integrity/subresource-integrity.sub.html
@@ -1,8 +1,8 @@
Subresource Integrity
-
-
+
+
diff --git a/tools b/tools
index 7c265b92cd7011..bb5c527a6b3300 160000
--- a/tools
+++ b/tools
@@ -1 +1 @@
-Subproject commit 7c265b92cd701122d28a8fb15478a383045eea70
+Subproject commit bb5c527a6b330096b07b5a8123ff7fd93acece2b
diff --git a/web-animations/interfaces/Animation/constructor.html b/web-animations/interfaces/Animation/constructor.html
index 10f99e96c7fb73..1f7523364975ff 100644
--- a/web-animations/interfaces/Animation/constructor.html
+++ b/web-animations/interfaces/Animation/constructor.html
@@ -19,23 +19,43 @@
{
effect: null,
timeline: null,
+ expectedTimeline: null,
+ expectedTimelineDescription: "null",
description: "with null effect and null timeline"
},
{
effect: null,
timeline: document.timeline,
+ expectedTimeline: document.timeline,
+ expectedTimelineDescription: "document.timeline",
description: "with null effect and non-null timeline"
},
+ {
+ effect: null,
+ expectedTimeline: document.timeline,
+ expectedTimelineDescription: "document.timeline",
+ description: "with null effect and no timeline parameter"
+ },
{
effect: gEffect,
timeline: null,
+ expectedTimeline: null,
+ expectedTimelineDescription: "null",
description: "with non-null effect and null timeline"
},
{
effect: gEffect,
timeline: document.timeline,
+ expectedTimeline: document.timeline,
+ expectedTimelineDescription: "document.timeline",
description: "with non-null effect and non-null timeline"
},
+ {
+ effect: gEffect,
+ expectedTimeline: document.timeline,
+ expectedTimelineDescription: "document.timeline",
+ description: "with non-null effect and no timeline parameter"
+ },
];
gTestArguments.forEach(function(args) {
@@ -47,9 +67,8 @@
assert_equals(animation.effect, args.effect,
"Animation returns the same effect passed to " +
"the Constructor");
- assert_equals(animation.timeline, args.timeline,
- "Animation returns the same timeline passed to " +
- "the Constructor");
+ assert_equals(animation.timeline, args.expectedTimeline,
+ "Animation timeline should be " + args.expectedTimelineDescription);
assert_equals(animation.playState, "idle",
"Animation.playState should be initially 'idle'");
}, "Animation can be constructed " + args.description);
@@ -69,5 +88,20 @@
assert_equals(effect.getComputedTiming().progress, 1.0);
}, "Animation constructed by an effect with null target runs normally");
+async_test(function(t) {
+ var iframe = document.createElement('iframe');
+
+ iframe.addEventListener('load', t.step_func(function() {
+ var div = createDiv(t, iframe.contentDocument);
+ var effect = new KeyframeEffectReadOnly(div, null, 10000);
+ var anim = new Animation(effect);
+ assert_equals(anim.timeline, document.timeline);
+ iframe.remove();
+ t.done();
+ }));
+
+ document.body.appendChild(iframe);
+}, "Animation constructed with a keyframe that target element is in iframe");
+
diff --git a/web-animations/interfaces/Animation/reverse.html b/web-animations/interfaces/Animation/reverse.html
index fd0926c2e35574..5ee27131c2744f 100644
--- a/web-animations/interfaces/Animation/reverse.html
+++ b/web-animations/interfaces/Animation/reverse.html
@@ -146,5 +146,14 @@
t.done();
}, 'reverse() when playbackRate == 0');
+test(function(t) {
+ var div = createDiv(t);
+ var animation =
+ new Animation(new KeyframeEffect(div, null, 100 * MS_PER_SEC), null);
+
+ assert_throws('InvalidStateError', function() { animation.reverse(); });
+}, 'Reversing an animation without an active timeline throws an ' +
+ 'InvalidStateError');
+
diff --git a/web-animations/timing-model/animations/current-time.html b/web-animations/timing-model/animations/current-time.html
new file mode 100644
index 00000000000000..efc7ba78b968d5
--- /dev/null
+++ b/web-animations/timing-model/animations/current-time.html
@@ -0,0 +1,65 @@
+
+
+Tests for current time
+
+
+
+
+
+
+
+
diff --git a/web-animations/timing-model/animations/set-the-animation-start-time.html b/web-animations/timing-model/animations/set-the-animation-start-time.html
index 60e70bafafb0b0..8b74c92a469f0a 100644
--- a/web-animations/timing-model/animations/set-the-animation-start-time.html
+++ b/web-animations/timing-model/animations/set-the-animation-start-time.html
@@ -16,10 +16,11 @@
// time for an animation that does not have an active timeline.
var animation =
- new Animation(new KeyframeEffect(createDiv(t), null, 100 * MS_PER_SEC));
+ new Animation(new KeyframeEffect(createDiv(t), null, 100 * MS_PER_SEC),
+ null);
assert_equals(animation.currentTime, null, 'Intial current time');
- assert_equals(animation.startTuime, null, 'Intial start time');
+ assert_equals(animation.startTime, null, 'Intial start time');
animation.currentTime = 1000;
assert_equals(animation.currentTime, 1000,
@@ -46,10 +47,11 @@
// timeline should not clear the current time.
var animation =
- new Animation(new KeyframeEffect(createDiv(t), null, 100 * MS_PER_SEC));
+ new Animation(new KeyframeEffect(createDiv(t), null, 100 * MS_PER_SEC),
+ null);
assert_equals(animation.currentTime, null, 'Intial current time');
- assert_equals(animation.startTuime, null, 'Intial start time');
+ assert_equals(animation.startTime, null, 'Intial start time');
animation.currentTime = 1000;
assert_equals(animation.currentTime, 1000,
diff --git a/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html b/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html
new file mode 100644
index 00000000000000..c540fe2ca71812
--- /dev/null
+++ b/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html
@@ -0,0 +1,276 @@
+
+
+Setting the timeline tests
+
+
+
+
+
+
+
+
diff --git a/webaudio/the-audio-api/the-iirfilternode-interface/test-iirfilternode.html b/webaudio/the-audio-api/the-iirfilternode-interface/test-iirfilternode.html
new file mode 100644
index 00000000000000..61c11ffc5083a9
--- /dev/null
+++ b/webaudio/the-audio-api/the-iirfilternode-interface/test-iirfilternode.html
@@ -0,0 +1,59 @@
+
+
+Test the IIRFilterNode Interface
+
+
+