diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py index 1bd0c528b7e..751039c0ad1 100644 --- a/python/tidy/servo_tidy/tidy.py +++ b/python/tidy/servo_tidy/tidy.py @@ -621,7 +621,7 @@ def check_wpt_lint_errors(files): if os.path.isdir(wpt_working_dir): site.addsitedir(wpt_working_dir) from tools.lint import lint - returncode = lint.lint(files) + returncode = lint.lint(wpt_working_dir, files, output_json=False) if returncode: yield ("WPT Lint Tool", "", "lint error(s) in Web Platform Tests: exit status {0}".format(returncode)) diff --git a/tests/wpt/metadata/MANIFEST.json b/tests/wpt/metadata/MANIFEST.json index 4652bb8d492..9dc86c4804d 100644 --- a/tests/wpt/metadata/MANIFEST.json +++ b/tests/wpt/metadata/MANIFEST.json @@ -265,10 +265,6 @@ "path": "html-media-capture/capture_video_cancel-manual.html", "url": "/html-media-capture/capture_video_cancel-manual.html" }, - { - "path": "html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html", - "url": "/html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html" - }, { "path": "html/browsers/history/the-history-interface/non-automated/traverse_the_history_unload_prompt_1-manual.html", "url": "/html/browsers/history/the-history-interface/non-automated/traverse_the_history_unload_prompt_1-manual.html" @@ -817,10 +813,6 @@ "path": "html/webappapis/system-state-and-capabilities/the-navigator-object/get-navigatorlanguage-manual.html", "url": "/html/webappapis/system-state-and-capabilities/the-navigator-object/get-navigatorlanguage-manual.html" }, - { - "path": "mediacapture-streams/MediaStream-id-manual.html", - "url": "/mediacapture-streams/MediaStream-id-manual.html" - }, { "path": "notifications/body-basic-manual.html", "url": "/notifications/body-basic-manual.html" @@ -865,6 +857,70 @@ "path": "notifications/tag-same-manual.html", "url": "/notifications/tag-same-manual.html" }, + { + "path": "orientation-event/free-fall-manual.html", + "url": "/orientation-event/free-fall-manual.html" + }, + { + "path": "orientation-event/horizontal-surface-manual.html", + "url": "/orientation-event/horizontal-surface-manual.html" + }, + { + "path": "orientation-event/screen-upmost-manual.html", + "url": "/orientation-event/screen-upmost-manual.html" + }, + { + "path": "orientation-event/screen-upright-manual.html", + "url": "/orientation-event/screen-upright-manual.html" + }, + { + "path": "orientation-event/t001-manual.html", + "url": "/orientation-event/t001-manual.html" + }, + { + "path": "orientation-event/t002-manual.html", + "url": "/orientation-event/t002-manual.html" + }, + { + "path": "orientation-event/t003-manual.html", + "url": "/orientation-event/t003-manual.html" + }, + { + "path": "orientation-event/t006-manual.html", + "url": "/orientation-event/t006-manual.html" + }, + { + "path": "orientation-event/t009-manual.html", + "url": "/orientation-event/t009-manual.html" + }, + { + "path": "orientation-event/t010-manual.html", + "url": "/orientation-event/t010-manual.html" + }, + { + "path": "orientation-event/t012-manual.html", + "url": "/orientation-event/t012-manual.html" + }, + { + "path": "orientation-event/t021-manual.html", + "url": "/orientation-event/t021-manual.html" + }, + { + "path": "orientation-event/t022-manual.html", + "url": "/orientation-event/t022-manual.html" + }, + { + "path": "orientation-event/t023-manual.html", + "url": "/orientation-event/t023-manual.html" + }, + { + "path": "orientation-event/t025-manual.html", + "url": "/orientation-event/t025-manual.html" + }, + { + "path": "orientation-event/t028-manual.html", + "url": "/orientation-event/t028-manual.html" + }, { "path": "page-visibility/test_minimize-manual.html", "url": "/page-visibility/test_minimize-manual.html" @@ -1013,6 +1069,10 @@ "path": "pointerevents/pointerevent_pointerup_pointertype-manual.html", "url": "/pointerevents/pointerevent_pointerup_pointertype-manual.html" }, + { + "path": "pointerevents/pointerevent_properties_mouse-manual.html", + "url": "/pointerevents/pointerevent_properties_mouse-manual.html" + }, { "path": "pointerevents/pointerevent_releasepointercapture_events_to_original_target-manual.html", "url": "/pointerevents/pointerevent_releasepointercapture_events_to_original_target-manual.html" @@ -1117,6 +1177,34 @@ "path": "pointerevents/pointerevent_touch-action-table-test_touch-manual.html", "url": "/pointerevents/pointerevent_touch-action-table-test_touch-manual.html" }, + { + "path": "presentation-api/controlling-ua/PresentationConnection_onclosed-manual.html", + "url": "/presentation-api/controlling-ua/PresentationConnection_onclosed-manual.html" + }, + { + "path": "presentation-api/controlling-ua/PresentationConnection_onconnected-manual.html", + "url": "/presentation-api/controlling-ua/PresentationConnection_onconnected-manual.html" + }, + { + "path": "presentation-api/controlling-ua/PresentationConnection_onterminated-manual.html", + "url": "/presentation-api/controlling-ua/PresentationConnection_onterminated-manual.html" + }, + { + "path": "presentation-api/controlling-ua/reconnectToPresentation_error-manual.html", + "url": "/presentation-api/controlling-ua/reconnectToPresentation_error-manual.html" + }, + { + "path": "presentation-api/controlling-ua/reconnectToPresentation_success-manual.html", + "url": "/presentation-api/controlling-ua/reconnectToPresentation_success-manual.html" + }, + { + "path": "presentation-api/controlling-ua/startNewPresentation_error-manual.html", + "url": "/presentation-api/controlling-ua/startNewPresentation_error-manual.html" + }, + { + "path": "presentation-api/controlling-ua/startNewPresentation_success-manual.html", + "url": "/presentation-api/controlling-ua/startNewPresentation_success-manual.html" + }, { "path": "quirks-mode/active-and-hover-manual.html", "url": "/quirks-mode/active-and-hover-manual.html" @@ -5773,6 +5861,16 @@ ], "url": "/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html" }, + { + "path": "quirks-mode/historical/list-item-bullet-size.html", + "references": [ + [ + "/quirks-mode/historical/list-item-bullet-size-ref.html", + "==" + ] + ], + "url": "/quirks-mode/historical/list-item-bullet-size.html" + }, { "path": "shadow-dom/untriaged/shadow-trees/nested-shadow-trees/nested_tree_reftest.html", "references": [ @@ -12271,6 +12369,26 @@ "path": "IndexedDB/value_recursive.htm", "url": "/IndexedDB/value_recursive.htm" }, + { + "path": "WebCryptoAPI/digest/digest.worker.js", + "url": "/WebCryptoAPI/digest/digest.worker" + }, + { + "path": "WebCryptoAPI/encrypt_decrypt/aes_cbc.worker.js", + "url": "/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker" + }, + { + "path": "WebCryptoAPI/encrypt_decrypt/aes_ctr.worker.js", + "url": "/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker" + }, + { + "path": "WebCryptoAPI/encrypt_decrypt/aes_gcm.worker.js", + "url": "/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker" + }, + { + "path": "WebCryptoAPI/encrypt_decrypt/rsa.worker.js", + "url": "/WebCryptoAPI/encrypt_decrypt/rsa.worker" + }, { "path": "WebCryptoAPI/generateKey/failures.worker.js", "url": "/WebCryptoAPI/generateKey/failures.worker" @@ -12899,6 +13017,10 @@ "path": "XMLHttpRequest/send-redirect-no-location.htm", "url": "/XMLHttpRequest/send-redirect-no-location.htm" }, + { + "path": "XMLHttpRequest/send-redirect-post-upload.htm", + "url": "/XMLHttpRequest/send-redirect-post-upload.htm" + }, { "path": "XMLHttpRequest/send-redirect-to-cors.htm", "url": "/XMLHttpRequest/send-redirect-to-cors.htm" @@ -13051,6 +13173,14 @@ "path": "XMLHttpRequest/xmlhttprequest-network-error.htm", "url": "/XMLHttpRequest/xmlhttprequest-network-error.htm" }, + { + "path": "XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html", + "url": "/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html" + }, + { + "path": "XMLHttpRequest/xmlhttprequest-sync-block-scripts.html", + "url": "/XMLHttpRequest/xmlhttprequest-sync-block-scripts.html" + }, { "path": "XMLHttpRequest/xmlhttprequest-unsent.htm", "url": "/XMLHttpRequest/xmlhttprequest-unsent.htm" @@ -13063,6 +13193,14 @@ "path": "battery-status/battery-interface-idlharness.html", "url": "/battery-status/battery-interface-idlharness.html" }, + { + "path": "battery-status/battery-promise-iframe.html", + "url": "/battery-status/battery-promise-iframe.html" + }, + { + "path": "battery-status/battery-promise-window.html", + "url": "/battery-status/battery-promise-window.html" + }, { "path": "battery-status/battery-promise.html", "url": "/battery-status/battery-promise.html" @@ -13819,6 +13957,10 @@ "path": "cors/status.htm", "url": "/cors/status.htm" }, + { + "path": "cssom-view/HTMLBody-ScrollArea_quirksmode.html", + "url": "/cssom-view/HTMLBody-ScrollArea_quirksmode.html" + }, { "path": "cssom-view/elementFromPoint.html", "url": "/cssom-view/elementFromPoint.html" @@ -13835,6 +13977,10 @@ "path": "cssom-view/negativeMargins.html", "url": "/cssom-view/negativeMargins.html" }, + { + "path": "cssom-view/scrolling-no-browsing-context.html", + "url": "/cssom-view/scrolling-no-browsing-context.html" + }, { "path": "cssom-view/scrollingElement.html", "url": "/cssom-view/scrollingElement.html" @@ -14087,6 +14233,14 @@ "path": "dom/collections/namednodemap-supported-property-names.html", "url": "/dom/collections/namednodemap-supported-property-names.html" }, + { + "path": "dom/events/AddEventListenerOptions-passive.html", + "url": "/dom/events/AddEventListenerOptions-passive.html" + }, + { + "path": "dom/events/CustomEvent.html", + "url": "/dom/events/CustomEvent.html" + }, { "path": "dom/events/Event-constants.html", "url": "/dom/events/Event-constants.html" @@ -14184,8 +14338,12 @@ "url": "/dom/events/EventListener-handleEvent.html" }, { - "path": "dom/events/EventListener-incumbent-global.sub.html", - "url": "/dom/events/EventListener-incumbent-global.sub.html" + "path": "dom/events/EventListener-incumbent-global-1.sub.html", + "url": "/dom/events/EventListener-incumbent-global-1.sub.html" + }, + { + "path": "dom/events/EventListener-incumbent-global-2.sub.html", + "url": "/dom/events/EventListener-incumbent-global-2.sub.html" }, { "path": "dom/events/EventListenerOptions-capture.html", @@ -14719,6 +14877,10 @@ "path": "dom/nodes/Node-insertBefore.html", "url": "/dom/nodes/Node-insertBefore.html" }, + { + "path": "dom/nodes/Node-isConnected.html", + "url": "/dom/nodes/Node-isConnected.html" + }, { "path": "dom/nodes/Node-isEqualNode-xhtml.xhtml", "url": "/dom/nodes/Node-isEqualNode-xhtml.xhtml" @@ -14795,6 +14957,10 @@ "path": "dom/nodes/ParentNode-querySelector-All.html", "url": "/dom/nodes/ParentNode-querySelector-All.html" }, + { + "path": "dom/nodes/ProcessingInstruction-escapes-1.xhtml", + "url": "/dom/nodes/ProcessingInstruction-escapes-1.xhtml" + }, { "path": "dom/nodes/ProcessingInstruction-literal-1.xhtml", "url": "/dom/nodes/ProcessingInstruction-literal-1.xhtml" @@ -14959,10 +15125,6 @@ "path": "dom/nodes/remove-unscopable.html", "url": "/dom/nodes/remove-unscopable.html" }, - { - "path": "dom/nodes/rootNode.html", - "url": "/dom/nodes/rootNode.html" - }, { "path": "dom/ranges/Range-commonAncestorContainer-2.html", "url": "/dom/ranges/Range-commonAncestorContainer-2.html" @@ -15823,6 +15985,10 @@ "path": "fetch/api/redirect/redirect-mode.html", "url": "/fetch/api/redirect/redirect-mode.html" }, + { + "path": "fetch/api/redirect/redirect-schemes.html", + "url": "/fetch/api/redirect/redirect-schemes.html" + }, { "path": "fetch/api/request/request-clone.sub.html", "url": "/fetch/api/request/request-clone.sub.html" @@ -16299,6 +16465,10 @@ "path": "html/browsers/browsing-the-web/unloading-documents/unload/009.html", "url": "/html/browsers/browsing-the-web/unloading-documents/unload/009.html" }, + { + "path": "html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html", + "url": "/html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html" + }, { "path": "html/browsers/history/the-history-interface/001.html", "url": "/html/browsers/history/the-history-interface/001.html" @@ -18935,6 +19105,18 @@ "path": "html/semantics/embedded-content/the-embed-element/embed-ignored-in-media-element.html", "url": "/html/semantics/embedded-content/the-embed-element/embed-ignored-in-media-element.html" }, + { + "path": "html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html", + "url": "/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html" + }, + { + "path": "html/semantics/embedded-content/the-iframe-element/change_parentage.html", + "url": "/html/semantics/embedded-content/the-iframe-element/change_parentage.html" + }, + { + "path": "html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html", + "url": "/html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html" + }, { "path": "html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html", "url": "/html/semantics/embedded-content/the-iframe-element/iframe-allowfullscreen.html" @@ -18975,6 +19157,10 @@ "path": "html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html", "url": "/html/semantics/embedded-content/the-iframe-element/move_iframe_in_dom_04.html" }, + { + "path": "html/semantics/embedded-content/the-iframe-element/same_origin_parentage.html", + "url": "/html/semantics/embedded-content/the-iframe-element/same_origin_parentage.html" + }, { "path": "html/semantics/embedded-content/the-img-element/Image-constructor.html", "url": "/html/semantics/embedded-content/the-img-element/Image-constructor.html" @@ -19215,6 +19401,10 @@ "path": "html/semantics/forms/the-form-element/form-elements-sameobject.html", "url": "/html/semantics/forms/the-form-element/form-elements-sameobject.html" }, + { + "path": "html/semantics/forms/the-form-element/form-indexed-element.html", + "url": "/html/semantics/forms/the-form-element/form-indexed-element.html" + }, { "path": "html/semantics/forms/the-form-element/form-nameditem.html", "url": "/html/semantics/forms/the-form-element/form-nameditem.html" @@ -20055,6 +20245,10 @@ "path": "html/syntax/serializing-xml-fragments/outerHTML.html", "url": "/html/syntax/serializing-xml-fragments/outerHTML.html" }, + { + "path": "html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm", + "url": "/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm" + }, { "path": "html/webappapis/animation-frames/callback-exception.html", "url": "/html/webappapis/animation-frames/callback-exception.html" @@ -20572,96 +20766,100 @@ "url": "/media-source/mediasource-timestamp-offset.html" }, { - "path": "mediacapture-streams/GUM-api.html", - "url": "/mediacapture-streams/GUM-api.html" + "path": "mediacapture-streams/GUM-api.https.html", + "url": "/mediacapture-streams/GUM-api.https.html" }, { - "path": "mediacapture-streams/GUM-deny.html", - "url": "/mediacapture-streams/GUM-deny.html" + "path": "mediacapture-streams/GUM-deny.https.html", + "url": "/mediacapture-streams/GUM-deny.https.html" }, { - "path": "mediacapture-streams/GUM-empty-option-param.html", - "url": "/mediacapture-streams/GUM-empty-option-param.html" + "path": "mediacapture-streams/GUM-empty-option-param.https.html", + "url": "/mediacapture-streams/GUM-empty-option-param.https.html" }, { - "path": "mediacapture-streams/GUM-impossible-constraint.html", - "url": "/mediacapture-streams/GUM-impossible-constraint.html" + "path": "mediacapture-streams/GUM-impossible-constraint.https.html", + "url": "/mediacapture-streams/GUM-impossible-constraint.https.html" }, { - "path": "mediacapture-streams/GUM-optional-constraint.html", - "url": "/mediacapture-streams/GUM-optional-constraint.html" + "path": "mediacapture-streams/GUM-optional-constraint.https.html", + "url": "/mediacapture-streams/GUM-optional-constraint.https.html" }, { - "path": "mediacapture-streams/GUM-trivial-constraint.html", - "url": "/mediacapture-streams/GUM-trivial-constraint.html" + "path": "mediacapture-streams/GUM-trivial-constraint.https.html", + "url": "/mediacapture-streams/GUM-trivial-constraint.https.html" }, { - "path": "mediacapture-streams/GUM-unknownkey-option-param.html", - "url": "/mediacapture-streams/GUM-unknownkey-option-param.html" + "path": "mediacapture-streams/GUM-unknownkey-option-param.https.html", + "url": "/mediacapture-streams/GUM-unknownkey-option-param.https.html" }, { - "path": "mediacapture-streams/MediaDevices-enumerateDevices.html", - "url": "/mediacapture-streams/MediaDevices-enumerateDevices.html" + "path": "mediacapture-streams/MediaDevices-enumerateDevices.https.html", + "url": "/mediacapture-streams/MediaDevices-enumerateDevices.https.html" }, { - "path": "mediacapture-streams/MediaDevices-getUserMedia.html", - "url": "/mediacapture-streams/MediaDevices-getUserMedia.html" + "path": "mediacapture-streams/MediaDevices-getUserMedia.https.html", + "url": "/mediacapture-streams/MediaDevices-getUserMedia.https.html" }, { - "path": "mediacapture-streams/MediaStream-MediaElement-preload-none.html", - "url": "/mediacapture-streams/MediaStream-MediaElement-preload-none.html" + "path": "mediacapture-streams/MediaStream-MediaElement-preload-none.https.html", + "url": "/mediacapture-streams/MediaStream-MediaElement-preload-none.https.html" }, { - "path": "mediacapture-streams/MediaStream-MediaElement-srcObject.html", - "url": "/mediacapture-streams/MediaStream-MediaElement-srcObject.html" + "path": "mediacapture-streams/MediaStream-MediaElement-srcObject.https.html", + "url": "/mediacapture-streams/MediaStream-MediaElement-srcObject.https.html" }, { - "path": "mediacapture-streams/MediaStream-add-audio-track.html", - "url": "/mediacapture-streams/MediaStream-add-audio-track.html" + "path": "mediacapture-streams/MediaStream-add-audio-track.https.html", + "url": "/mediacapture-streams/MediaStream-add-audio-track.https.html" }, { - "path": "mediacapture-streams/MediaStream-audio-only.html", - "url": "/mediacapture-streams/MediaStream-audio-only.html" + "path": "mediacapture-streams/MediaStream-audio-only.https.html", + "url": "/mediacapture-streams/MediaStream-audio-only.https.html" }, { - "path": "mediacapture-streams/MediaStream-finished-add.html", - "url": "/mediacapture-streams/MediaStream-finished-add.html" + "path": "mediacapture-streams/MediaStream-finished-add.https.html", + "url": "/mediacapture-streams/MediaStream-finished-add.https.html" }, { - "path": "mediacapture-streams/MediaStream-gettrackid.html", - "url": "/mediacapture-streams/MediaStream-gettrackid.html" + "path": "mediacapture-streams/MediaStream-gettrackid.https.html", + "url": "/mediacapture-streams/MediaStream-gettrackid.https.html" }, { - "path": "mediacapture-streams/MediaStream-idl.html", - "url": "/mediacapture-streams/MediaStream-idl.html" + "path": "mediacapture-streams/MediaStream-id-manual.https.html", + "url": "/mediacapture-streams/MediaStream-id-manual.https.html" }, { - "path": "mediacapture-streams/MediaStream-removetrack.html", - "url": "/mediacapture-streams/MediaStream-removetrack.html" + "path": "mediacapture-streams/MediaStream-idl.https.html", + "url": "/mediacapture-streams/MediaStream-idl.https.html" }, { - "path": "mediacapture-streams/MediaStream-video-only.html", - "url": "/mediacapture-streams/MediaStream-video-only.html" + "path": "mediacapture-streams/MediaStream-removetrack.https.html", + "url": "/mediacapture-streams/MediaStream-removetrack.https.html" }, { - "path": "mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.html", - "url": "/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.html" + "path": "mediacapture-streams/MediaStream-video-only.https.html", + "url": "/mediacapture-streams/MediaStream-video-only.https.html" }, { - "path": "mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.html", - "url": "/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.html" + "path": "mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html", + "url": "/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html" }, { - "path": "mediacapture-streams/MediaStreamTrack-end.html", - "url": "/mediacapture-streams/MediaStreamTrack-end.html" + "path": "mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html", + "url": "/mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html" }, { - "path": "mediacapture-streams/MediaStreamTrack-id.html", - "url": "/mediacapture-streams/MediaStreamTrack-id.html" + "path": "mediacapture-streams/MediaStreamTrack-end.https.html", + "url": "/mediacapture-streams/MediaStreamTrack-end.https.html" }, { - "path": "mediacapture-streams/MediaStreamTrack-init.html", - "url": "/mediacapture-streams/MediaStreamTrack-init.html" + "path": "mediacapture-streams/MediaStreamTrack-id.https.html", + "url": "/mediacapture-streams/MediaStreamTrack-id.https.html" + }, + { + "path": "mediacapture-streams/MediaStreamTrack-init.https.html", + "url": "/mediacapture-streams/MediaStreamTrack-init.https.html" }, { "path": "mixed-content/allowed/http-csp/same-host-https/audio-tag/top-level/keep-scheme-redirect/allowed.https.html", @@ -22695,6 +22893,10 @@ "path": "old-tests/submission/Opera/script_scheduling/149.html", "url": "/old-tests/submission/Opera/script_scheduling/149.html" }, + { + "path": "orientation-event/idlharness.html", + "url": "/orientation-event/idlharness.html" + }, { "path": "page-visibility/idlharness.html", "url": "/page-visibility/idlharness.html" @@ -22715,6 +22917,10 @@ "path": "page-visibility/test_read_only.html", "url": "/page-visibility/test_read_only.html" }, + { + "path": "page-visibility/unload.html", + "url": "/page-visibility/unload.html" + }, { "path": "performance-timeline/idlharness.html", "url": "/performance-timeline/idlharness.html" @@ -22767,10 +22973,26 @@ "path": "pointerlock/idlharness.html", "url": "/pointerlock/idlharness.html" }, + { + "path": "presentation-api/controlling-ua/PresentationRequest_error.html", + "url": "/presentation-api/controlling-ua/PresentationRequest_error.html" + }, + { + "path": "presentation-api/controlling-ua/PresentationRequest_success.html", + "url": "/presentation-api/controlling-ua/PresentationRequest_success.html" + }, + { + "path": "presentation-api/controlling-ua/getAvailability.html", + "url": "/presentation-api/controlling-ua/getAvailability.html" + }, { "path": "presentation-api/controlling-ua/idlharness.html", "url": "/presentation-api/controlling-ua/idlharness.html" }, + { + "path": "presentation-api/controlling-ua/startNewPresentation_error.html", + "url": "/presentation-api/controlling-ua/startNewPresentation_error.html" + }, { "path": "presentation-api/receiving-ua/idlharness.html", "url": "/presentation-api/receiving-ua/idlharness.html" @@ -22964,244 +23186,244 @@ "url": "/referrer-policy/no-referrer-when-downgrade/attr-referrer/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html" }, { "path": "referrer-policy/no-referrer-when-downgrade/meta-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html", @@ -23780,244 +24002,244 @@ "url": "/referrer-policy/no-referrer/attr-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" }, { "path": "referrer-policy/no-referrer/meta-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", @@ -24596,244 +24818,244 @@ "url": "/referrer-policy/origin-only/attr-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" }, { "path": "referrer-policy/origin-only/meta-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", @@ -25444,324 +25666,324 @@ "url": "/referrer-policy/origin-when-cross-origin/attr-referrer/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/fetch-request/cross-origin.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/fetch-request/cross-origin.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/fetch-request/same-origin-insecure.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-downgrade.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-insecure.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/fetch-request/same-origin-upgrade.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html" }, { - "path": "referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html", - "url": "/referrer-policy/origin-when-cross-origin/http-csp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html" + "path": "referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html", + "url": "/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html" }, { "path": "referrer-policy/origin-when-cross-origin/meta-csp/cross-origin/http-http/fetch-request/cross-origin.keep-origin-redirect.http.html", @@ -26500,244 +26722,244 @@ "url": "/referrer-policy/unsafe-url/attr-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" }, { "path": "referrer-policy/unsafe-url/meta-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", @@ -27316,244 +27538,244 @@ "url": "/referrer-policy/unset-referrer-policy/attr-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html" }, { - "path": "referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", - "url": "/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" + "path": "referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", + "url": "/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" }, { "path": "referrer-policy/unset-referrer-policy/meta-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html", @@ -28035,6 +28257,10 @@ "path": "referrer-policy/unset-referrer-policy/meta-referrer/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html", "url": "/referrer-policy/unset-referrer-policy/meta-referrer/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html" }, + { + "path": "resource-timing/resource-timing.html", + "url": "/resource-timing/resource-timing.html" + }, { "path": "resource-timing/test_resource_timing.html", "url": "/resource-timing/test_resource_timing.html" @@ -28611,10 +28837,6 @@ "path": "shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html", "url": "/shadow-dom/untriaged/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010.html" }, - { - "path": "shadow-dom/untriaged/events/event-dispatch/test-001.html", - "url": "/shadow-dom/untriaged/events/event-dispatch/test-001.html" - }, { "path": "shadow-dom/untriaged/events/event-dispatch/test-002.html", "url": "/shadow-dom/untriaged/events/event-dispatch/test-002.html" @@ -28631,46 +28853,6 @@ "path": "shadow-dom/untriaged/events/event-retargeting/test-003.html", "url": "/shadow-dom/untriaged/events/event-retargeting/test-003.html" }, - { - "path": "shadow-dom/untriaged/events/event-retargeting/test-004.html", - "url": "/shadow-dom/untriaged/events/event-retargeting/test-004.html" - }, - { - "path": "shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-001.html", - "url": "/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-001.html" - }, - { - "path": "shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-002.html", - "url": "/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-002.html" - }, - { - "path": "shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-003.html", - "url": "/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-003.html" - }, - { - "path": "shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-004.html", - "url": "/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-004.html" - }, - { - "path": "shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-005.html", - "url": "/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-005.html" - }, - { - "path": "shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-006.html", - "url": "/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-006.html" - }, - { - "path": "shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-007.html", - "url": "/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-007.html" - }, - { - "path": "shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-008.html", - "url": "/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-008.html" - }, - { - "path": "shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-009.html", - "url": "/shadow-dom/untriaged/events/events-created-by-users-do-not-stop/test-009.html" - }, { "path": "shadow-dom/untriaged/events/retargeting-focus-events/test-001.html", "url": "/shadow-dom/untriaged/events/retargeting-focus-events/test-001.html" @@ -28879,6 +29061,10 @@ "path": "streams/readable-streams/templated.https.html", "url": "/streams/readable-streams/templated.https.html" }, + { + "path": "subresource-integrity/subresource-integrity.sub.html", + "url": "/subresource-integrity/subresource-integrity.sub.html" + }, { "path": "svg/interfaces.html", "url": "/svg/interfaces.html" @@ -28975,6 +29161,10 @@ "path": "url/url-constructor.html", "url": "/url/url-constructor.html" }, + { + "path": "url/url-domainToUnicode.html", + "url": "/url/url-domainToUnicode.html" + }, { "path": "url/url-setters.html", "url": "/url/url-setters.html" @@ -29235,10 +29425,18 @@ "path": "web-animations/timing-model/animation-effects/simple-iteration-progress.html", "url": "/web-animations/timing-model/animation-effects/simple-iteration-progress.html" }, + { + "path": "web-animations/timing-model/animations/current-time.html", + "url": "/web-animations/timing-model/animations/current-time.html" + }, { "path": "web-animations/timing-model/animations/set-the-animation-start-time.html", "url": "/web-animations/timing-model/animations/set-the-animation-start-time.html" }, + { + "path": "web-animations/timing-model/animations/set-the-timeline-of-an-animation.html", + "url": "/web-animations/timing-model/animations/set-the-timeline-of-an-animation.html" + }, { "path": "webaudio/the-audio-api/the-audiobuffer-interface/idl-test.html", "url": "/webaudio/the-audio-api/the-audiobuffer-interface/idl-test.html" @@ -29267,6 +29465,10 @@ "path": "webaudio/the-audio-api/the-gainnode-interface/test-gainnode.html", "url": "/webaudio/the-audio-api/the-gainnode-interface/test-gainnode.html" }, + { + "path": "webaudio/the-audio-api/the-iirfilternode-interface/test-iirfilternode.html", + "url": "/webaudio/the-audio-api/the-iirfilternode-interface/test-iirfilternode.html" + }, { "path": "webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html", "url": "/webaudio/the-audio-api/the-mediaelementaudiosourcenode-interface/mediaElementAudioSourceToScriptProcessorTest.html" @@ -34466,6 +34668,31 @@ "timeout": "long", "url": "/IndexedDB/writer-starvation.htm" }, + { + "path": "WebCryptoAPI/digest/test_digest.html", + "timeout": "long", + "url": "/WebCryptoAPI/digest/test_digest.html" + }, + { + "path": "WebCryptoAPI/encrypt_decrypt/test_aes_cbc.html", + "timeout": "long", + "url": "/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.html" + }, + { + "path": "WebCryptoAPI/encrypt_decrypt/test_aes_ctr.html", + "timeout": "long", + "url": "/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.html" + }, + { + "path": "WebCryptoAPI/encrypt_decrypt/test_aes_gcm.html", + "timeout": "long", + "url": "/WebCryptoAPI/encrypt_decrypt/test_aes_gcm.html" + }, + { + "path": "WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.html", + "timeout": "long", + "url": "/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.html" + }, { "path": "WebCryptoAPI/generateKey/test_failures.html", "timeout": "long", @@ -36023,6 +36250,10 @@ } ], "wdspec": [ + { + "path": "webdriver/contexts.py", + "url": "/webdriver/contexts.py" + }, { "path": "webdriver/navigation.py", "url": "/webdriver/navigation.py" @@ -36032,58 +36263,7 @@ "local_changes": { "deleted": [], "deleted_reftests": {}, - "items": { - "testharness": { - "cssom-view/HTMLBody-ScrollArea_quirksmode.html": [ - { - "path": "cssom-view/HTMLBody-ScrollArea_quirksmode.html", - "url": "/cssom-view/HTMLBody-ScrollArea_quirksmode.html" - } - ], - "cssom-view/scrolling-no-browsing-context.html": [ - { - "path": "cssom-view/scrolling-no-browsing-context.html", - "url": "/cssom-view/scrolling-no-browsing-context.html" - } - ], - "html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html": [ - { - "path": "html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html", - "url": "/html/browsers/history/joint-session-history/joint-session-history-only-fully-active.html" - } - ], - "html/semantics/embedded-content/the-iframe-element/change_parentage.html": [ - { - "path": "html/semantics/embedded-content/the-iframe-element/change_parentage.html", - "url": "/html/semantics/embedded-content/the-iframe-element/change_parentage.html" - } - ], - "html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html": [ - { - "path": "html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html", - "url": "/html/semantics/embedded-content/the-iframe-element/cross_origin_parentage.html" - } - ], - "html/semantics/embedded-content/the-iframe-element/same_origin_parentage.html": [ - { - "path": "html/semantics/embedded-content/the-iframe-element/same_origin_parentage.html", - "url": "/html/semantics/embedded-content/the-iframe-element/same_origin_parentage.html" - } - ], - "html/semantics/forms/the-form-element/form-indexed-element.html": [ - { - "path": "html/semantics/forms/the-form-element/form-indexed-element.html", - "url": "/html/semantics/forms/the-form-element/form-indexed-element.html" - } - ], - "url/url-domainToUnicode.html": [ - { - "path": "url/url-domainToUnicode.html", - "url": "/url/url-domainToUnicode.html" - } - ] - } - }, + "items": {}, "reftest_nodes": {} }, "reftest_nodes": { @@ -39687,6 +39867,18 @@ "url": "/html/semantics/text-level-semantics/the-wbr-element/wbr-element.html" } ], + "quirks-mode/historical/list-item-bullet-size.html": [ + { + "path": "quirks-mode/historical/list-item-bullet-size.html", + "references": [ + [ + "/quirks-mode/historical/list-item-bullet-size-ref.html", + "==" + ] + ], + "url": "/quirks-mode/historical/list-item-bullet-size.html" + } + ], "shadow-dom/untriaged/shadow-trees/nested-shadow-trees/nested_tree_reftest.html": [ { "path": "shadow-dom/untriaged/shadow-trees/nested-shadow-trees/nested_tree_reftest.html", @@ -42412,7 +42604,7 @@ } ] }, - "rev": "bda2059150dca8ab47f088b4cc619fcdc1f262fa", + "rev": "346d5b51a122f7bb1c7747064499ef281a0200f7", "url_base": "/", "version": 3 } diff --git a/tests/wpt/metadata/WebCryptoAPI/digest/digest.worker.js.ini b/tests/wpt/metadata/WebCryptoAPI/digest/digest.worker.js.ini new file mode 100644 index 00000000000..3a3037f6888 --- /dev/null +++ b/tests/wpt/metadata/WebCryptoAPI/digest/digest.worker.js.ini @@ -0,0 +1,6 @@ +[digest.worker] + type: testharness + expected: TIMEOUT + [SHA-1 with empty source data] + expected: FAIL + diff --git a/tests/wpt/metadata/WebCryptoAPI/digest/test_digest.html.ini b/tests/wpt/metadata/WebCryptoAPI/digest/test_digest.html.ini new file mode 100644 index 00000000000..12a8e7a456e --- /dev/null +++ b/tests/wpt/metadata/WebCryptoAPI/digest/test_digest.html.ini @@ -0,0 +1,5 @@ +[test_digest.html] + type: testharness + [SHA-1 with empty source data] + expected: FAIL + diff --git a/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker.js.ini b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker.js.ini new file mode 100644 index 00000000000..31535209e25 --- /dev/null +++ b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/aes_cbc.worker.js.ini @@ -0,0 +1,3 @@ +[aes_cbc.worker] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker.js.ini b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker.js.ini new file mode 100644 index 00000000000..5fa0adcf75f --- /dev/null +++ b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/aes_ctr.worker.js.ini @@ -0,0 +1,3 @@ +[aes_ctr.worker] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker.js.ini b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker.js.ini new file mode 100644 index 00000000000..d4191552762 --- /dev/null +++ b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/aes_gcm.worker.js.ini @@ -0,0 +1,3 @@ +[aes_gcm.worker] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/rsa.worker.js.ini b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/rsa.worker.js.ini new file mode 100644 index 00000000000..db93f4356d6 --- /dev/null +++ b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/rsa.worker.js.ini @@ -0,0 +1,3 @@ +[rsa.worker] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.html.ini b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.html.ini new file mode 100644 index 00000000000..64813e32026 --- /dev/null +++ b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_aes_cbc.html.ini @@ -0,0 +1,3 @@ +[test_aes_cbc.html] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.html.ini b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.html.ini new file mode 100644 index 00000000000..defde57339d --- /dev/null +++ b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.html.ini @@ -0,0 +1,3 @@ +[test_aes_ctr.html] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_aes_gcm.html.ini b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_aes_gcm.html.ini new file mode 100644 index 00000000000..1345145f8ef --- /dev/null +++ b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_aes_gcm.html.ini @@ -0,0 +1,3 @@ +[test_aes_gcm.html] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.html.ini b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.html.ini new file mode 100644 index 00000000000..4b37722a2a4 --- /dev/null +++ b/tests/wpt/metadata/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.html.ini @@ -0,0 +1,3 @@ +[test_rsa_oaep.html] + type: testharness + expected: TIMEOUT diff --git a/tests/wpt/metadata/XMLHttpRequest/send-redirect-post-upload.htm.ini b/tests/wpt/metadata/XMLHttpRequest/send-redirect-post-upload.htm.ini new file mode 100644 index 00000000000..c3b3c67c601 --- /dev/null +++ b/tests/wpt/metadata/XMLHttpRequest/send-redirect-post-upload.htm.ini @@ -0,0 +1,14 @@ +[send-redirect-post-upload.htm] + type: testharness + [XMLHttpRequest: The send() method: POSTing to URL that redirects (301)] + expected: FAIL + + [XMLHttpRequest: The send() method: POSTing to URL that redirects (302)] + expected: FAIL + + [XMLHttpRequest: The send() method: POSTing to URL that redirects (303)] + expected: FAIL + + [XMLHttpRequest: The send() method: POSTing to URL that redirects (307)] + expected: FAIL + diff --git a/tests/wpt/metadata/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html.ini b/tests/wpt/metadata/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html.ini new file mode 100644 index 00000000000..2498afccaec --- /dev/null +++ b/tests/wpt/metadata/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html.ini @@ -0,0 +1,6 @@ +[xmlhttprequest-sync-block-defer-scripts.html] + type: testharness + expected: TIMEOUT + [Check that a sync XHR in a defer script blocks later defer scripts from running] + expected: NOTRUN + diff --git a/tests/wpt/metadata/cssom-view/HTMLBody-ScrollArea_quirksmode.html.ini b/tests/wpt/metadata/cssom-view/HTMLBody-ScrollArea_quirksmode.html.ini index 398c724bb94..e1ad25f7880 100644 --- a/tests/wpt/metadata/cssom-view/HTMLBody-ScrollArea_quirksmode.html.ini +++ b/tests/wpt/metadata/cssom-view/HTMLBody-ScrollArea_quirksmode.html.ini @@ -1,9 +1,14 @@ [HTMLBody-ScrollArea_quirksmode.html] + type: testharness [document.scrollingElement should be body element in quirks.] expected: FAIL + [scrollingElement in quirks should be null when body is potentially scrollable.] expected: FAIL + [scrollingElement in quirks should be body if any of document and body has a visible overflow.] expected: FAIL + [When body potentially scrollable, document.body.scrollHeight changes when changing the height of the body content in quirks.] expected: FAIL + diff --git a/tests/wpt/metadata/dom/events/AddEventListenerOptions-passive.html.ini b/tests/wpt/metadata/dom/events/AddEventListenerOptions-passive.html.ini new file mode 100644 index 00000000000..533af41e052 --- /dev/null +++ b/tests/wpt/metadata/dom/events/AddEventListenerOptions-passive.html.ini @@ -0,0 +1,14 @@ +[AddEventListenerOptions-passive.html] + type: testharness + [Supports passive option on addEventListener only] + expected: FAIL + + [preventDefault should be ignored if-and-only-if the passive option is true] + expected: FAIL + + [passive behavior of one listener should be unaffeted by the presence of other listeners] + expected: FAIL + + [Equivalence of option values] + expected: FAIL + diff --git a/tests/wpt/metadata/dom/events/EventListener-incumbent-global.sub.html.ini b/tests/wpt/metadata/dom/events/EventListener-incumbent-global-1.sub.html.ini similarity index 70% rename from tests/wpt/metadata/dom/events/EventListener-incumbent-global.sub.html.ini rename to tests/wpt/metadata/dom/events/EventListener-incumbent-global-1.sub.html.ini index 2b1cc7ebd11..33d317a4a9d 100644 --- a/tests/wpt/metadata/dom/events/EventListener-incumbent-global.sub.html.ini +++ b/tests/wpt/metadata/dom/events/EventListener-incumbent-global-1.sub.html.ini @@ -1,4 +1,4 @@ -[EventListener-incumbent-global.sub.html] +[EventListener-incumbent-global-1.sub.html] type: testharness [Check the incumbent global EventListeners are called with] expected: FAIL diff --git a/tests/wpt/metadata/dom/events/EventListener-incumbent-global-2.sub.html.ini b/tests/wpt/metadata/dom/events/EventListener-incumbent-global-2.sub.html.ini new file mode 100644 index 00000000000..bebe731049b --- /dev/null +++ b/tests/wpt/metadata/dom/events/EventListener-incumbent-global-2.sub.html.ini @@ -0,0 +1,5 @@ +[EventListener-incumbent-global-2.sub.html] + type: testharness + [Check the incumbent global EventListeners are called with] + expected: FAIL + diff --git a/tests/wpt/metadata/dom/historical.html.ini b/tests/wpt/metadata/dom/historical.html.ini new file mode 100644 index 00000000000..7455c7e2525 --- /dev/null +++ b/tests/wpt/metadata/dom/historical.html.ini @@ -0,0 +1,5 @@ +[historical.html] + type: testharness + [Node member must be nuked: rootNode] + expected: FAIL + diff --git a/tests/wpt/metadata/dom/nodes/Node-isConnected.html.ini b/tests/wpt/metadata/dom/nodes/Node-isConnected.html.ini new file mode 100644 index 00000000000..781eb5dc586 --- /dev/null +++ b/tests/wpt/metadata/dom/nodes/Node-isConnected.html.ini @@ -0,0 +1,8 @@ +[Node-isConnected.html] + type: testharness + [Test with ordinary child nodes] + expected: FAIL + + [Test with iframes] + expected: FAIL + diff --git a/tests/wpt/metadata/dom/nodes/ProcessingInstruction-escapes-1.xhtml.ini b/tests/wpt/metadata/dom/nodes/ProcessingInstruction-escapes-1.xhtml.ini new file mode 100644 index 00000000000..79ad8977aae --- /dev/null +++ b/tests/wpt/metadata/dom/nodes/ProcessingInstruction-escapes-1.xhtml.ini @@ -0,0 +1,5 @@ +[ProcessingInstruction-escapes-1.xhtml] + type: testharness + [ProcessingInstruction numeric escapes] + expected: FAIL + diff --git a/tests/wpt/metadata/html/dom/interfaces.html.ini b/tests/wpt/metadata/html/dom/interfaces.html.ini index 1ed2f225550..5c17f9f2f85 100644 --- a/tests/wpt/metadata/html/dom/interfaces.html.ini +++ b/tests/wpt/metadata/html/dom/interfaces.html.ini @@ -957,9 +957,6 @@ [Document interface: document.implementation.createDocument(null, "", null) must inherit property "commands" with the proper type (69)] expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "fgColor" with the proper type (71)] - expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "linkColor" with the proper type (72)] expected: FAIL @@ -984,27 +981,18 @@ [Document interface: calling queryAll(DOMString) on document.implementation.createDocument(null, "", null) with too few arguments must throw TypeError] expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "onabort" with the proper type (93)] - expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "onautocomplete" with the proper type (94)] expected: FAIL [Document interface: document.implementation.createDocument(null, "", null) must inherit property "onautocompleteerror" with the proper type (95)] expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "onblur" with the proper type (96)] - expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "onmousewheel" with the proper type (135)] expected: FAIL [Document interface: document.implementation.createDocument(null, "", null) must inherit property "onsort" with the proper type (148)] expected: FAIL - [Document interface: document.implementation.createDocument(null, "", null) must inherit property "onwaiting" with the proper type (155)] - expected: FAIL - [MouseEvent interface: attribute region] expected: FAIL @@ -9576,3 +9564,132 @@ [HTMLInputElement interface: createInput("button") must inherit property "useMap" with the proper type (57)] expected: FAIL + [Document interface: new Document() must inherit property "cssElementMap" with the proper type (52)] + expected: FAIL + + [Document interface: new Document() must inherit property "open" with the proper type (54)] + expected: FAIL + + [Document interface: new Document() must inherit property "close" with the proper type (56)] + expected: FAIL + + [Document interface: new Document() must inherit property "write" with the proper type (57)] + expected: FAIL + + [Document interface: new Document() must inherit property "writeln" with the proper type (58)] + expected: FAIL + + [Document interface: new Document() must inherit property "designMode" with the proper type (62)] + expected: FAIL + + [Document interface: new Document() must inherit property "execCommand" with the proper type (63)] + expected: FAIL + + [Document interface: new Document() must inherit property "queryCommandEnabled" with the proper type (64)] + expected: FAIL + + [Document interface: new Document() must inherit property "queryCommandIndeterm" with the proper type (65)] + expected: FAIL + + [Document interface: new Document() must inherit property "queryCommandState" with the proper type (66)] + expected: FAIL + + [Document interface: new Document() must inherit property "queryCommandSupported" with the proper type (67)] + expected: FAIL + + [Document interface: new Document() must inherit property "queryCommandValue" with the proper type (68)] + expected: FAIL + + [Document interface: new Document() must inherit property "commands" with the proper type (69)] + expected: FAIL + + [Document interface: new Document() must inherit property "linkColor" with the proper type (72)] + expected: FAIL + + [Document interface: new Document() must inherit property "vlinkColor" with the proper type (73)] + expected: FAIL + + [Document interface: new Document() must inherit property "alinkColor" with the proper type (74)] + expected: FAIL + + [Document interface: new Document() must inherit property "all" with the proper type (81)] + expected: FAIL + + [Document interface: new Document() must inherit property "query" with the proper type (89)] + expected: FAIL + + [Document interface: new Document() must inherit property "queryAll" with the proper type (90)] + expected: FAIL + + [Document interface: new Document() must inherit property "onautocomplete" with the proper type (94)] + expected: FAIL + + [Document interface: new Document() must inherit property "onautocompleteerror" with the proper type (95)] + expected: FAIL + + [Document interface: new Document() must inherit property "onmousewheel" with the proper type (135)] + expected: FAIL + + [Document interface: new Document() must inherit property "onsort" with the proper type (148)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "tabIndex" with the proper type (7)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "accessKey" with the proper type (10)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "accessKeyLabel" with the proper type (11)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "draggable" with the proper type (12)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "dropzone" with the proper type (13)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "contentEditable" with the proper type (14)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "isContentEditable" with the proper type (15)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "contextMenu" with the proper type (16)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "spellcheck" with the proper type (17)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "forceSpellCheck" with the proper type (18)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "commandType" with the proper type (19)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "commandLabel" with the proper type (20)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "commandIcon" with the proper type (21)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "commandHidden" with the proper type (22)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "commandDisabled" with the proper type (23)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "commandChecked" with the proper type (24)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "onautocomplete" with the proper type (26)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "onautocompleteerror" with the proper type (27)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "onmousewheel" with the proper type (67)] + expected: FAIL + + [HTMLElement interface: document.createElement("noscript") must inherit property "onsort" with the proper type (80)] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html.ini new file mode 100644 index 00000000000..19a718138fe --- /dev/null +++ b/tests/wpt/metadata/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html.ini @@ -0,0 +1,5 @@ +[embed-in-object-fallback.html] + type: testharness + [Check that the right things loaded] + expected: FAIL + diff --git a/tests/wpt/metadata/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm.ini b/tests/wpt/metadata/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm.ini new file mode 100644 index 00000000000..bab5d3d2966 --- /dev/null +++ b/tests/wpt/metadata/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm.ini @@ -0,0 +1,2792 @@ +[xhtml-mathml-dtd-entity-support.htm] + type: testharness + [XHTML1.0 Transitional parsing ∾̳] + expected: FAIL + + [XHTML1.0 Transitional parsing =⃥] + expected: FAIL + + [XHTML1.0 Transitional parsing ≡⃥] + expected: FAIL + + [XHTML1.0 Transitional parsing ∩︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ∪︀] + expected: FAIL + + [XHTML1.0 Transitional parsing fj] + expected: FAIL + + [XHTML1.0 Transitional parsing ⋛︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ≩︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ≩︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⪭︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⋚︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ≨︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ≨︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ∠⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ⩰̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≋̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≎̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≏̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⩭̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≐̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≂̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≧̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≧̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⩾̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⩾̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⋙̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≫⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ≫̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≦̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≦̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⩽̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⩽̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⋘̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≪⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ≪̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≂̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≧̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≫̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⩾̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≎̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≏̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⋵̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⋹̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⧏̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≪̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⩽̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⪢̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⪡̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⪯̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⧐̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊏̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊐̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊂⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ⪰̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≿̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊃⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ⫽⃥] + expected: FAIL + + [XHTML1.0 Transitional parsing ∂̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⪯̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⪯̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⤳̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ↝̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⪰̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⫅̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊂⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ⫅̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⪰̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⫆̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊃⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ⫆̸] + expected: FAIL + + [XHTML1.0 Transitional parsing ≍⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ≥⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing >⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ≤⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing <⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊴⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊵⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ∼⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ∽̱] + expected: FAIL + + [XHTML1.0 Transitional parsing ⪬︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊓︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊔︀] + expected: FAIL + + [XHTML1.0 Transitional parsing   ] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊊︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⫋︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊋︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⫌︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊂⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊃⃒] + expected: FAIL + + [XHTML1.0 Transitional parsing ⫋︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊊︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⫌︀] + expected: FAIL + + [XHTML1.0 Transitional parsing ⊋︀] + expected: FAIL + + [XHTML1.1 parsing ∾̳] + expected: FAIL + + [XHTML1.1 parsing =⃥] + expected: FAIL + + [XHTML1.1 parsing ≡⃥] + expected: FAIL + + [XHTML1.1 parsing ∩︀] + expected: FAIL + + [XHTML1.1 parsing ∪︀] + expected: FAIL + + [XHTML1.1 parsing fj] + expected: FAIL + + [XHTML1.1 parsing ⋛︀] + expected: FAIL + + [XHTML1.1 parsing ≩︀] + expected: FAIL + + [XHTML1.1 parsing ≩︀] + expected: FAIL + + [XHTML1.1 parsing ⪭︀] + expected: FAIL + + [XHTML1.1 parsing ⋚︀] + expected: FAIL + + [XHTML1.1 parsing ≨︀] + expected: FAIL + + [XHTML1.1 parsing ≨︀] + expected: FAIL + + [XHTML1.1 parsing ∠⃒] + expected: FAIL + + [XHTML1.1 parsing ⩰̸] + expected: FAIL + + [XHTML1.1 parsing ≋̸] + expected: FAIL + + [XHTML1.1 parsing ≎̸] + expected: FAIL + + [XHTML1.1 parsing ≏̸] + expected: FAIL + + [XHTML1.1 parsing ⩭̸] + expected: FAIL + + [XHTML1.1 parsing ≐̸] + expected: FAIL + + [XHTML1.1 parsing ≂̸] + expected: FAIL + + [XHTML1.1 parsing ≧̸] + expected: FAIL + + [XHTML1.1 parsing ≧̸] + expected: FAIL + + [XHTML1.1 parsing ⩾̸] + expected: FAIL + + [XHTML1.1 parsing ⩾̸] + expected: FAIL + + [XHTML1.1 parsing ⋙̸] + expected: FAIL + + [XHTML1.1 parsing ≫⃒] + expected: FAIL + + [XHTML1.1 parsing ≫̸] + expected: FAIL + + [XHTML1.1 parsing ≦̸] + expected: FAIL + + [XHTML1.1 parsing ≦̸] + expected: FAIL + + [XHTML1.1 parsing ⩽̸] + expected: FAIL + + [XHTML1.1 parsing ⩽̸] + expected: FAIL + + [XHTML1.1 parsing ⋘̸] + expected: FAIL + + [XHTML1.1 parsing ≪⃒] + expected: FAIL + + [XHTML1.1 parsing ≪̸] + expected: FAIL + + [XHTML1.1 parsing ≂̸] + expected: FAIL + + [XHTML1.1 parsing ≧̸] + expected: FAIL + + [XHTML1.1 parsing ≫̸] + expected: FAIL + + [XHTML1.1 parsing ⩾̸] + expected: FAIL + + [XHTML1.1 parsing ≎̸] + expected: FAIL + + [XHTML1.1 parsing ≏̸] + expected: FAIL + + [XHTML1.1 parsing ⋵̸] + expected: FAIL + + [XHTML1.1 parsing ⋹̸] + expected: FAIL + + [XHTML1.1 parsing ⧏̸] + expected: FAIL + + [XHTML1.1 parsing ≪̸] + expected: FAIL + + [XHTML1.1 parsing ⩽̸] + expected: FAIL + + [XHTML1.1 parsing ⪢̸] + expected: FAIL + + [XHTML1.1 parsing ⪡̸] + expected: FAIL + + [XHTML1.1 parsing ⪯̸] + expected: FAIL + + [XHTML1.1 parsing ⧐̸] + expected: FAIL + + [XHTML1.1 parsing ⊏̸] + expected: FAIL + + [XHTML1.1 parsing ⊐̸] + expected: FAIL + + [XHTML1.1 parsing ⊂⃒] + expected: FAIL + + [XHTML1.1 parsing ⪰̸] + expected: FAIL + + [XHTML1.1 parsing ≿̸] + expected: FAIL + + [XHTML1.1 parsing ⊃⃒] + expected: FAIL + + [XHTML1.1 parsing ⫽⃥] + expected: FAIL + + [XHTML1.1 parsing ∂̸] + expected: FAIL + + [XHTML1.1 parsing ⪯̸] + expected: FAIL + + [XHTML1.1 parsing ⪯̸] + expected: FAIL + + [XHTML1.1 parsing ⤳̸] + expected: FAIL + + [XHTML1.1 parsing ↝̸] + expected: FAIL + + [XHTML1.1 parsing ⪰̸] + expected: FAIL + + [XHTML1.1 parsing ⫅̸] + expected: FAIL + + [XHTML1.1 parsing ⊂⃒] + expected: FAIL + + [XHTML1.1 parsing ⫅̸] + expected: FAIL + + [XHTML1.1 parsing ⪰̸] + expected: FAIL + + [XHTML1.1 parsing ⫆̸] + expected: FAIL + + [XHTML1.1 parsing ⊃⃒] + expected: FAIL + + [XHTML1.1 parsing ⫆̸] + expected: FAIL + + [XHTML1.1 parsing ≍⃒] + expected: FAIL + + [XHTML1.1 parsing ≥⃒] + expected: FAIL + + [XHTML1.1 parsing >⃒] + expected: FAIL + + [XHTML1.1 parsing ≤⃒] + expected: FAIL + + [XHTML1.1 parsing <⃒] + expected: FAIL + + [XHTML1.1 parsing ⊴⃒] + expected: FAIL + + [XHTML1.1 parsing ⊵⃒] + expected: FAIL + + [XHTML1.1 parsing ∼⃒] + expected: FAIL + + [XHTML1.1 parsing ∽̱] + expected: FAIL + + [XHTML1.1 parsing ⪬︀] + expected: FAIL + + [XHTML1.1 parsing ⊓︀] + expected: FAIL + + [XHTML1.1 parsing ⊔︀] + expected: FAIL + + [XHTML1.1 parsing   ] + expected: FAIL + + [XHTML1.1 parsing ⊊︀] + expected: FAIL + + [XHTML1.1 parsing ⫋︀] + expected: FAIL + + [XHTML1.1 parsing ⊋︀] + expected: FAIL + + [XHTML1.1 parsing ⫌︀] + expected: FAIL + + [XHTML1.1 parsing ⊂⃒] + expected: FAIL + + [XHTML1.1 parsing ⊃⃒] + expected: FAIL + + [XHTML1.1 parsing ⫋︀] + expected: FAIL + + [XHTML1.1 parsing ⊊︀] + expected: FAIL + + [XHTML1.1 parsing ⫌︀] + expected: FAIL + + [XHTML1.1 parsing ⊋︀] + expected: FAIL + + [XHTML1.0 Strict parsing ∾̳] + expected: FAIL + + [XHTML1.0 Strict parsing =⃥] + expected: FAIL + + [XHTML1.0 Strict parsing ≡⃥] + expected: FAIL + + [XHTML1.0 Strict parsing ∩︀] + expected: FAIL + + [XHTML1.0 Strict parsing ∪︀] + expected: FAIL + + [XHTML1.0 Strict parsing fj] + expected: FAIL + + [XHTML1.0 Strict parsing ⋛︀] + expected: FAIL + + [XHTML1.0 Strict parsing ≩︀] + expected: FAIL + + [XHTML1.0 Strict parsing ≩︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⪭︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⋚︀] + expected: FAIL + + [XHTML1.0 Strict parsing ≨︀] + expected: FAIL + + [XHTML1.0 Strict parsing ≨︀] + expected: FAIL + + [XHTML1.0 Strict parsing ∠⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ⩰̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≋̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≎̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≏̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⩭̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≐̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≂̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≧̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≧̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⩾̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⩾̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⋙̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≫⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ≫̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≦̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≦̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⩽̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⩽̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⋘̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≪⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ≪̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≂̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≧̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≫̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⩾̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≎̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≏̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⋵̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⋹̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⧏̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≪̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⩽̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⪢̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⪡̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⪯̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⧐̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⊏̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⊐̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⊂⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ⪰̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≿̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⊃⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ⫽⃥] + expected: FAIL + + [XHTML1.0 Strict parsing ∂̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⪯̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⪯̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⤳̸] + expected: FAIL + + [XHTML1.0 Strict parsing ↝̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⪰̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⫅̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⊂⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ⫅̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⪰̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⫆̸] + expected: FAIL + + [XHTML1.0 Strict parsing ⊃⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ⫆̸] + expected: FAIL + + [XHTML1.0 Strict parsing ≍⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ≥⃒] + expected: FAIL + + [XHTML1.0 Strict parsing >⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ≤⃒] + expected: FAIL + + [XHTML1.0 Strict parsing <⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ⊴⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ⊵⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ∼⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ∽̱] + expected: FAIL + + [XHTML1.0 Strict parsing ⪬︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⊓︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⊔︀] + expected: FAIL + + [XHTML1.0 Strict parsing   ] + expected: FAIL + + [XHTML1.0 Strict parsing ⊊︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⫋︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⊋︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⫌︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⊂⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ⊃⃒] + expected: FAIL + + [XHTML1.0 Strict parsing ⫋︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⊊︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⫌︀] + expected: FAIL + + [XHTML1.0 Strict parsing ⊋︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ∾̳] + expected: FAIL + + [XHTML1.0 Frameset parsing =⃥] + expected: FAIL + + [XHTML1.0 Frameset parsing ≡⃥] + expected: FAIL + + [XHTML1.0 Frameset parsing ∩︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ∪︀] + expected: FAIL + + [XHTML1.0 Frameset parsing fj] + expected: FAIL + + [XHTML1.0 Frameset parsing ⋛︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ≩︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ≩︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⪭︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⋚︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ≨︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ≨︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ∠⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ⩰̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≋̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≎̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≏̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⩭̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≐̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≂̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≧̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≧̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⩾̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⩾̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⋙̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≫⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ≫̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≦̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≦̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⩽̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⩽̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⋘̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≪⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ≪̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≂̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≧̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≫̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⩾̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≎̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≏̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⋵̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⋹̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⧏̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≪̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⩽̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⪢̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⪡̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⪯̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⧐̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊏̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊐̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊂⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ⪰̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≿̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊃⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ⫽⃥] + expected: FAIL + + [XHTML1.0 Frameset parsing ∂̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⪯̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⪯̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⤳̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ↝̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⪰̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⫅̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊂⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ⫅̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⪰̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⫆̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊃⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ⫆̸] + expected: FAIL + + [XHTML1.0 Frameset parsing ≍⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ≥⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing >⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ≤⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing <⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊴⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊵⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ∼⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ∽̱] + expected: FAIL + + [XHTML1.0 Frameset parsing ⪬︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊓︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊔︀] + expected: FAIL + + [XHTML1.0 Frameset parsing   ] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊊︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⫋︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊋︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⫌︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊂⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊃⃒] + expected: FAIL + + [XHTML1.0 Frameset parsing ⫋︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊊︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⫌︀] + expected: FAIL + + [XHTML1.0 Frameset parsing ⊋︀] + expected: FAIL + + [XHTML Basic parsing ∾̳] + expected: FAIL + + [XHTML Basic parsing =⃥] + expected: FAIL + + [XHTML Basic parsing ≡⃥] + expected: FAIL + + [XHTML Basic parsing ∩︀] + expected: FAIL + + [XHTML Basic parsing ∪︀] + expected: FAIL + + [XHTML Basic parsing fj] + expected: FAIL + + [XHTML Basic parsing ⋛︀] + expected: FAIL + + [XHTML Basic parsing ≩︀] + expected: FAIL + + [XHTML Basic parsing ≩︀] + expected: FAIL + + [XHTML Basic parsing ⪭︀] + expected: FAIL + + [XHTML Basic parsing ⋚︀] + expected: FAIL + + [XHTML Basic parsing ≨︀] + expected: FAIL + + [XHTML Basic parsing ≨︀] + expected: FAIL + + [XHTML Basic parsing ∠⃒] + expected: FAIL + + [XHTML Basic parsing ⩰̸] + expected: FAIL + + [XHTML Basic parsing ≋̸] + expected: FAIL + + [XHTML Basic parsing ≎̸] + expected: FAIL + + [XHTML Basic parsing ≏̸] + expected: FAIL + + [XHTML Basic parsing ⩭̸] + expected: FAIL + + [XHTML Basic parsing ≐̸] + expected: FAIL + + [XHTML Basic parsing ≂̸] + expected: FAIL + + [XHTML Basic parsing ≧̸] + expected: FAIL + + [XHTML Basic parsing ≧̸] + expected: FAIL + + [XHTML Basic parsing ⩾̸] + expected: FAIL + + [XHTML Basic parsing ⩾̸] + expected: FAIL + + [XHTML Basic parsing ⋙̸] + expected: FAIL + + [XHTML Basic parsing ≫⃒] + expected: FAIL + + [XHTML Basic parsing ≫̸] + expected: FAIL + + [XHTML Basic parsing ≦̸] + expected: FAIL + + [XHTML Basic parsing ≦̸] + expected: FAIL + + [XHTML Basic parsing ⩽̸] + expected: FAIL + + [XHTML Basic parsing ⩽̸] + expected: FAIL + + [XHTML Basic parsing ⋘̸] + expected: FAIL + + [XHTML Basic parsing ≪⃒] + expected: FAIL + + [XHTML Basic parsing ≪̸] + expected: FAIL + + [XHTML Basic parsing ≂̸] + expected: FAIL + + [XHTML Basic parsing ≧̸] + expected: FAIL + + [XHTML Basic parsing ≫̸] + expected: FAIL + + [XHTML Basic parsing ⩾̸] + expected: FAIL + + [XHTML Basic parsing ≎̸] + expected: FAIL + + [XHTML Basic parsing ≏̸] + expected: FAIL + + [XHTML Basic parsing ⋵̸] + expected: FAIL + + [XHTML Basic parsing ⋹̸] + expected: FAIL + + [XHTML Basic parsing ⧏̸] + expected: FAIL + + [XHTML Basic parsing ≪̸] + expected: FAIL + + [XHTML Basic parsing ⩽̸] + expected: FAIL + + [XHTML Basic parsing ⪢̸] + expected: FAIL + + [XHTML Basic parsing ⪡̸] + expected: FAIL + + [XHTML Basic parsing ⪯̸] + expected: FAIL + + [XHTML Basic parsing ⧐̸] + expected: FAIL + + [XHTML Basic parsing ⊏̸] + expected: FAIL + + [XHTML Basic parsing ⊐̸] + expected: FAIL + + [XHTML Basic parsing ⊂⃒] + expected: FAIL + + [XHTML Basic parsing ⪰̸] + expected: FAIL + + [XHTML Basic parsing ≿̸] + expected: FAIL + + [XHTML Basic parsing ⊃⃒] + expected: FAIL + + [XHTML Basic parsing ⫽⃥] + expected: FAIL + + [XHTML Basic parsing ∂̸] + expected: FAIL + + [XHTML Basic parsing ⪯̸] + expected: FAIL + + [XHTML Basic parsing ⪯̸] + expected: FAIL + + [XHTML Basic parsing ⤳̸] + expected: FAIL + + [XHTML Basic parsing ↝̸] + expected: FAIL + + [XHTML Basic parsing ⪰̸] + expected: FAIL + + [XHTML Basic parsing ⫅̸] + expected: FAIL + + [XHTML Basic parsing ⊂⃒] + expected: FAIL + + [XHTML Basic parsing ⫅̸] + expected: FAIL + + [XHTML Basic parsing ⪰̸] + expected: FAIL + + [XHTML Basic parsing ⫆̸] + expected: FAIL + + [XHTML Basic parsing ⊃⃒] + expected: FAIL + + [XHTML Basic parsing ⫆̸] + expected: FAIL + + [XHTML Basic parsing ≍⃒] + expected: FAIL + + [XHTML Basic parsing ≥⃒] + expected: FAIL + + [XHTML Basic parsing >⃒] + expected: FAIL + + [XHTML Basic parsing ≤⃒] + expected: FAIL + + [XHTML Basic parsing <⃒] + expected: FAIL + + [XHTML Basic parsing ⊴⃒] + expected: FAIL + + [XHTML Basic parsing ⊵⃒] + expected: FAIL + + [XHTML Basic parsing ∼⃒] + expected: FAIL + + [XHTML Basic parsing ∽̱] + expected: FAIL + + [XHTML Basic parsing ⪬︀] + expected: FAIL + + [XHTML Basic parsing ⊓︀] + expected: FAIL + + [XHTML Basic parsing ⊔︀] + expected: FAIL + + [XHTML Basic parsing   ] + expected: FAIL + + [XHTML Basic parsing ⊊︀] + expected: FAIL + + [XHTML Basic parsing ⫋︀] + expected: FAIL + + [XHTML Basic parsing ⊋︀] + expected: FAIL + + [XHTML Basic parsing ⫌︀] + expected: FAIL + + [XHTML Basic parsing ⊂⃒] + expected: FAIL + + [XHTML Basic parsing ⊃⃒] + expected: FAIL + + [XHTML Basic parsing ⫋︀] + expected: FAIL + + [XHTML Basic parsing ⊊︀] + expected: FAIL + + [XHTML Basic parsing ⫌︀] + expected: FAIL + + [XHTML Basic parsing ⊋︀] + expected: FAIL + + [XHTML1.1+MathML parsing ∾̳] + expected: FAIL + + [XHTML1.1+MathML parsing =⃥] + expected: FAIL + + [XHTML1.1+MathML parsing ≡⃥] + expected: FAIL + + [XHTML1.1+MathML parsing ∩︀] + expected: FAIL + + [XHTML1.1+MathML parsing ∪︀] + expected: FAIL + + [XHTML1.1+MathML parsing fj] + expected: FAIL + + [XHTML1.1+MathML parsing ⋛︀] + expected: FAIL + + [XHTML1.1+MathML parsing ≩︀] + expected: FAIL + + [XHTML1.1+MathML parsing ≩︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⪭︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⋚︀] + expected: FAIL + + [XHTML1.1+MathML parsing ≨︀] + expected: FAIL + + [XHTML1.1+MathML parsing ≨︀] + expected: FAIL + + [XHTML1.1+MathML parsing ∠⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ⩰̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≋̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≎̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≏̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⩭̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≐̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≂̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≧̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≧̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⩾̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⩾̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⋙̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≫⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ≫̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≦̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≦̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⩽̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⩽̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⋘̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≪⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ≪̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≂̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≧̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≫̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⩾̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≎̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≏̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⋵̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⋹̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⧏̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≪̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⩽̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⪢̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⪡̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⪯̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⧐̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⊏̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⊐̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⊂⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ⪰̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≿̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⊃⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ⫽⃥] + expected: FAIL + + [XHTML1.1+MathML parsing ∂̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⪯̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⪯̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⤳̸] + expected: FAIL + + [XHTML1.1+MathML parsing ↝̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⪰̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⫅̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⊂⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ⫅̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⪰̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⫆̸] + expected: FAIL + + [XHTML1.1+MathML parsing ⊃⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ⫆̸] + expected: FAIL + + [XHTML1.1+MathML parsing ≍⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ≥⃒] + expected: FAIL + + [XHTML1.1+MathML parsing >⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ≤⃒] + expected: FAIL + + [XHTML1.1+MathML parsing <⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ⊴⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ⊵⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ∼⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ∽̱] + expected: FAIL + + [XHTML1.1+MathML parsing ⪬︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⊓︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⊔︀] + expected: FAIL + + [XHTML1.1+MathML parsing   ] + expected: FAIL + + [XHTML1.1+MathML parsing ⊊︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⫋︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⊋︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⫌︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⊂⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ⊃⃒] + expected: FAIL + + [XHTML1.1+MathML parsing ⫋︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⊊︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⫌︀] + expected: FAIL + + [XHTML1.1+MathML parsing ⊋︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ∾̳] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing =⃥] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≡⃥] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ∩︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ∪︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing fj] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⋛︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≩︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≩︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⪭︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⋚︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≨︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≨︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ∠⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⩰̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≋̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≎̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≏̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⩭̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≐̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≂̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≧̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≧̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⩾̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⩾̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⋙̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≫⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≫̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≦̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≦̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⩽̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⩽̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⋘̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≪⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≪̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≂̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≧̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≫̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⩾̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≎̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≏̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⋵̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⋹̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⧏̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≪̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⩽̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⪢̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⪡̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⪯̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⧐̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊏̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊐̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊂⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⪰̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≿̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊃⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⫽⃥] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ∂̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⪯̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⪯̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⤳̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ↝̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⪰̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⫅̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊂⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⫅̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⪰̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⫆̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊃⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⫆̸] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≍⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≥⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing >⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ≤⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing <⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊴⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊵⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ∼⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ∽̱] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⪬︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊓︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊔︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing   ] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊊︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⫋︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊋︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⫌︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊂⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊃⃒] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⫋︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊊︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⫌︀] + expected: FAIL + + [XHTML1.1+MathML+SVG parsing ⊋︀] + expected: FAIL + + [MathML parsing ∾̳] + expected: FAIL + + [MathML parsing =⃥] + expected: FAIL + + [MathML parsing ≡⃥] + expected: FAIL + + [MathML parsing ∩︀] + expected: FAIL + + [MathML parsing ∪︀] + expected: FAIL + + [MathML parsing fj] + expected: FAIL + + [MathML parsing ⋛︀] + expected: FAIL + + [MathML parsing ≩︀] + expected: FAIL + + [MathML parsing ≩︀] + expected: FAIL + + [MathML parsing ⪭︀] + expected: FAIL + + [MathML parsing ⋚︀] + expected: FAIL + + [MathML parsing ≨︀] + expected: FAIL + + [MathML parsing ≨︀] + expected: FAIL + + [MathML parsing ∠⃒] + expected: FAIL + + [MathML parsing ⩰̸] + expected: FAIL + + [MathML parsing ≋̸] + expected: FAIL + + [MathML parsing ≎̸] + expected: FAIL + + [MathML parsing ≏̸] + expected: FAIL + + [MathML parsing ⩭̸] + expected: FAIL + + [MathML parsing ≐̸] + expected: FAIL + + [MathML parsing ≂̸] + expected: FAIL + + [MathML parsing ≧̸] + expected: FAIL + + [MathML parsing ≧̸] + expected: FAIL + + [MathML parsing ⩾̸] + expected: FAIL + + [MathML parsing ⩾̸] + expected: FAIL + + [MathML parsing ⋙̸] + expected: FAIL + + [MathML parsing ≫⃒] + expected: FAIL + + [MathML parsing ≫̸] + expected: FAIL + + [MathML parsing ≦̸] + expected: FAIL + + [MathML parsing ≦̸] + expected: FAIL + + [MathML parsing ⩽̸] + expected: FAIL + + [MathML parsing ⩽̸] + expected: FAIL + + [MathML parsing ⋘̸] + expected: FAIL + + [MathML parsing ≪⃒] + expected: FAIL + + [MathML parsing ≪̸] + expected: FAIL + + [MathML parsing ≂̸] + expected: FAIL + + [MathML parsing ≧̸] + expected: FAIL + + [MathML parsing ≫̸] + expected: FAIL + + [MathML parsing ⩾̸] + expected: FAIL + + [MathML parsing ≎̸] + expected: FAIL + + [MathML parsing ≏̸] + expected: FAIL + + [MathML parsing ⋵̸] + expected: FAIL + + [MathML parsing ⋹̸] + expected: FAIL + + [MathML parsing ⧏̸] + expected: FAIL + + [MathML parsing ≪̸] + expected: FAIL + + [MathML parsing ⩽̸] + expected: FAIL + + [MathML parsing ⪢̸] + expected: FAIL + + [MathML parsing ⪡̸] + expected: FAIL + + [MathML parsing ⪯̸] + expected: FAIL + + [MathML parsing ⧐̸] + expected: FAIL + + [MathML parsing ⊏̸] + expected: FAIL + + [MathML parsing ⊐̸] + expected: FAIL + + [MathML parsing ⊂⃒] + expected: FAIL + + [MathML parsing ⪰̸] + expected: FAIL + + [MathML parsing ≿̸] + expected: FAIL + + [MathML parsing ⊃⃒] + expected: FAIL + + [MathML parsing ⫽⃥] + expected: FAIL + + [MathML parsing ∂̸] + expected: FAIL + + [MathML parsing ⪯̸] + expected: FAIL + + [MathML parsing ⪯̸] + expected: FAIL + + [MathML parsing ⤳̸] + expected: FAIL + + [MathML parsing ↝̸] + expected: FAIL + + [MathML parsing ⪰̸] + expected: FAIL + + [MathML parsing ⫅̸] + expected: FAIL + + [MathML parsing ⊂⃒] + expected: FAIL + + [MathML parsing ⫅̸] + expected: FAIL + + [MathML parsing ⪰̸] + expected: FAIL + + [MathML parsing ⫆̸] + expected: FAIL + + [MathML parsing ⊃⃒] + expected: FAIL + + [MathML parsing ⫆̸] + expected: FAIL + + [MathML parsing ≍⃒] + expected: FAIL + + [MathML parsing ≥⃒] + expected: FAIL + + [MathML parsing >⃒] + expected: FAIL + + [MathML parsing ≤⃒] + expected: FAIL + + [MathML parsing <⃒] + expected: FAIL + + [MathML parsing ⊴⃒] + expected: FAIL + + [MathML parsing ⊵⃒] + expected: FAIL + + [MathML parsing ∼⃒] + expected: FAIL + + [MathML parsing ∽̱] + expected: FAIL + + [MathML parsing ⪬︀] + expected: FAIL + + [MathML parsing ⊓︀] + expected: FAIL + + [MathML parsing ⊔︀] + expected: FAIL + + [MathML parsing   ] + expected: FAIL + + [MathML parsing ⊊︀] + expected: FAIL + + [MathML parsing ⫋︀] + expected: FAIL + + [MathML parsing ⊋︀] + expected: FAIL + + [MathML parsing ⫌︀] + expected: FAIL + + [MathML parsing ⊂⃒] + expected: FAIL + + [MathML parsing ⊃⃒] + expected: FAIL + + [MathML parsing ⫋︀] + expected: FAIL + + [MathML parsing ⊊︀] + expected: FAIL + + [MathML parsing ⫌︀] + expected: FAIL + + [MathML parsing ⊋︀] + expected: FAIL + + [XHTML Mobile parsing ∾̳] + expected: FAIL + + [XHTML Mobile parsing =⃥] + expected: FAIL + + [XHTML Mobile parsing ≡⃥] + expected: FAIL + + [XHTML Mobile parsing ∩︀] + expected: FAIL + + [XHTML Mobile parsing ∪︀] + expected: FAIL + + [XHTML Mobile parsing fj] + expected: FAIL + + [XHTML Mobile parsing ⋛︀] + expected: FAIL + + [XHTML Mobile parsing ≩︀] + expected: FAIL + + [XHTML Mobile parsing ≩︀] + expected: FAIL + + [XHTML Mobile parsing ⪭︀] + expected: FAIL + + [XHTML Mobile parsing ⋚︀] + expected: FAIL + + [XHTML Mobile parsing ≨︀] + expected: FAIL + + [XHTML Mobile parsing ≨︀] + expected: FAIL + + [XHTML Mobile parsing ∠⃒] + expected: FAIL + + [XHTML Mobile parsing ⩰̸] + expected: FAIL + + [XHTML Mobile parsing ≋̸] + expected: FAIL + + [XHTML Mobile parsing ≎̸] + expected: FAIL + + [XHTML Mobile parsing ≏̸] + expected: FAIL + + [XHTML Mobile parsing ⩭̸] + expected: FAIL + + [XHTML Mobile parsing ≐̸] + expected: FAIL + + [XHTML Mobile parsing ≂̸] + expected: FAIL + + [XHTML Mobile parsing ≧̸] + expected: FAIL + + [XHTML Mobile parsing ≧̸] + expected: FAIL + + [XHTML Mobile parsing ⩾̸] + expected: FAIL + + [XHTML Mobile parsing ⩾̸] + expected: FAIL + + [XHTML Mobile parsing ⋙̸] + expected: FAIL + + [XHTML Mobile parsing ≫⃒] + expected: FAIL + + [XHTML Mobile parsing ≫̸] + expected: FAIL + + [XHTML Mobile parsing ≦̸] + expected: FAIL + + [XHTML Mobile parsing ≦̸] + expected: FAIL + + [XHTML Mobile parsing ⩽̸] + expected: FAIL + + [XHTML Mobile parsing ⩽̸] + expected: FAIL + + [XHTML Mobile parsing ⋘̸] + expected: FAIL + + [XHTML Mobile parsing ≪⃒] + expected: FAIL + + [XHTML Mobile parsing ≪̸] + expected: FAIL + + [XHTML Mobile parsing ≂̸] + expected: FAIL + + [XHTML Mobile parsing ≧̸] + expected: FAIL + + [XHTML Mobile parsing ≫̸] + expected: FAIL + + [XHTML Mobile parsing ⩾̸] + expected: FAIL + + [XHTML Mobile parsing ≎̸] + expected: FAIL + + [XHTML Mobile parsing ≏̸] + expected: FAIL + + [XHTML Mobile parsing ⋵̸] + expected: FAIL + + [XHTML Mobile parsing ⋹̸] + expected: FAIL + + [XHTML Mobile parsing ⧏̸] + expected: FAIL + + [XHTML Mobile parsing ≪̸] + expected: FAIL + + [XHTML Mobile parsing ⩽̸] + expected: FAIL + + [XHTML Mobile parsing ⪢̸] + expected: FAIL + + [XHTML Mobile parsing ⪡̸] + expected: FAIL + + [XHTML Mobile parsing ⪯̸] + expected: FAIL + + [XHTML Mobile parsing ⧐̸] + expected: FAIL + + [XHTML Mobile parsing ⊏̸] + expected: FAIL + + [XHTML Mobile parsing ⊐̸] + expected: FAIL + + [XHTML Mobile parsing ⊂⃒] + expected: FAIL + + [XHTML Mobile parsing ⪰̸] + expected: FAIL + + [XHTML Mobile parsing ≿̸] + expected: FAIL + + [XHTML Mobile parsing ⊃⃒] + expected: FAIL + + [XHTML Mobile parsing ⫽⃥] + expected: FAIL + + [XHTML Mobile parsing ∂̸] + expected: FAIL + + [XHTML Mobile parsing ⪯̸] + expected: FAIL + + [XHTML Mobile parsing ⪯̸] + expected: FAIL + + [XHTML Mobile parsing ⤳̸] + expected: FAIL + + [XHTML Mobile parsing ↝̸] + expected: FAIL + + [XHTML Mobile parsing ⪰̸] + expected: FAIL + + [XHTML Mobile parsing ⫅̸] + expected: FAIL + + [XHTML Mobile parsing ⊂⃒] + expected: FAIL + + [XHTML Mobile parsing ⫅̸] + expected: FAIL + + [XHTML Mobile parsing ⪰̸] + expected: FAIL + + [XHTML Mobile parsing ⫆̸] + expected: FAIL + + [XHTML Mobile parsing ⊃⃒] + expected: FAIL + + [XHTML Mobile parsing ⫆̸] + expected: FAIL + + [XHTML Mobile parsing ≍⃒] + expected: FAIL + + [XHTML Mobile parsing ≥⃒] + expected: FAIL + + [XHTML Mobile parsing >⃒] + expected: FAIL + + [XHTML Mobile parsing ≤⃒] + expected: FAIL + + [XHTML Mobile parsing <⃒] + expected: FAIL + + [XHTML Mobile parsing ⊴⃒] + expected: FAIL + + [XHTML Mobile parsing ⊵⃒] + expected: FAIL + + [XHTML Mobile parsing ∼⃒] + expected: FAIL + + [XHTML Mobile parsing ∽̱] + expected: FAIL + + [XHTML Mobile parsing ⪬︀] + expected: FAIL + + [XHTML Mobile parsing ⊓︀] + expected: FAIL + + [XHTML Mobile parsing ⊔︀] + expected: FAIL + + [XHTML Mobile parsing   ] + expected: FAIL + + [XHTML Mobile parsing ⊊︀] + expected: FAIL + + [XHTML Mobile parsing ⫋︀] + expected: FAIL + + [XHTML Mobile parsing ⊋︀] + expected: FAIL + + [XHTML Mobile parsing ⫌︀] + expected: FAIL + + [XHTML Mobile parsing ⊂⃒] + expected: FAIL + + [XHTML Mobile parsing ⊃⃒] + expected: FAIL + + [XHTML Mobile parsing ⫋︀] + expected: FAIL + + [XHTML Mobile parsing ⊊︀] + expected: FAIL + + [XHTML Mobile parsing ⫌︀] + expected: FAIL + + [XHTML Mobile parsing ⊋︀] + expected: FAIL + + [HTML parsing ∾̳] + expected: FAIL + + [HTML parsing =⃥] + expected: FAIL + + [HTML parsing ≡⃥] + expected: FAIL + + [HTML parsing ∩︀] + expected: FAIL + + [HTML parsing ∪︀] + expected: FAIL + + [HTML parsing fj] + expected: FAIL + + [HTML parsing ⋛︀] + expected: FAIL + + [HTML parsing ≩︀] + expected: FAIL + + [HTML parsing ≩︀] + expected: FAIL + + [HTML parsing ⪭︀] + expected: FAIL + + [HTML parsing ⋚︀] + expected: FAIL + + [HTML parsing ≨︀] + expected: FAIL + + [HTML parsing ≨︀] + expected: FAIL + + [HTML parsing ∠⃒] + expected: FAIL + + [HTML parsing ⩰̸] + expected: FAIL + + [HTML parsing ≋̸] + expected: FAIL + + [HTML parsing ≎̸] + expected: FAIL + + [HTML parsing ≏̸] + expected: FAIL + + [HTML parsing ⩭̸] + expected: FAIL + + [HTML parsing ≐̸] + expected: FAIL + + [HTML parsing ≂̸] + expected: FAIL + + [HTML parsing ≧̸] + expected: FAIL + + [HTML parsing ≧̸] + expected: FAIL + + [HTML parsing ⩾̸] + expected: FAIL + + [HTML parsing ⩾̸] + expected: FAIL + + [HTML parsing ⋙̸] + expected: FAIL + + [HTML parsing ≫⃒] + expected: FAIL + + [HTML parsing ≫̸] + expected: FAIL + + [HTML parsing ≦̸] + expected: FAIL + + [HTML parsing ≦̸] + expected: FAIL + + [HTML parsing ⩽̸] + expected: FAIL + + [HTML parsing ⩽̸] + expected: FAIL + + [HTML parsing ⋘̸] + expected: FAIL + + [HTML parsing ≪⃒] + expected: FAIL + + [HTML parsing ≪̸] + expected: FAIL + + [HTML parsing ≂̸] + expected: FAIL + + [HTML parsing ≧̸] + expected: FAIL + + [HTML parsing ≫̸] + expected: FAIL + + [HTML parsing ⩾̸] + expected: FAIL + + [HTML parsing ≎̸] + expected: FAIL + + [HTML parsing ≏̸] + expected: FAIL + + [HTML parsing ⋵̸] + expected: FAIL + + [HTML parsing ⋹̸] + expected: FAIL + + [HTML parsing ⧏̸] + expected: FAIL + + [HTML parsing ≪̸] + expected: FAIL + + [HTML parsing ⩽̸] + expected: FAIL + + [HTML parsing ⪢̸] + expected: FAIL + + [HTML parsing ⪡̸] + expected: FAIL + + [HTML parsing ⪯̸] + expected: FAIL + + [HTML parsing ⧐̸] + expected: FAIL + + [HTML parsing ⊏̸] + expected: FAIL + + [HTML parsing ⊐̸] + expected: FAIL + + [HTML parsing ⊂⃒] + expected: FAIL + + [HTML parsing ⪰̸] + expected: FAIL + + [HTML parsing ≿̸] + expected: FAIL + + [HTML parsing ⊃⃒] + expected: FAIL + + [HTML parsing ⫽⃥] + expected: FAIL + + [HTML parsing ∂̸] + expected: FAIL + + [HTML parsing ⪯̸] + expected: FAIL + + [HTML parsing ⪯̸] + expected: FAIL + + [HTML parsing ⤳̸] + expected: FAIL + + [HTML parsing ↝̸] + expected: FAIL + + [HTML parsing ⪰̸] + expected: FAIL + + [HTML parsing ⫅̸] + expected: FAIL + + [HTML parsing ⊂⃒] + expected: FAIL + + [HTML parsing ⫅̸] + expected: FAIL + + [HTML parsing ⪰̸] + expected: FAIL + + [HTML parsing ⫆̸] + expected: FAIL + + [HTML parsing ⊃⃒] + expected: FAIL + + [HTML parsing ⫆̸] + expected: FAIL + + [HTML parsing ≍⃒] + expected: FAIL + + [HTML parsing ≥⃒] + expected: FAIL + + [HTML parsing >⃒] + expected: FAIL + + [HTML parsing ≤⃒] + expected: FAIL + + [HTML parsing <⃒] + expected: FAIL + + [HTML parsing ⊴⃒] + expected: FAIL + + [HTML parsing ⊵⃒] + expected: FAIL + + [HTML parsing ∼⃒] + expected: FAIL + + [HTML parsing ∽̱] + expected: FAIL + + [HTML parsing ⪬︀] + expected: FAIL + + [HTML parsing ⊓︀] + expected: FAIL + + [HTML parsing ⊔︀] + expected: FAIL + + [HTML parsing   ] + expected: FAIL + + [HTML parsing ⊊︀] + expected: FAIL + + [HTML parsing ⫋︀] + expected: FAIL + + [HTML parsing ⊋︀] + expected: FAIL + + [HTML parsing ⫌︀] + expected: FAIL + + [HTML parsing ⊂⃒] + expected: FAIL + + [HTML parsing ⊃⃒] + expected: FAIL + + [HTML parsing ⫋︀] + expected: FAIL + + [HTML parsing ⊊︀] + expected: FAIL + + [HTML parsing ⫌︀] + expected: FAIL + + [HTML parsing ⊋︀] + expected: FAIL + diff --git a/tests/wpt/metadata/mozilla-sync b/tests/wpt/metadata/mozilla-sync index 04f87e65b85..5cafdcf3006 100644 --- a/tests/wpt/metadata/mozilla-sync +++ b/tests/wpt/metadata/mozilla-sync @@ -1 +1 @@ -3535f3f6c25b6e380d190559a5ca03ea70282fe0 \ No newline at end of file +581c8ba1c867ad378dee79b05b11648726ce5efb \ No newline at end of file diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..6c2f6b3a348 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..3584828e82b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..fd9f515bf7c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..91ee7012d1c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..c54c8b918ae --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..a940c8261c9 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..6ffc966af63 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..1d49c4c9760 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..ae3a9d98b6b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..90cd0d7dad6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[insecure-protocol.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..d38a0ff0fc1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[insecure-protocol.no-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..da87058617a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[insecure-protocol.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..f9881118ac6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..c80ab5fe471 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..db68d86f1bc --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..5b8fbf590ba --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..32130dbd677 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..72f2cfd5b69 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..b10a00e8d86 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..c4ee3181bbb --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..d94216fc446 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..86c74ae2daf --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..cc51e438593 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..2054a7a0421 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..5c33a109c4b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..f69856e0fa0 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..6cbe9850a91 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..5a8b17b252c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[insecure-protocol.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..6486c515a6b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[insecure-protocol.no-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..c19491b1b08 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[insecure-protocol.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..5af2c12b0e1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..7c6bb620d7f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..53da4f9d5d5 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[insecure-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..013e67a3d0f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[insecure-protocol.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..d89a3b1cc43 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[insecure-protocol.no-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..fd8b88d9a27 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[insecure-protocol.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..a0d7a83edda --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..6815d0e06c1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..f0885ccf80a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..5a28dbcbca3 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..72b7d56e183 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..85dd8552d2d --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..c8044a2e25f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..c98fa074f7a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..7141fbbd49f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..a1cdc02b771 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.ini new file mode 100644 index 00000000000..caa94f169ed --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..fd806c372ac --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[upgrade-protocol.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..735634385b2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..85a0fde74b8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..fdd3d57e53d --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..89858f3ede4 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..c5de377ed72 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..622c2d805bc --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..90b6ac18f76 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..f6ff8e70189 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..0fa360d86c0 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..893c8a02a39 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..d7e3432f900 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..82d870d2299 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..a68da6c264f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..f5db940ea86 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..78b4bc3f06d --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..8fbf10f0c4f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..f4cb779d3c8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..b111d175992 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..f4b52a80dbb --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..653f7a249b3 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..95b86841535 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..2b82fb03745 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..d1f16b50f67 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..abadd550b43 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..18542e07aa9 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..8f576117a72 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..41ea8e613db --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..5387e2bd104 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..97bc32ae14f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..e4968b05be2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..7fdd8c6335e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..69ff4623270 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..8015899b6cb --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..93347c0653b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..a857df9ff12 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..e495b1c5596 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..3fdc40485c4 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..3653052dad7 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..1bff5d0018f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is omitted when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..c6d658b61f9 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..87ccdeedbc8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..fbea467f58a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..b5088a88be5 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..27e73eb1503 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..b7d4a2d691a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..99a0a164997 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..5e96adf50d1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..6c040043344 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..df0e29a2b1c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..3187a4ca4b3 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.no-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..92e3b082bf0 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..71967436084 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..b370d0e7376 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..fb9630e7cac --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..35a5cb4215c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..fedd0366b66 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..65004a14284 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..08d607a6b0f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..30c8df96f23 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..f30cc120fca --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..e57f02f19d0 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..00b9d10f3ba --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..60d50c506f6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..330ed0c01a6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..258b48527ae --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..8a46a984e42 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..218a95656f6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..fb7be2a4f64 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.no-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..bd6c0a3eeeb --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..402506b5162 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..ea22b5b6bbc --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..15a70aa54c0 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..9a942e28753 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..e907f37240c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.no-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..e8c1f0e5260 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..bd2972f603a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..a03c06079f3 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..51ac037e8f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..6a60ff191e7 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..0cc76099d78 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..932db7948f9 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..7e90d7ef0ad --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..a52edf8a18f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..6a4d4d2fcc5 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..a9ce2c1ad2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..196ced75a08 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..89de88721a9 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..041441f808d --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html.ini new file mode 100644 index 00000000000..5dd9a170afe --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..e63ec2db668 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/iframe-tag/cross-origin.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..655cb1ee90e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html.ini new file mode 100644 index 00000000000..5f9cc2bcf2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..0313884ee2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/img-tag/cross-origin.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..4e723531217 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html.ini new file mode 100644 index 00000000000..363896ca9c8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..1c8e5cdff66 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/script-tag/cross-origin.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..c3b9645cfe1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[cross-origin.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html.ini new file mode 100644 index 00000000000..fbc7a3d691e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[cross-origin.no-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..8d8641a6c9d --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-http/xhr-request/cross-origin.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[cross-origin.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..270ee4b5013 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html.ini new file mode 100644 index 00000000000..99f74e16c6e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..18d7212d969 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/iframe-tag/cross-origin.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..df24bea90b9 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html.ini new file mode 100644 index 00000000000..6debe924859 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..c8b85815027 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/img-tag/cross-origin.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..be666b7f810 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html.ini new file mode 100644 index 00000000000..ae62e91b8c7 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..bb4fa236575 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/script-tag/cross-origin.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..4a9ccf0d68f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html.ini new file mode 100644 index 00000000000..444985c4dcf --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..1c4e7070f25 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/cross-origin/http-https/xhr-request/cross-origin.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[cross-origin.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..78dadb5c091 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-insecure.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html.ini new file mode 100644 index 00000000000..0029b3a6e9d --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-insecure.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..15939e4990f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-insecure.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..9779888b173 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[same-origin-insecure.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html.ini new file mode 100644 index 00000000000..9be071f3b14 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[same-origin-insecure.no-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..239e18b55e3 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/img-tag/same-origin-insecure.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[same-origin-insecure.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..08c9edfdce6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-insecure.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html.ini new file mode 100644 index 00000000000..d99fc25f106 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-insecure.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..61c4f57535d --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/script-tag/same-origin-insecure.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-insecure.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..53cc2dab186 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[same-origin-insecure.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html.ini new file mode 100644 index 00000000000..d753d04343f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[same-origin-insecure.no-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..b2084b187ea --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-http/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[same-origin-insecure.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..fb7fdf8cf71 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html.ini new file mode 100644 index 00000000000..9c83887214a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..dfb2300bc95 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-downgrade.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..36f15146f68 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-insecure.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-insecure.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..2dffef3a38a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html.ini new file mode 100644 index 00000000000..fd2bf8335ae --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..841077cacac --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/iframe-tag/same-origin-upgrade.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..5503d09dee2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html.ini new file mode 100644 index 00000000000..9c776acb616 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..79e94a60bab --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-downgrade.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..9c38e935d05 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-insecure.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-insecure.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..73389344c3f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html.ini new file mode 100644 index 00000000000..dee975f05af --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..bfc18a77a83 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/img-tag/same-origin-upgrade.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..27fc456cac6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html.ini new file mode 100644 index 00000000000..9c5602efa8c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..01540878472 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-downgrade.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..5cb902fbc78 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-insecure.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-insecure.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..8d3c19bea35 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html.ini new file mode 100644 index 00000000000..494bdb1a637 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..d58cd3f288c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/script-tag/same-origin-upgrade.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..aa6c5a8a885 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html.ini new file mode 100644 index 00000000000..fb540d5ac42 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..6ae5da8fb3f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-downgrade.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-downgrade.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..bc4cbe85ea7 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-insecure.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-insecure.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..0992a1d1ab8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html.ini new file mode 100644 index 00000000000..a45c8558bc0 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..b7417294176 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/origin-when-cross-origin/http-rp/same-origin/http-https/xhr-request/same-origin-upgrade.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[same-origin-upgrade.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is origin when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..51303848c6f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..f889a6435ea --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..4376bff01c2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..9fb8bb299ef --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..37ac1c5e746 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..874a274f24e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..44b6265552d --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..5b63940f74b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..194a78ec331 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..e521dae5782 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..5b987388ac7 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.no-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..0b715f0ac7c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..c7f158ce6ad --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..58945abe45b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..cf3a039a0de --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..d06b42a2a1f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..9ebd88e4283 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..f041ba0b343 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..02e341ff8cc --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..795c697e4c0 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..5de3aae2d72 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..dd3a064397c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..7739b49f4eb --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..034b14a6f60 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..48e6a8d19ff --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..a40f07422ef --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..ee53618f9d4 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..1d208d1831a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..710f7724511 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.no-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..1e9067d1446 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..2f8bd98e853 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..6ddc058aacd --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..c7a84d42e8b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..6482350cd8f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..f42eed06e8f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.no-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..6c412050d77 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,5 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + [The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..0822e0b48e7 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..1ae8740d009 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..96b28c4e098 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via iframe-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..93ffccf1866 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..9367ce79a93 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..2a428753108 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via img-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..dea01ab595d --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..cb1baa66632 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..1baf7f38f04 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via script-tag using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini new file mode 100644 index 00000000000..f4c7dfa1dbd --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.keep-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with keep-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.ini new file mode 100644 index 00000000000..9262873f31e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.no-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with no-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini new file mode 100644 index 00000000000..96c57f6daf2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.ini @@ -0,0 +1,6 @@ +[generic.swap-origin-redirect.http.html] + type: testharness + expected: TIMEOUT + [The referrer URL is stripped-referrer when a\n document served over http requires an https\n sub-resource via xhr-request using the http-rp\n delivery method with swap-origin-redirect and when\n the target request is same-origin.] + expected: NOTRUN + diff --git a/tests/wpt/web-platform-tests/.gitignore b/tests/wpt/web-platform-tests/.gitignore index 7728bbdc3c4..0274bf6ed95 100644 --- a/tests/wpt/web-platform-tests/.gitignore +++ b/tests/wpt/web-platform-tests/.gitignore @@ -10,3 +10,4 @@ node_modules scratch testharness_runner.html webdriver/.idea +.vscode/ diff --git a/tests/wpt/web-platform-tests/IndexedDB/idbkeyrange-includes.htm b/tests/wpt/web-platform-tests/IndexedDB/idbkeyrange-includes.htm index bfe9d2c482d..6a05627463e 100644 --- a/tests/wpt/web-platform-tests/IndexedDB/idbkeyrange-includes.htm +++ b/tests/wpt/web-platform-tests/IndexedDB/idbkeyrange-includes.htm @@ -5,7 +5,7 @@ diff --git a/tests/wpt/web-platform-tests/IndexedDB/idbobjectstore_createIndex14-exception_order.htm b/tests/wpt/web-platform-tests/IndexedDB/idbobjectstore_createIndex14-exception_order.htm index 75d805a6d8b..a0ec288cb38 100644 --- a/tests/wpt/web-platform-tests/IndexedDB/idbobjectstore_createIndex14-exception_order.htm +++ b/tests/wpt/web-platform-tests/IndexedDB/idbobjectstore_createIndex14-exception_order.htm @@ -4,31 +4,10 @@ + diff --git a/tests/wpt/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html b/tests/wpt/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html index b964248a692..7f6aa3518f0 100644 --- a/tests/wpt/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html +++ b/tests/wpt/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html @@ -2,27 +2,9 @@ IndexedDB: IDBTransaction.objectStoreNames attribute + + + + diff --git a/tests/wpt/web-platform-tests/WebCryptoAPI/digest/digest.js b/tests/wpt/web-platform-tests/WebCryptoAPI/digest/digest.js new file mode 100644 index 00000000000..6037c62ed99 --- /dev/null +++ b/tests/wpt/web-platform-tests/WebCryptoAPI/digest/digest.js @@ -0,0 +1,154 @@ + +function run_test() { + var subtle = crypto.subtle; // Change to test prefixed implementations + + var sourceData = { + empty: new Uint8Array(0), + short: new Uint8Array([21, 110, 234, 124, 193, 76, 86, 203, 148, 219, 3, 10, 74, 157, 149, 255]), + medium: new Uint8Array([182, 200, 249, 223, 100, 140, 208, 136, 183, 15, 56, 231, 65, 151, 177, 140, 184, 30, 30, 67, 80, 213, 11, 204, 184, 251, 90, 115, 121, 200, 123, 178, 227, 214, 237, 84, 97, 237, 30, 159, 54, 243, 64, 163, 150, 42, 68, 107, 129, 91, 121, 75, 75, 212, 58, 68, 3, 80, 32, 119, 178, 37, 108, 200, 7, 131, 127, 58, 172, 209, 24, 235, 75, 156, 43, 174, 184, 151, 6, 134, 37, 171, 172, 161, 147]) + }; + + sourceData.long = new Uint8Array(1024 * sourceData.medium.byteLength); + for (var i=0; i<1024; i++) { + sourceData.long.set(sourceData.medium, i * sourceData.medium.byteLength); + } + + var digestedData = { + "sha-1": { + empty: new Uint8Array([218, 57, 163, 238, 94, 107, 75, 13, 50, 85, 191, 239, 149, 96, 24, 144, 175, 216, 7, 9]), + short: new Uint8Array([201, 19, 24, 205, 242, 57, 106, 1, 94, 63, 78, 106, 134, 160, 186, 101, 184, 99, 89, 68]), + medium: new Uint8Array([229, 65, 6, 8, 112, 235, 22, 191, 51, 182, 142, 81, 245, 19, 82, 104, 147, 152, 103, 41]), + long: new Uint8Array([48, 152, 181, 0, 55, 236, 208, 46, 189, 101, 118, 83, 178, 191, 160, 30, 238, 39, 162, 234]) + }, + "sha-256": { + empty: new Uint8Array([227, 176, 196, 66, 152, 252, 28, 20, 154, 251, 244, 200, 153, 111, 185, 36, 39, 174, 65, 228, 100, 155, 147, 76, 164, 149, 153, 27, 120, 82, 184, 85]), + short: new Uint8Array([162, 131, 17, 134, 152, 71, 146, 199, 211, 45, 89, 200, 151, 64, 104, 127, 25, 173, 220, 27, 149, 158, 113, 161, 204, 83, 138, 59, 126, 216, 67, 242]), + medium: new Uint8Array([83, 83, 103, 135, 126, 240, 20, 215, 252, 113, 126, 92, 183, 132, 62, 89, 182, 26, 238, 98, 199, 2, 156, 236, 126, 198, 193, 47, 217, 36, 224, 228]), + long: new Uint8Array([20, 205, 234, 157, 199, 95, 90, 98, 116, 217, 252, 30, 100, 0, 153, 18, 241, 220, 211, 6, 180, 143, 232, 233, 207, 18, 45, 230, 113, 87, 23, 129]) + }, + "sha-384": { + empty: new Uint8Array([56, 176, 96, 167, 81, 172, 150, 56, 76, 217, 50, 126, 177, 177, 227, 106, 33, 253, 183, 17, 20, 190, 7, 67, 76, 12, 199, 191, 99, 246, 225, 218, 39, 78, 222, 191, 231, 111, 101, 251, 213, 26, 210, 241, 72, 152, 185, 91]), + short: new Uint8Array([107, 245, 234, 101, 36, 209, 205, 220, 67, 247, 207, 59, 86, 238, 5, 146, 39, 64, 74, 47, 83, 143, 2, 42, 61, 183, 68, 122, 120, 44, 6, 193, 237, 5, 232, 171, 79, 94, 220, 23, 243, 113, 20, 64, 223, 233, 119, 49]), + medium: new Uint8Array([203, 194, 197, 136, 254, 91, 37, 249, 22, 218, 40, 180, 228, 122, 72, 74, 230, 252, 31, 228, 144, 45, 213, 201, 147, 154, 107, 253, 3, 74, 179, 180, 139, 57, 8, 116, 54, 1, 31, 106, 153, 135, 157, 39, 149, 64, 233, 119]), + long: new Uint8Array([73, 244, 253, 179, 152, 25, 104, 249, 125, 87, 55, 15, 133, 52, 80, 103, 205, 82, 150, 169, 125, 209, 161, 142, 6, 145, 30, 117, 110, 150, 8, 73, 37, 41, 135, 14, 26, 209, 48, 153, 141, 87, 203, 251, 183, 193, 208, 158]) + }, + "sha-512": { + empty: new Uint8Array([207, 131, 225, 53, 126, 239, 184, 189, 241, 84, 40, 80, 214, 109, 128, 7, 214, 32, 228, 5, 11, 87, 21, 220, 131, 244, 169, 33, 211, 108, 233, 206, 71, 208, 209, 60, 93, 133, 242, 176, 255, 131, 24, 210, 135, 126, 236, 47, 99, 185, 49, 189, 71, 65, 122, 129, 165, 56, 50, 122, 249, 39, 218, 62]), + short: new Uint8Array([55, 82, 72, 190, 95, 243, 75, 231, 76, 171, 79, 241, 195, 188, 141, 198, 139, 213, 248, 223, 244, 2, 62, 152, 248, 123, 134, 92, 255, 44, 114, 66, 146, 223, 24, 148, 67, 166, 79, 244, 19, 74, 101, 205, 70, 53, 185, 212, 245, 220, 13, 63, 182, 117, 40, 0, 42, 99, 172, 242, 108, 157, 165, 117]), + medium: new Uint8Array([185, 16, 159, 131, 158, 142, 164, 60, 137, 15, 41, 60, 225, 29, 198, 226, 121, 141, 30, 36, 49, 241, 228, 185, 25, 227, 178, 12, 79, 54, 48, 59, 163, 156, 145, 109, 179, 6, 196, 90, 59, 101, 118, 31, 245, 190, 133, 50, 142, 234, 244, 44, 56, 48, 241, 217, 94, 122, 65, 22, 91, 125, 45, 54]), + long: new Uint8Array([75, 2, 202, 246, 80, 39, 96, 48, 234, 86, 23, 229, 151, 197, 213, 63, 217, 218, 166, 139, 120, 191, 230, 11, 34, 170, 184, 211, 106, 76, 42, 58, 255, 219, 113, 35, 79, 73, 39, 103, 55, 197, 117, 221, 247, 77, 20, 5, 76, 189, 111, 219, 152, 253, 13, 220, 188, 180, 111, 145, 173, 118, 182, 238]) + }, + } + + // Try every combination of hash with source data size. Variations tested are + // hash name in upper, lower, or mixed case, and upper-case version with the + // source buffer altered after call. + Object.keys(sourceData).forEach(function(size) { + Object.keys(digestedData).forEach(function(alg) { + var upCase = alg.toUpperCase(); + var downCase = alg.toLowerCase(); + var mixedCase = upCase.substr(0, 1) + downCase.substr(1); + + promise_test(function(test) { + var promise = subtle.digest({name: upCase}, sourceData[size]) + .then(function(result) { + assert_true(equalBuffers(result, digestedData[alg][size]), "digest() yielded expected result for " + alg + ":" + size); + }, function(err) { + assert_unreached("digest() threw an error for " + alg + ":" + size + " - " + err.message); + }); + + return promise; + }, upCase + " with " + size + " source data"); + + promise_test(function(test) { + var promise = subtle.digest({name: mixedCase}, sourceData[size]) + .then(function(result) { + assert_true(equalBuffers(result, digestedData[alg][size]), "digest() yielded expected result for " + alg + ":" + size); + }, function(err) { + assert_unreached("digest() threw an error for " + alg + ":" + size + " - " + err.message);mixedCase + }); + + return promise; + }, downCase + " with " + size + " source data"); + + promise_test(function(test) { + var promise = subtle.digest({name: mixedCase}, sourceData[size]) + .then(function(result) { + assert_true(equalBuffers(result, digestedData[alg][size]), "digest() yielded expected result for " + alg + ":" + size); + }, function(err) { + assert_unreached("digest() threw an error for " + alg + ":" + size + " - " + err.message); + }); + + return promise; + }, mixedCase + " with " + size + " source data"); + + promise_test(function(test) { + var copiedBuffer = copyBuffer(sourceData[size]); + var promise = subtle.digest({name: upCase}, copiedBuffer) + .then(function(result) { + assert_true(equalBuffers(result, digestedData[alg][size]), "digest() yielded expected result for " + alg + ":" + size); + }, function(err) { + assert_unreached("digest() threw an error for " + alg + ":" + size + " - " + err.message); + }); + + copiedBuffer[0] = 255 - copiedBuffer; + return promise; + }, upCase + " with " + size + " source data and altered buffer after call"); + + }); + }); + + // Call digest() with bad algorithm names to get an error + var badNames = ["AES-GCM", "RSA-OAEP", "PBKDF2", "AES-KW"]; + Object.keys(sourceData).forEach(function(size) { + badNames.forEach(function(badName) { + + promise_test(function(test) { + var promise = subtle.digest({name: badName}, sourceData[size]) + .then(function(result) { + assert_unreached("digest() should not have worked for " + alg + ":" + size); + }, function(err) { + assert_equals(err.message, "OperationError", "Bad algorithm name should cause OperationError") + }); + + return promise; + }, badName + " with " + size); + + }); + }); + + + done(); + + + // Returns a copy of the sourceBuffer it is sent. + function copyBuffer(sourceBuffer) { + var source = new Uint8Array(sourceBuffer); + var copy = new Uint8Array(sourceBuffer.byteLength) + + for (var i=0; i + + +WebCryptoAPI: digest() + + + + + + + +

encrypt Tests for digest method

+ +
+ diff --git a/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes.js b/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes.js new file mode 100644 index 00000000000..e064353b88a --- /dev/null +++ b/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes.js @@ -0,0 +1,323 @@ + +function run_test() { + var subtle = self.crypto.subtle; // Change to test prefixed implementations + + // When are all these tests really done? When all the promises they use have resolved. + var all_promises = []; + + // Source file aes_XXX_vectors.js provides the getTestVectors method + // for the AES-XXX algorithm that drives these tests. + var vectors = getTestVectors(); + var passingVectors = vectors.passing; + var failingVectors = vectors.failing; + var decryptionFailingVectors = vectors.decryptionFailing; + + // Check for successful encryption. + passingVectors.forEach(function(vector) { + var promise = importVectorKey(vector, ["encrypt", "decrypt"]) + .then(function(vector) { + promise_test(function(test) { + return subtle.encrypt(vector.algorithm, vector.key, vector.plaintext) + .then(function(result) { + assert_true(equalBuffers(result, vector.result), "Should return expected result"); + }, function(err) { + assert_unreached("encrypt error for test " + vector.name + ": " + err.message); + }); + }, vector.name); + }, function(err) { + // We need a failed test if the importVectorKey operation fails, so + // we know we never tested encryption + promise_test(function(test) { + assert_unreached("importKey failed for " + vector.name); + }, "importKey step: " + vector.name); + }); + + all_promises.push(promise); + }); + + // Check for successful encryption even if the buffer is changed after calling encrypt. + passingVectors.forEach(function(vector) { + var plaintext = copyBuffer(vector.plaintext); + var promise = importVectorKey(vector, ["encrypt", "decrypt"]) + .then(function(vector) { + promise_test(function(test) { + var operation = subtle.encrypt(vector.algorithm, vector.key, plaintext) + .then(function(result) { + assert_true(equalBuffers(result, vector.result), "Should return expected result"); + }, function(err) { + assert_unreached("encrypt error for test " + vector.name + ": " + err.message); + }); + plaintext[0] = 255 - plaintext[0]; + return operation; + }, vector.name + " with altered plaintext"); + }, function(err) { + // We need a failed test if the importVectorKey operation fails, so + // we know we never tested encryption + promise_test(function(test) { + assert_unreached("importKey failed for " + vector.name); + }, "importKey step: " + vector.name + " with altered plaintext"); + }); + + all_promises.push(promise); + }); + + // Check for successful decryption. + passingVectors.forEach(function(vector) { + var promise = importVectorKey(vector, ["encrypt", "decrypt"]) + .then(function(vector) { + promise_test(function(test) { + return subtle.decrypt(vector.algorithm, vector.key, vector.result) + .then(function(result) { + assert_true(equalBuffers(result, vector.plaintext), "Should return expected result"); + }, function(err) { + assert_unreached("decrypt error for test " + vector.name + ": " + err.message); + }); + }, vector.name + " decryption"); + }, function(err) { + // We need a failed test if the importVectorKey operation fails, so + // we know we never tested encryption + promise_test(function(test) { + assert_unreached("importKey failed for " + vector.name); + }, "importKey step for decryption: " + vector.name); + }); + + all_promises.push(promise); + }); + + // Check for successful decryption even if ciphertext is altered. + passingVectors.forEach(function(vector) { + var ciphertext = copyBuffer(vector.result); + var promise = importVectorKey(vector, ["encrypt", "decrypt"]) + .then(function(vector) { + promise_test(function(test) { + var operation = subtle.decrypt(vector.algorithm, vector.key, ciphertext) + .then(function(result) { + assert_true(equalBuffers(result, vector.plaintext), "Should return expected result"); + }, function(err) { + assert_unreached("decrypt error for test " + vector.name + ": " + err.message); + }); + ciphertext[0] = 255 - ciphertext[0]; + return operation; + }, vector.name + " decryption with altered ciphertext"); + }, function(err) { + // We need a failed test if the importVectorKey operation fails, so + // we know we never tested encryption + promise_test(function(test) { + assert_unreached("importKey failed for " + vector.name); + }, "importKey step for decryption: " + vector.name + " with altered ciphertext"); + }); + + all_promises.push(promise); + }); + + // Everything that succeeded should fail if no "encrypt" usage. + passingVectors.forEach(function(vector) { + // Don't want to overwrite key being used for success tests! + var badVector = Object.assign({}, vector); + badVector.key = null; + + var promise = importVectorKey(badVector, ["decrypt"]) + .then(function(vector) { + promise_test(function(test) { + return subtle.encrypt(vector.algorithm, vector.key, vector.plaintext) + .then(function(result) { + assert_unreached("should have thrown exception for test " + vector.name); + }, function(err) { + assert_equals(err.name, "InvalidAccessError", "Should throw an InvalidAccessError instead of " + err.message) + }); + }, vector.name + " without encrypt usage"); + }, function(err) { + // We need a failed test if the importVectorKey operation fails, so + // we know we never tested encryption + promise_test(function(test) { + assert_unreached("importKey failed for " + vector.name); + }, "importKey step: " + vector.name + " without encrypt usage"); + }); + + all_promises.push(promise); + }); + + // Encryption should fail if algorithm of key doesn't match algorithm of function call. + passingVectors.forEach(function(vector) { + var algorithm = Object.assign({}, vector.algorithm); + if (algorithm.name === "AES-CBC") { + algorithm.name = "AES-CTR"; + algorithm.counter = new Uint8Array(16); + algorithm.length = 64; + } else { + algorithm.name = "AES-CBC"; + algorithm.iv = new Uint8Array(16); // Need syntactically valid parameter to get to error being checked. + } + + var promise = importVectorKey(vector, ["encrypt", "decrypt"]) + .then(function(vector) { + promise_test(function(test) { + return subtle.encrypt(algorithm, vector.key, vector.plaintext) + .then(function(result) { + assert_unreached("encrypt succeeded despite mismatch " + vector.name + ": " + err.message); + }, function(err) { + assert_equals(err.name, "InvalidAccessError", "Mismatch should cause InvalidAccessError instead of " + err.message); + }); + }, vector.name + " with mismatched key and algorithm"); + }, function(err) { + // We need a failed test if the importVectorKey operation fails, so + // we know we never tested encryption + promise_test(function(test) { + assert_unreached("importKey failed for " + vector.name); + }, "importKey step: " + vector.name + " with mismatched key and algorithm"); + }); + + all_promises.push(promise); + }); + + // Everything that succeeded decrypting should fail if no "decrypt" usage. + passingVectors.forEach(function(vector) { + // Don't want to overwrite key being used for success tests! + var badVector = Object.assign({}, vector); + badVector.key = null; + + var promise = importVectorKey(badVector, ["encrypt"]) + .then(function(vector) { + promise_test(function(test) { + return subtle.decrypt(vector.algorithm, vector.key, vector.result) + .then(function(result) { + assert_unreached("should have thrown exception for test " + vector.name); + }, function(err) { + assert_equals(err.name, "InvalidAccessError", "Should throw an InvalidAccessError instead of " + err.message) + }); + }, vector.name + " without decrypt usage"); + }, function(err) { + // We need a failed test if the importVectorKey operation fails, so + // we know we never tested encryption + promise_test(function(test) { + assert_unreached("importKey failed for " + vector.name); + }, "importKey step: " + vector.name + " without decrypt usage"); + }); + + all_promises.push(promise); + }); + + // Check for OperationError due to data lengths. + failingVectors.forEach(function(vector) { + var promise = importVectorKey(vector, ["encrypt", "decrypt"]) + .then(function(vector) { + promise_test(function(test) { + return subtle.encrypt(vector.algorithm, vector.key, vector.plaintext) + .then(function(result) { + assert_unreached("should have thrown exception for test " + vector.name); + }, function(err) { + assert_equals(err.name, "OperationError", "Should throw an OperationError instead of " + err.message) + }); + }, vector.name); + }, function(err) { + // We need a failed test if the importVectorKey operation fails, so + // we know we never tested encryption + promise_test(function(test) { + assert_unreached("importKey failed for " + vector.name); + }, "importKey step: " + vector.name); + }); + + all_promises.push(promise); + }); + + // Check for OperationError due to data lengths for decryption, too. + failingVectors.forEach(function(vector) { + var promise = importVectorKey(vector, ["encrypt", "decrypt"]) + .then(function(vector) { + promise_test(function(test) { + return subtle.decrypt(vector.algorithm, vector.key, vector.result) + .then(function(result) { + assert_unreached("should have thrown exception for test " + vector.name); + }, function(err) { + assert_equals(err.name, "OperationError", "Should throw an OperationError instead of " + err.message) + }); + }, vector.name + " decryption"); + }, function(err) { + // We need a failed test if the importVectorKey operation fails, so + // we know we never tested encryption + promise_test(function(test) { + assert_unreached("importKey failed for " + vector.name); + }, "importKey step: decryption " + vector.name); + }); + + all_promises.push(promise); + }); + + // Check for decryption failing for algorithm-specific reasons (such as bad + // padding for AES-CBC). + decryptionFailingVectors.forEach(function(vector) { + var promise = importVectorKey(vector, ["encrypt", "decrypt"]) + .then(function(vector) { + promise_test(function(test) { + return subtle.decrypt(vector.algorithm, vector.key, vector.result) + .then(function(result) { + assert_unreached("should have thrown exception for test " + vector.name); + }, function(err) { + assert_equals(err.name, "OperationError", "Should throw an OperationError instead of " + err.message) + }); + }, vector.name); + }, function(err) { + // We need a failed test if the importVectorKey operation fails, so + // we know we never tested encryption + promise_test(function(test) { + assert_unreached("importKey failed for " + vector.name); + }, "importKey step: decryption " + vector.name); + }); + + all_promises.push(promise); + }); + + Promise.all(all_promises) + .then(function() {done();}) + .catch(function() {done();}) + + // A test vector has all needed fields for encryption, EXCEPT that the + // key field may be null. This function replaces that null with the Correct + // CryptoKey object. + // + // Returns a Promise that yields an updated vector on success. + function importVectorKey(vector, usages) { + if (vector.key !== null) { + return new Promise(function(resolve, reject) { + resolve(vector); + }); + } else { + return subtle.importKey("raw", vector.keyBuffer, {name: vector.algorithm.name}, false, usages) + .then(function(key) { + vector.key = key; + return vector; + }); + } + } + + // Returns a copy of the sourceBuffer it is sent. + function copyBuffer(sourceBuffer) { + var source = new Uint8Array(sourceBuffer); + var copy = new Uint8Array(sourceBuffer.byteLength) + + for (var i=0; i + + +WebCryptoAPI: encrypt() Using AES-CBC + + + + + + + + +

encrypt Tests for AES-CBC

+ +
+ diff --git a/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.html b/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.html new file mode 100644 index 00000000000..a48dfd3fd17 --- /dev/null +++ b/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_ctr.html @@ -0,0 +1,18 @@ + + + +WebCryptoAPI: encrypt() Using AES-CTR + + + + + + + + +

encrypt Tests for AES-CTR

+ +
+ diff --git a/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_gcm.html b/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_gcm.html new file mode 100644 index 00000000000..9f8b8bdf9dd --- /dev/null +++ b/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_aes_gcm.html @@ -0,0 +1,18 @@ + + + +WebCryptoAPI: encrypt() Using AES-GCM + + + + + + + + +

encrypt Tests for AES-GCM

+ +
+ diff --git a/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.html b/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.html new file mode 100644 index 00000000000..df8d8f42aa7 --- /dev/null +++ b/tests/wpt/web-platform-tests/WebCryptoAPI/encrypt_decrypt/test_rsa_oaep.html @@ -0,0 +1,18 @@ + + + +WebCryptoAPI: encrypt() Using RSA-OAEP + + + + + + + + +

encrypt Tests for RSA-OAEP

+ +
+ diff --git a/tests/wpt/web-platform-tests/XMLHttpRequest/send-redirect-post-upload.htm b/tests/wpt/web-platform-tests/XMLHttpRequest/send-redirect-post-upload.htm new file mode 100644 index 00000000000..1e705cadacb --- /dev/null +++ b/tests/wpt/web-platform-tests/XMLHttpRequest/send-redirect-post-upload.htm @@ -0,0 +1,124 @@ + + + + + + + + + + + XMLHttpRequest: The send() method: POSTing to URL that redirects + + + +
+ + + + diff --git a/tests/wpt/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html b/tests/wpt/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html new file mode 100644 index 00000000000..be46a12b6f7 --- /dev/null +++ b/tests/wpt/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts-subframe.html @@ -0,0 +1,17 @@ + + + + + + + + diff --git a/tests/wpt/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html b/tests/wpt/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html new file mode 100644 index 00000000000..0aabdd4b346 --- /dev/null +++ b/tests/wpt/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-defer-scripts.html @@ -0,0 +1,15 @@ + + +Check that a sync XHR in a defer script blocks later defer scripts from running + + + + + diff --git a/tests/wpt/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts.html b/tests/wpt/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts.html new file mode 100644 index 00000000000..d6714ac754e --- /dev/null +++ b/tests/wpt/web-platform-tests/XMLHttpRequest/xmlhttprequest-sync-block-scripts.html @@ -0,0 +1,22 @@ + + +Check that while a sync XHR is in flight async script loads don't complete and run script + + + + + diff --git a/tests/wpt/web-platform-tests/battery-status/battery-promise-iframe.html b/tests/wpt/web-platform-tests/battery-status/battery-promise-iframe.html new file mode 100644 index 00000000000..6add86106f3 --- /dev/null +++ b/tests/wpt/web-platform-tests/battery-status/battery-promise-iframe.html @@ -0,0 +1,80 @@ + + +Battery Test: iframe has a different Navigator object + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/battery-status/battery-promise-window.html b/tests/wpt/web-platform-tests/battery-status/battery-promise-window.html new file mode 100644 index 00000000000..a7d708c05ce --- /dev/null +++ b/tests/wpt/web-platform-tests/battery-status/battery-promise-window.html @@ -0,0 +1,28 @@ + + +Battery Test: window.open() makes a different Navigator object + + + +
+ Allow pop-up windows before running the tests. +
+
+ diff --git a/tests/wpt/web-platform-tests/battery-status/battery-promise.html b/tests/wpt/web-platform-tests/battery-status/battery-promise.html index 9160c040491..8c552eb3f66 100644 --- a/tests/wpt/web-platform-tests/battery-status/battery-promise.html +++ b/tests/wpt/web-platform-tests/battery-status/battery-promise.html @@ -1,26 +1,10 @@ -Battery Test: each Navigator object has a battery promise for BatteryManager +Battery Test: navigator.getBattery() always return same battery promise - -
- Allow pop-up windows before running the tests. -
- diff --git a/tests/wpt/web-platform-tests/battery-status/support-iframe-initial.html b/tests/wpt/web-platform-tests/battery-status/support-iframe-initial.html new file mode 100644 index 00000000000..d4e5b31f130 --- /dev/null +++ b/tests/wpt/web-platform-tests/battery-status/support-iframe-initial.html @@ -0,0 +1,5 @@ + + +
+Hello! +
diff --git a/tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-as-div-child-isvalid.html b/tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-as-div-child-novalid.html similarity index 100% rename from tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-as-div-child-isvalid.html rename to tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-as-div-child-novalid.html diff --git a/tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-isvalid.html b/tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html similarity index 100% rename from tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-isvalid.html rename to tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-multiple-adjacent-novalid.html diff --git a/tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-isvalid.html b/tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-novalid.html similarity index 100% rename from tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-isvalid.html rename to tests/wpt/web-platform-tests/conformance-checkers/html/elements/style/scoped-novalid.html diff --git a/tests/wpt/web-platform-tests/conformance-checkers/messages.json b/tests/wpt/web-platform-tests/conformance-checkers/messages.json index 4873521b09e..62cf37b56c1 100644 --- a/tests/wpt/web-platform-tests/conformance-checkers/messages.json +++ b/tests/wpt/web-platform-tests/conformance-checkers/messages.json @@ -1944,9 +1944,12 @@ "html/elements/source/src/userinfo-username-contains-pile-of-poo-novalid.html": "Bad value \u201chttp://\ud83d\udca9:foo@example.com\u201d for attribute \u201csrc\u201d on element \u201csource\u201d: Bad URL: Illegal character in user or password: \u201c\ud83d\udca9\u201d is not allowed.", "html/elements/span/model-novalid.html": "End tag \u201cp\u201d implied, but there were open elements.", "html/elements/strong/model-novalid.html": "End tag \u201cp\u201d implied, but there were open elements.", + "html/elements/style/scoped-as-div-child-novalid.html": "Element \u201cstyle\u201d not allowed in this context. (The parent was element \u201cdiv\u201d.) Suppressing further errors from this subtree.", "html/elements/style/scoped-as-p-child-novalid.html": "Element \u201cstyle\u201d not allowed in this context. (The parent was element \u201cp\u201d.) Suppressing further errors from this subtree.", "html/elements/style/scoped-in-head-novalid.html": "Attribute \u201cscoped\u201d not allowed on element \u201cstyle\u201d in this context.", "html/elements/style/scoped-model-novalid.html": "Element \u201cstyle\u201d not allowed in this context. (The parent was element \u201cdiv\u201d.) Suppressing further errors from this subtree.", + "html/elements/style/scoped-multiple-adjacent-novalid.html": "Element \u201cstyle\u201d not allowed in this context. (The parent was element \u201cdiv\u201d.) Suppressing further errors from this subtree.", + "html/elements/style/scoped-novalid.html": "Element \u201cstyle\u201d not allowed in this context. (The parent was element \u201cdiv\u201d.) Suppressing further errors from this subtree.", "html/elements/sub/model-novalid.html": "End tag \u201cp\u201d implied, but there were open elements.", "html/elements/sup/model-novalid.html": "End tag \u201cp\u201d implied, but there were open elements.", "html/elements/table/model-input-child-hidden-novalid.html": "Start tag \u201cinput\u201d seen in \u201ctable\u201d.", diff --git a/tests/wpt/web-platform-tests/cors/response-headers.htm b/tests/wpt/web-platform-tests/cors/response-headers.htm index b1c5bf2c068..d4d7cf231fa 100644 --- a/tests/wpt/web-platform-tests/cors/response-headers.htm +++ b/tests/wpt/web-platform-tests/cors/response-headers.htm @@ -67,7 +67,7 @@ async_test("getResponseHeader: Combined testing of cors response headers") } if (client.readyState > 1) { - assert_equals(client.getResponseHeader("x-custom-header"), "test", 'x-custom-header') + assert_equals(client.getResponseHeader("x-custom-header"), "test, test", 'x-custom-header') assert_equals(client.getResponseHeader("x-custom-header-empty"), "", 'x-custom-header-empty') assert_equals(client.getResponseHeader("set-cookie"), null) assert_equals(client.getResponseHeader("set-cookie2"), null) @@ -86,7 +86,7 @@ test(function() { var client = new XMLHttpRequest() client.open('GET', CROSSDOMAIN + 'resources/cors-headers.asis', false) client.send(null) - assert_equals(client.getResponseHeader("x-custom-header"), "test", 'x-custom-header') + assert_equals(client.getResponseHeader("x-custom-header"), "test, test", 'x-custom-header') assert_equals(client.getResponseHeader("x-nonexposed"), null, 'x-nonexposed') }, "getResponse: don't expose x-nonexposed") diff --git a/tests/wpt/web-platform-tests/custom-elements/custom-elements-registry/define.html b/tests/wpt/web-platform-tests/custom-elements/custom-elements-registry/define.html index b4f15063e0e..670c963001b 100644 --- a/tests/wpt/web-platform-tests/custom-elements/custom-elements-registry/define.html +++ b/tests/wpt/web-platform-tests/custom-elements/custom-elements-registry/define.html @@ -161,7 +161,15 @@ // 8. Let observedAttributesIterable be Get(constructor, "observedAttributes"). // Rethrow any exceptions. - // See step 12 for rethrow tests. + test(() => { + class C { + static get observedAttributes() { throw_rethrown_error(); } + attributeChangedCallback() {} + } + assert_rethrown(() => { + customElements.define('test-define-observedattributes-rethrow', C); + }); + }, 'If constructor.observedAttributes throws, should rethrow'); // 10. Let prototype be Get(constructor, "prototype"). Rethrow any exceptions. function assert_rethrown(func, description) { @@ -208,42 +216,38 @@ // 17. If attributeChangedCallback is not undefined, and IsCallable(attributeChangedCallback) is false, // then throw a TypeError exception. [ - 'observedAttributes', // See step 8 above. 'connectedCallback', 'disconnectedCallback', 'attributeChangedCallback', - ].forEach(name => { - test(() => { + ].forEach(name => { + test(() => { class C { get [name]() { throw_rethrown_error(); } } - assert_rethrown(() => { - customElements.define('test-define-constructor-rethrow-prototype-' + name, C); + assert_rethrown(() => { + customElements.define(`test-define-${name.toLowerCase()}-rethrow`, C); }); }, `If constructor.prototype.${name} throws, should rethrow`); - }); - [ - 'connectedCallback', - 'disconnectedCallback', - 'attributeChangedCallback', - ].forEach(name => { - test(() => { - class c {}; - c.prototype[name] = undefined; - customElements.define('test-define-constructor-prototype-' + name, c); - }, `If constructor.prototype.${name} is undefined, should success`); + [ - [ 'null', null ], - [ 'object', {} ], - ].forEach(value => { - test(() => { - class c {}; - c.prototype[name] = value[1]; - assert_throws(expectTypeError, () => { - customElements.define('test-define-constructor-prototype-' + name, c); - }); - }, `If constructor.prototype.${name} is ${value[0]}, should throw a TypeError`); - }) + { name: 'undefined', value: undefined, success: true }, + { name: 'function', value: function () { }, success: true }, + { name: 'null', value: null, success: false }, + { name: 'object', value: {}, success: false }, + { name: 'integer', value: 1, success: false }, + ].forEach(data => { + test(() => { + class C { }; + C.prototype[name] = data.value; + if (data.success) { + customElements.define(`test-define-${name.toLowerCase()}-${data.name}`, C); + } else { + assert_throws(expectTypeError, () => { + customElements.define(`test-define-${name.toLowerCase()}-${data.name}`, C); + }); + } + }, `If constructor.prototype.${name} is ${data.name}, should ${data.success ? 'succeed' : 'throw a TypeError'}`); + }); }); })(); diff --git a/tests/wpt/web-platform-tests/dom/events/AddEventListenerOptions-passive.html b/tests/wpt/web-platform-tests/dom/events/AddEventListenerOptions-passive.html new file mode 100644 index 00000000000..1f0118efa63 --- /dev/null +++ b/tests/wpt/web-platform-tests/dom/events/AddEventListenerOptions-passive.html @@ -0,0 +1,113 @@ + + +EventListenerOptions.passive + + + + +
+ + diff --git a/tests/wpt/web-platform-tests/dom/events/CustomEvent.html b/tests/wpt/web-platform-tests/dom/events/CustomEvent.html new file mode 100644 index 00000000000..c55d5924bd5 --- /dev/null +++ b/tests/wpt/web-platform-tests/dom/events/CustomEvent.html @@ -0,0 +1,19 @@ + +CustomEvent + + +
+ diff --git a/tests/wpt/web-platform-tests/dom/events/Event-defaultPrevented.html b/tests/wpt/web-platform-tests/dom/events/Event-defaultPrevented.html index dfcd4389e10..2a3d171b107 100644 --- a/tests/wpt/web-platform-tests/dom/events/Event-defaultPrevented.html +++ b/tests/wpt/web-platform-tests/dom/events/Event-defaultPrevented.html @@ -32,7 +32,7 @@ test(function() { ev.preventDefault(); assert_equals(ev.cancelable, true, "cancelable (after)"); assert_equals(ev.defaultPrevented, true, "defaultPrevented"); -}, "preventDefault() should change defaultPrevented if cancelable is false."); +}, "preventDefault() should change defaultPrevented if cancelable is true."); test(function() { ev.initEvent("foo", true, true); assert_equals(ev.bubbles, true, "bubbles"); diff --git a/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global.sub.html b/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-1.sub.html similarity index 95% rename from tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global.sub.html rename to tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-1.sub.html index 6eaf93890ac..9d941385cbc 100644 --- a/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global.sub.html +++ b/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-1.sub.html @@ -3,7 +3,7 @@ - + + + + diff --git a/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subframe.sub.html b/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subframe-1.sub.html similarity index 100% rename from tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subframe.sub.html rename to tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subframe-1.sub.html diff --git a/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subframe-2.sub.html b/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subframe-2.sub.html new file mode 100644 index 00000000000..9c7235e2ad4 --- /dev/null +++ b/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subframe-2.sub.html @@ -0,0 +1,13 @@ + + + diff --git a/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subsubframe.sub.html b/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subsubframe.sub.html index f438f535218..9ce9f21ca34 100644 --- a/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subsubframe.sub.html +++ b/tests/wpt/web-platform-tests/dom/events/EventListener-incumbent-global-subsubframe.sub.html @@ -1,5 +1,8 @@ + + + + + diff --git a/tests/wpt/web-platform-tests/dom/nodes/ProcessingInstruction-escapes-1.xhtml b/tests/wpt/web-platform-tests/dom/nodes/ProcessingInstruction-escapes-1.xhtml new file mode 100644 index 00000000000..d629a8464b7 --- /dev/null +++ b/tests/wpt/web-platform-tests/dom/nodes/ProcessingInstruction-escapes-1.xhtml @@ -0,0 +1,33 @@ + + + + + + +ProcessingInstruction numeric escapes + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/dom/nodes/rootNode.html b/tests/wpt/web-platform-tests/dom/nodes/rootNode.html deleted file mode 100644 index ef354101b42..00000000000 --- a/tests/wpt/web-platform-tests/dom/nodes/rootNode.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - -Node.prototype.rootNode - - - - - - - - diff --git a/tests/wpt/web-platform-tests/encoding/api-surrogates-utf8.html b/tests/wpt/web-platform-tests/encoding/api-surrogates-utf8.html index caa185943c7..ef0ad4075c8 100644 --- a/tests/wpt/web-platform-tests/encoding/api-surrogates-utf8.html +++ b/tests/wpt/web-platform-tests/encoding/api-surrogates-utf8.html @@ -45,7 +45,7 @@ var badStrings = [ badStrings.forEach(function(t) { test(function() { - var encoded = new TextEncoder('utf-8').encode(t.input); + var encoded = new TextEncoder().encode(t.input); assert_array_equals([].slice.call(encoded), t.expected); assert_equals(new TextDecoder('utf-8').decode(encoded), t.decoded); }, 'Invalid surrogates encoded into UTF-8: ' + t.name); diff --git a/tests/wpt/web-platform-tests/encoding/textdecoder-streaming.html b/tests/wpt/web-platform-tests/encoding/textdecoder-streaming.html index 211b3c00918..2b567aaa1e1 100644 --- a/tests/wpt/web-platform-tests/encoding/textdecoder-streaming.html +++ b/tests/wpt/web-platform-tests/encoding/textdecoder-streaming.html @@ -7,6 +7,9 @@ var string = '\x00123ABCabc\x80\xFF\u0100\u1000\uFFFD\uD800\uDC00\uDBFF\uDFFF'; var octets = { + 'utf-8': [0x00,0x31,0x32,0x33,0x41,0x42,0x43,0x61,0x62,0x63,0xc2,0x80, + 0xc3,0xbf,0xc4,0x80,0xe1,0x80,0x80,0xef,0xbf,0xbd,0xf0,0x90, + 0x80,0x80,0xf4,0x8f,0xbf,0xbf], 'utf-16le': [0x00,0x00,0x31,0x00,0x32,0x00,0x33,0x00,0x41,0x00,0x42,0x00, 0x43,0x00,0x61,0x00,0x62,0x00,0x63,0x00,0x80,0x00,0xFF,0x00, 0x00,0x01,0x00,0x10,0xFD,0xFF,0x00,0xD8,0x00,0xDC,0xFF,0xDB, @@ -17,11 +20,10 @@ var octets = { 0xDF,0xFF] }; -utf_encodings.forEach(function (encoding) { +Object.keys(octets).forEach(function(encoding) { for (var len = 1; len <= 5; ++len) { test(function() { - var encoded = octets[encoding] || - new TextEncoder(encoding).encode(string); + var encoded = octets[encoding]; var out = ''; var decoder = new TextDecoder(encoding); diff --git a/tests/wpt/web-platform-tests/encoding/textencoder-utf16-surrogates.html b/tests/wpt/web-platform-tests/encoding/textencoder-utf16-surrogates.html index d1f92eab33e..46407528f70 100644 --- a/tests/wpt/web-platform-tests/encoding/textencoder-utf16-surrogates.html +++ b/tests/wpt/web-platform-tests/encoding/textencoder-utf16-surrogates.html @@ -37,18 +37,16 @@ var bad = [ } ]; -var encoding = 'utf-8'; - bad.forEach(function(t) { test(function() { - var encoded = new TextEncoder(encoding).encode(t.input); - var decoded = new TextDecoder(encoding).decode(encoded); + var encoded = new TextEncoder().encode(t.input); + var decoded = new TextDecoder().decode(encoded); assert_equals(decoded, t.expected); }, 'USVString handling: ' + t.name); }); test(function() { - assert_equals(new TextEncoder(encoding).encode().length, 0, 'Should default to empty string'); + assert_equals(new TextEncoder().encode().length, 0, 'Should default to empty string'); }, 'USVString default'); diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-async-creation-with-gc.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-async-creation-with-gc.html new file mode 100644 index 00000000000..e171b0dcad7 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-async-creation-with-gc.html @@ -0,0 +1,40 @@ + + + + + Test asynchronous creation of MediaKeys and MediaKeySession while running garbage collection + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-async-setcert-with-gc.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-async-setcert-with-gc.html new file mode 100644 index 00000000000..7a963807b65 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-async-setcert-with-gc.html @@ -0,0 +1,29 @@ + + + + + Test asynchronous setServerCertificate while running garbage collection + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-check-init-data-type.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-check-init-data-type.html new file mode 100644 index 00000000000..00d2d4b537c --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-check-init-data-type.html @@ -0,0 +1,49 @@ + + + + + Test support of different initDataTypes. + + + + + +
+ + + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-clear-key-invalid-license.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-clear-key-invalid-license.html new file mode 100644 index 00000000000..f347e1b9745 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-clear-key-invalid-license.html @@ -0,0 +1,46 @@ + + + + + Invalid Clear Key License. + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-clearkey-update-non-ascii-input.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-clearkey-update-non-ascii-input.html new file mode 100644 index 00000000000..9eed42393dd --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-clearkey-update-non-ascii-input.html @@ -0,0 +1,50 @@ + + + + + Test Clear Key handling of non-ASCII responses for update(). + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-events.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-events.html new file mode 100644 index 00000000000..eec702aa674 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-events.html @@ -0,0 +1,64 @@ + + + + + Verify v2 events + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-generate-request-disallowed-input.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-generate-request-disallowed-input.html new file mode 100644 index 00000000000..66eb0f7c5ea --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-generate-request-disallowed-input.html @@ -0,0 +1,104 @@ + + + + + Test handling of invalid initData for generateRequest(). + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-keystatuses-multiple-sessions.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-keystatuses-multiple-sessions.html new file mode 100644 index 00000000000..056a8a3daba --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-keystatuses-multiple-sessions.html @@ -0,0 +1,120 @@ + + + + + Verify MediaKeySession.keyStatuses with multiple sessions + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-keystatuses-multiple-updates.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-keystatuses-multiple-updates.html new file mode 100644 index 00000000000..df30026c6ec --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-keystatuses-multiple-updates.html @@ -0,0 +1,86 @@ + + + + + Verify MediaKeySession.keyStatuses with multiple updates + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-keystatuses.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-keystatuses.html new file mode 100644 index 00000000000..096cc03981a --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-keystatuses.html @@ -0,0 +1,124 @@ + + + + + Verify MediaKeySession.keyStatuses + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeys-with-session.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeys-with-session.html new file mode 100644 index 00000000000..95395bf7adf --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeys-with-session.html @@ -0,0 +1,104 @@ + + + + + Test MediaKeys lifetime when adding a session + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeys.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeys.html new file mode 100644 index 00000000000..0274c46a40b --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeys.html @@ -0,0 +1,56 @@ + + + + + Test MediaKeys lifetime + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeysession-reference.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeysession-reference.html new file mode 100644 index 00000000000..41bbcc54ac8 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeysession-reference.html @@ -0,0 +1,157 @@ + + + + + Test MediaKeySession lifetime without release() + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeysession-release-noreference.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeysession-release-noreference.html new file mode 100644 index 00000000000..f3241422c14 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeysession-release-noreference.html @@ -0,0 +1,129 @@ + + + + + Test MediaKeySession lifetime after release() without references + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeysession-release.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeysession-release.html new file mode 100644 index 00000000000..24d0e88f015 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-mediakeysession-release.html @@ -0,0 +1,117 @@ + + + + + MediaKeySession lifetime after release() + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-multiple-mediakeys.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-multiple-mediakeys.html new file mode 100644 index 00000000000..3681fbcae95 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-multiple-mediakeys.html @@ -0,0 +1,130 @@ + + + + + Test multiple MediaKeys lifetimes + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-reload.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-reload.html new file mode 100644 index 00000000000..c8877fe1936 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-lifetime-reload.html @@ -0,0 +1,99 @@ + + + + + Reloading during encrypted media playback + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-not-callable-after-createsession.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-not-callable-after-createsession.html new file mode 100644 index 00000000000..416cc091159 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-not-callable-after-createsession.html @@ -0,0 +1,64 @@ + + + + + Test MediaKeySession not callable immediately after CreateSession(). + + + + + +
+ + + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-onencrypted.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-onencrypted.html new file mode 100644 index 00000000000..64699de6033 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-onencrypted.html @@ -0,0 +1,40 @@ + + + + + onencrypted + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-encrypted-and-clear-sources.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-encrypted-and-clear-sources.html new file mode 100644 index 00000000000..ac9d197584d --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-encrypted-and-clear-sources.html @@ -0,0 +1,121 @@ + + + + + Multiple playbacks alternating between encrypted and clear sources. + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-multiple-sessions.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-multiple-sessions.html new file mode 100644 index 00000000000..bddc4a2fc49 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-multiple-sessions.html @@ -0,0 +1,139 @@ + + + + + Clear Key Playback with Multiple Sessions + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-setmediakeys-after-src.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-setmediakeys-after-src.html new file mode 100644 index 00000000000..51b7fc9acaa --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-setmediakeys-after-src.html @@ -0,0 +1,92 @@ + + + + + Clear Key Playback + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-setmediakeys-before-src.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-setmediakeys-before-src.html new file mode 100644 index 00000000000..ffa97e6fe23 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-setmediakeys-before-src.html @@ -0,0 +1,92 @@ + + + + + Clear Key Playback + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-two-videos.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-two-videos.html new file mode 100644 index 00000000000..44483c035ab --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-playback-two-videos.html @@ -0,0 +1,86 @@ + + + + + Clear Key Play Two Videos At Same Time + + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-requestmediakeysystemaccess.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-requestmediakeysystemaccess.html new file mode 100644 index 00000000000..9c85fca7577 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-requestmediakeysystemaccess.html @@ -0,0 +1,319 @@ + + + + + Test navigator.requestMediaKeySystemAccess() + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-reset-src-after-setmediakeys.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-reset-src-after-setmediakeys.html new file mode 100644 index 00000000000..9158dcc4fbc --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-reset-src-after-setmediakeys.html @@ -0,0 +1,60 @@ + + + + + Reset src after setMediaKeys() + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-session-closed-event.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-session-closed-event.html new file mode 100644 index 00000000000..fdabb2571d9 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-session-closed-event.html @@ -0,0 +1,49 @@ + + + + + Test MediaKeySession closed event + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-again-after-playback.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-again-after-playback.html new file mode 100644 index 00000000000..33abeb1ba00 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-again-after-playback.html @@ -0,0 +1,45 @@ + + + + + setMediaKeys() again after playback + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-again-after-resetting-src.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-again-after-resetting-src.html new file mode 100644 index 00000000000..176a5eaaeaf --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-again-after-resetting-src.html @@ -0,0 +1,41 @@ + + + + + setMediaKeys() again after resetting src + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-at-same-time.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-at-same-time.html new file mode 100644 index 00000000000..a0a286b04cb --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-at-same-time.html @@ -0,0 +1,105 @@ + + + + + Set MediaKeys multiple times in parallel + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-multiple-times-with-different-mediakeys.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-multiple-times-with-different-mediakeys.html new file mode 100644 index 00000000000..644d3baac85 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-multiple-times-with-different-mediakeys.html @@ -0,0 +1,79 @@ + + + + + setMediaKeys() multiple times with different MediaKeys. + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-multiple-times-with-the-same-mediakeys.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-multiple-times-with-the-same-mediakeys.html new file mode 100644 index 00000000000..1ef71016431 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-multiple-times-with-the-same-mediakeys.html @@ -0,0 +1,46 @@ + + + + + setMediaKeys() multiple times with the same MediaKeys. + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-to-multiple-video-elements.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-to-multiple-video-elements.html new file mode 100644 index 00000000000..b51d44a99ca --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys-to-multiple-video-elements.html @@ -0,0 +1,47 @@ + + + + + setMediaKeys() on multiple video elements. + + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys.html new file mode 100644 index 00000000000..66dae88bfb4 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-setmediakeys.html @@ -0,0 +1,56 @@ + + + + + setMediaKeys + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-syntax.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-syntax.html new file mode 100644 index 00000000000..0e314bc1602 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-syntax.html @@ -0,0 +1,1012 @@ + + + + + Test EME syntax + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-unique-origin.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-unique-origin.html new file mode 100644 index 00000000000..822c7edcda6 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-unique-origin.html @@ -0,0 +1,64 @@ + + + + + Unique origin is unable to create MediaKeys + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-update-disallowed-input.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-update-disallowed-input.html new file mode 100644 index 00000000000..8b7122bdbdf --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-update-disallowed-input.html @@ -0,0 +1,70 @@ + + + + + Test handling of invalid responses for update(). + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-utils.js b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-utils.js new file mode 100644 index 00000000000..f23104857ed --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-utils.js @@ -0,0 +1,300 @@ + + +var consoleDiv = null; + +function consoleWrite(text) +{ + if (!consoleDiv && document.body) { + consoleDiv = document.createElement('div'); + document.body.appendChild(consoleDiv); + } + var span = document.createElement('span'); + span.appendChild(document.createTextNode(text)); + span.appendChild(document.createElement('br')); + consoleDiv.appendChild(span); +} + +// Returns a promise that is fulfilled with true if |initDataType| is supported, +// or false if not. +function isInitDataTypeSupported(initDataType) +{ + return navigator.requestMediaKeySystemAccess( + "org.w3.clearkey", [{ initDataTypes : [initDataType] }]) + .then(function() { return(true); }, function() { return(false); }); +} + +// Returns a promise that is fulfilled with an initDataType that is supported, +// rejected if none are supported. +function getSupportedInitDataType() +{ + var configuration = [{ initDataTypes : [ 'webm', 'cenc', 'keyids' ] }]; + return navigator.requestMediaKeySystemAccess('org.w3.clearkey', configuration) + .then(function(access) { + var initDataTypes = access.getConfiguration().initDataTypes; + assert_greater_than(initDataTypes.length, 0); + return Promise.resolve(initDataTypes[0]); + }, function(error) { + return Promise.reject('No supported initDataType.'); + }); +} + +function getInitData(initDataType) +{ + if (initDataType == 'webm') { + return new Uint8Array([ + 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, + 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F + ]); + } + + if (initDataType == 'cenc') { + return new Uint8Array([ + 0x00, 0x00, 0x00, 0x00, // size = 0 + 0x70, 0x73, 0x73, 0x68, // 'pssh' + 0x01, // version = 1 + 0x00, 0x00, 0x00, // flags + 0x10, 0x77, 0xEF, 0xEC, 0xC0, 0xB2, 0x4D, 0x02, // Common SystemID + 0xAC, 0xE3, 0x3C, 0x1E, 0x52, 0xE2, 0xFB, 0x4B, + 0x00, 0x00, 0x00, 0x01, // key count + 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, // key + 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, + 0x00, 0x00, 0x00, 0x00 // datasize + ]); + } + + if (initDataType == 'keyids') { + var keyId = new Uint8Array([ + 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, + 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F + ]); + return stringToUint8Array(createKeyIDs(keyId)); + } + + throw 'initDataType ' + initDataType + ' not supported.'; +} + +function waitForEventAndRunStep(eventName, element, func, stepTest) +{ + var eventCallback = function(event) { + if (func) + func(event); + } + if (stepTest) + eventCallback = stepTest.step_func(eventCallback); + + element.addEventListener(eventName, eventCallback, true); +} + +// Copied from LayoutTests/resources/js-test.js. +// See it for details of why this is necessary. +function asyncGC(callback) +{ + GCController.collectAll(); + setTimeout(callback, 0); +} + +function createGCPromise() +{ + // Run gc() as a promise. + return new Promise( + function(resolve, reject) { + asyncGC(resolve); + }); +} + +function delayToAllowEventProcessingPromise() +{ + return new Promise( + function(resolve, reject) { + setTimeout(resolve, 0); + }); +} + +function stringToUint8Array(str) +{ + var result = new Uint8Array(str.length); + for(var i = 0; i < str.length; i++) { + result[i] = str.charCodeAt(i); + } + return result; +} + +function arrayBufferAsString(buffer) +{ + // MediaKeySession.keyStatuses iterators return an ArrayBuffer, + // so convert it into a printable string. + return String.fromCharCode.apply(null, new Uint8Array(buffer)); +} + +function dumpKeyStatuses(keyStatuses) +{ + consoleWrite("for (var entry of keyStatuses)"); + for (var entry of keyStatuses) { + consoleWrite(arrayBufferAsString(entry[0]) + ", " + entry[1]); + } + consoleWrite("for (var key of keyStatuses.keys())"); + for (var key of keyStatuses.keys()) { + consoleWrite(arrayBufferAsString(key)); + } + consoleWrite("for (var value of keyStatuses.values())"); + for (var value of keyStatuses.values()) { + consoleWrite(value); + } + consoleWrite("for (var entry of keyStatuses.entries())"); + for (var entry of keyStatuses.entries()) { + consoleWrite(arrayBufferAsString(entry[0]) + ", " + entry[1]); + } + consoleWrite("keyStatuses.forEach()"); + keyStatuses.forEach(function(value, key, map) { + consoleWrite(arrayBufferAsString(key) + ", " + value); + }); +} + +// Verify that |keyStatuses| contains just the keys in |keys.expected| +// and none of the keys in |keys.unexpected|. All keys should have status +// 'usable'. Example call: verifyKeyStatuses(mediaKeySession.keyStatuses, +// { expected: [key1], unexpected: [key2] }); +function verifyKeyStatuses(keyStatuses, keys) +{ + var expected = keys.expected || []; + var unexpected = keys.unexpected || []; + + // |keyStatuses| should have same size as number of |keys.expected|. + assert_equals(keyStatuses.size, expected.length); + + // All |keys.expected| should be found. + expected.map(function(key) { + assert_true(keyStatuses.has(key)); + assert_equals(keyStatuses.get(key), 'usable'); + }); + + // All |keys.unexpected| should not be found. + unexpected.map(function(key) { + assert_false(keyStatuses.has(key)); + assert_equals(keyStatuses.get(key), undefined); + }); +} + +// Encodes |data| into base64url string. There is no '=' padding, and the +// characters '-' and '_' must be used instead of '+' and '/', respectively. +function base64urlEncode(data) +{ + var result = btoa(String.fromCharCode.apply(null, data)); + return result.replace(/=+$/g, '').replace(/\+/g, "-").replace(/\//g, "_"); +} + +// Decode |encoded| using base64url decoding. +function base64urlDecode(encoded) +{ + return atob(encoded.replace(/\-/g, "+").replace(/\_/g, "/")); +} + +// For Clear Key, the License Format is a JSON Web Key (JWK) Set, which contains +// a set of cryptographic keys represented by JSON. These helper functions help +// wrap raw keys into a JWK set. +// See: +// https://w3c.github.io/encrypted-media/#clear-key-license-format +// http://tools.ietf.org/html/draft-ietf-jose-json-web-key +// +// Creates a JWK from raw key ID and key. +// |keyId| and |key| are expected to be ArrayBufferViews, not base64-encoded. +function createJWK(keyId, key) +{ + var jwk = '{"kty":"oct","alg":"A128KW","kid":"'; + jwk += base64urlEncode(keyId); + jwk += '","k":"'; + jwk += base64urlEncode(key); + jwk += '"}'; + return jwk; +} + +// Creates a JWK Set from multiple JWKs. +function createJWKSet() +{ + var jwkSet = '{"keys":['; + for (var i = 0; i < arguments.length; i++) { + if (i != 0) + jwkSet += ','; + jwkSet += arguments[i]; + } + jwkSet += ']}'; + return jwkSet; +} + +// Clear Key can also support Key IDs Initialization Data. +// ref: http://w3c.github.io/encrypted-media/keyids-format.html +// Each parameter is expected to be a key id in an Uint8Array. +function createKeyIDs() +{ + var keyIds = '{"kids":["'; + for (var i = 0; i < arguments.length; i++) { + if (i != 0) + keyIds += '","'; + keyIds += base64urlEncode(arguments[i]); + } + keyIds += '"]}'; + return keyIds; +} + +function forceTestFailureFromPromise(test, error, message) +{ + // Promises convert exceptions into rejected Promises. Since there is + // currently no way to report a failed test in the test harness, errors + // are reported using force_timeout(). + if (message) + consoleWrite(message + ': ' + error.message); + else if (error) + consoleWrite(error); + + test.force_timeout(); + test.done(); +} + +function extractSingleKeyIdFromMessage(message) +{ + var json = JSON.parse(String.fromCharCode.apply(null, new Uint8Array(message))); + // Decode the first element of 'kids'. + assert_equals(1, json.kids.length); + var decoded_key = base64urlDecode(json.kids[0]); + // Convert to an Uint8Array and return it. + return stringToUint8Array(decoded_key); +} + +// Create a MediaKeys object for Clear Key with 1 session. KeyId and key +// required for the video are already known and provided. Returns a promise +// that resolves to the MediaKeys object created. +function createMediaKeys(keyId, key) +{ + var mediaKeys; + var mediaKeySession; + var request = stringToUint8Array(createKeyIDs(keyId)); + var jwkSet = stringToUint8Array(createJWKSet(createJWK(keyId, key))); + + return navigator.requestMediaKeySystemAccess('org.w3.clearkey', [{}]).then(function(access) { + return access.createMediaKeys(); + }).then(function(result) { + mediaKeys = result; + mediaKeySession = mediaKeys.createSession(); + return mediaKeySession.generateRequest('keyids', request); + }).then(function() { + return mediaKeySession.update(jwkSet); + }).then(function() { + return Promise.resolve(mediaKeys); + }); +} + +// Play the specified |content| on |video|. Returns a promise that is resolved +// after the video plays for |duration| seconds. +function playVideoAndWaitForTimeupdate(video, content, duration) +{ + video.src = content; + video.play(); + return new Promise(function(resolve) { + video.addEventListener('timeupdate', function listener(event) { + if (event.target.currentTime < duration) + return; + video.removeEventListener('timeupdate', listener); + resolve('success'); + }); + }); +} diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-waiting-for-a-key.html b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-waiting-for-a-key.html new file mode 100644 index 00000000000..e6c1559a0d3 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/Google/encrypted-media-waiting-for-a-key.html @@ -0,0 +1,164 @@ + + + + + Waiting for a key. + + + + + + +
+ + + diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/test-encrypted-different-av-keys.webm b/tests/wpt/web-platform-tests/encrypted-media/Google/test-encrypted-different-av-keys.webm new file mode 100644 index 00000000000..5a29f659b72 Binary files /dev/null and b/tests/wpt/web-platform-tests/encrypted-media/Google/test-encrypted-different-av-keys.webm differ diff --git a/tests/wpt/web-platform-tests/encrypted-media/Google/test-encrypted.webm b/tests/wpt/web-platform-tests/encrypted-media/Google/test-encrypted.webm new file mode 100644 index 00000000000..8d44931e8dc Binary files /dev/null and b/tests/wpt/web-platform-tests/encrypted-media/Google/test-encrypted.webm differ diff --git a/tests/wpt/web-platform-tests/encrypted-media/OWNERS b/tests/wpt/web-platform-tests/encrypted-media/OWNERS new file mode 100644 index 00000000000..63b5fe290c5 --- /dev/null +++ b/tests/wpt/web-platform-tests/encrypted-media/OWNERS @@ -0,0 +1 @@ +@ddorwin diff --git a/tests/wpt/web-platform-tests/fetch/api/basic/scheme-blob.js b/tests/wpt/web-platform-tests/fetch/api/basic/scheme-blob.js index d7e5ece7a4b..9bf73a69365 100644 --- a/tests/wpt/web-platform-tests/fetch/api/basic/scheme-blob.js +++ b/tests/wpt/web-platform-tests/fetch/api/basic/scheme-blob.js @@ -32,7 +32,17 @@ function checkKoUrl(url, method, desc) { var blob2 = new Blob(["Blob's data"], { "type" : "text/plain" }); checkKoUrl("blob:http://{{domains[www]}}:{{ports[http][0]}}/", "GET", "Fetching [GET] blob:http://{{domains[www]}}:{{ports[http][0]}}/ is KO"); -checkKoUrl(URL.createObjectURL(blob2), "POST", - "Fetching [POST] URL.createObjectURL(blob) is KO"); + +var invalidRequestMethods = [ + "POST", + "OPTIONS", + "HEAD", + "PUT", + "DELETE", + "INVALID", +]; +invalidRequestMethods.forEach(function(method) { + checkKoUrl(URL.createObjectURL(blob2), method, "Fetching [" + method + "] URL.createObjectURL(blob) is KO"); +}); done(); diff --git a/tests/wpt/web-platform-tests/fetch/api/cors/cors-preflight-referrer.js b/tests/wpt/web-platform-tests/fetch/api/cors/cors-preflight-referrer.js index 5cc3a084436..2abda364fe4 100644 --- a/tests/wpt/web-platform-tests/fetch/api/cors/cors-preflight-referrer.js +++ b/tests/wpt/web-platform-tests/fetch/api/cors/cors-preflight-referrer.js @@ -32,7 +32,7 @@ var origin = "http://{{host}}:{{ports[http][0]}}"; corsPreflightReferrer("Referrer policy: no-referrer", corsUrl, "no-referrer", ""); corsPreflightReferrer("Referrer policy: \"\"", corsUrl, "", ""); -corsPreflightReferrer("Referrer policy: origin-only", corsUrl, "origin-only", origin); +corsPreflightReferrer("Referrer policy: origin", corsUrl, "origin", origin); corsPreflightReferrer("Referrer policy: origin-when-cross-origin", corsUrl, "origin-when-cross-origin", origin); corsPreflightReferrer("Referrer policy: unsafe-url", corsUrl, "unsafe-url", location.toString()); diff --git a/tests/wpt/web-platform-tests/fetch/api/cors/cors-preflight.js b/tests/wpt/web-platform-tests/fetch/api/cors/cors-preflight.js index 60ecd186df1..87c60e605a7 100644 --- a/tests/wpt/web-platform-tests/fetch/api/cors/cors-preflight.js +++ b/tests/wpt/web-platform-tests/fetch/api/cors/cors-preflight.js @@ -27,7 +27,7 @@ function corsPreflight(desc, corsUrl, method, allowed, headers) { urlParameters += "&control_request_headers" //Make the server allow the headers urlParameters += "&allow_headers=" - urlParameters += headers.join("%2C%20"); + urlParameters += headers.map(function (x) { return x[0]; }).join("%2C%20"); } promise_test(function(test) { test.add_cleanup(function() { @@ -40,8 +40,8 @@ function corsPreflight(desc, corsUrl, method, allowed, headers) { var actualHeaders = resp.headers.get("x-control-request-headers").split(","); for (var i in actualHeaders) actualHeaders[i] = actualHeaders[i].trim(); - for (var header in headers) - assert_in_array(header, actualHeaders, "Preflight asked permission for header: " + header); + for (var header of headers) + assert_in_array(header[0], actualHeaders, "Preflight asked permission for header: " + header); } }); }, desc); @@ -67,16 +67,13 @@ corsPreflight("CORS [PATCH], server refuses", corsUrl, "PATCH", false); corsPreflight("CORS [NEW], server allows", corsUrl, "NEW", true); corsPreflight("CORS [NEW], server refuses", corsUrl, "NEW", false); -corsPreflight("CORS [GET] [x-test-header: allowed], server allows", corsUrl, "GET", true, {"x-test-header1": "allowed"}); -corsPreflight("CORS [GET] [x-test-header: refused], server refuses", corsUrl, "GET", false, {"x-test-header1": "refused"}); +corsPreflight("CORS [GET] [x-test-header: allowed], server allows", corsUrl, "GET", true, [["x-test-header1", "allowed"]]); +corsPreflight("CORS [GET] [x-test-header: refused], server refuses", corsUrl, "GET", false, [["x-test-header1", "refused"]]); -var headers = {"x-test-header1": "allowedOrRefused", - "x-test-header2": "allowedOrRefused", - "x-test-header3": "allowedOrRefused", -}; +var headers = [["x-test-header1", "allowedOrRefused"], + ["x-test-header2", "allowedOrRefused"], + ["x-test-header3", "allowedOrRefused"]]; corsPreflight("CORS [GET] [several headers], server allows", corsUrl, "GET", true, headers); corsPreflight("CORS [GET] [several headers], server refuses", corsUrl, "GET", false, headers); corsPreflight("CORS [PUT] [several headers], server allows", corsUrl, "PUT", true, headers); corsPreflight("CORS [PUT] [several headers], server refuses", corsUrl, "PUT", false, headers); - -done(); diff --git a/tests/wpt/web-platform-tests/fetch/api/redirect/redirect-schemes.html b/tests/wpt/web-platform-tests/fetch/api/redirect/redirect-schemes.html new file mode 100644 index 00000000000..2abb1203c1f --- /dev/null +++ b/tests/wpt/web-platform-tests/fetch/api/redirect/redirect-schemes.html @@ -0,0 +1,23 @@ + + +Fetch: handling different schemes in redirects + + +
+ diff --git a/tests/wpt/web-platform-tests/fetch/api/request/request-cache.html b/tests/wpt/web-platform-tests/fetch/api/request/request-cache.html index 9cc64cdf8d6..9e9b8f4ed8d 100644 --- a/tests/wpt/web-platform-tests/fetch/api/request/request-cache.html +++ b/tests/wpt/web-platform-tests/fetch/api/request/request-cache.html @@ -8,10 +8,58 @@ + - diff --git a/tests/wpt/web-platform-tests/html/dom/reflection-forms.html b/tests/wpt/web-platform-tests/html/dom/reflection-forms.html index 4ba5b204f50..2fe251a6f4c 100644 --- a/tests/wpt/web-platform-tests/html/dom/reflection-forms.html +++ b/tests/wpt/web-platform-tests/html/dom/reflection-forms.html @@ -14,5 +14,4 @@ is suitable for incorporation into automated test suites. - diff --git a/tests/wpt/web-platform-tests/html/dom/reflection-grouping.html b/tests/wpt/web-platform-tests/html/dom/reflection-grouping.html index d12ff5d4d14..e59f5f569c3 100644 --- a/tests/wpt/web-platform-tests/html/dom/reflection-grouping.html +++ b/tests/wpt/web-platform-tests/html/dom/reflection-grouping.html @@ -14,5 +14,4 @@ is suitable for incorporation into automated test suites. - diff --git a/tests/wpt/web-platform-tests/html/dom/reflection-metadata.html b/tests/wpt/web-platform-tests/html/dom/reflection-metadata.html index 90ff608a044..f21b6863ec4 100644 --- a/tests/wpt/web-platform-tests/html/dom/reflection-metadata.html +++ b/tests/wpt/web-platform-tests/html/dom/reflection-metadata.html @@ -14,5 +14,4 @@ is suitable for incorporation into automated test suites. - diff --git a/tests/wpt/web-platform-tests/html/dom/reflection-misc.html b/tests/wpt/web-platform-tests/html/dom/reflection-misc.html index d8baf9cfde3..915f6fad47f 100644 --- a/tests/wpt/web-platform-tests/html/dom/reflection-misc.html +++ b/tests/wpt/web-platform-tests/html/dom/reflection-misc.html @@ -14,5 +14,4 @@ is suitable for incorporation into automated test suites. - diff --git a/tests/wpt/web-platform-tests/html/dom/reflection-obsolete.html b/tests/wpt/web-platform-tests/html/dom/reflection-obsolete.html index 9c53774fc77..0aa439813ed 100644 --- a/tests/wpt/web-platform-tests/html/dom/reflection-obsolete.html +++ b/tests/wpt/web-platform-tests/html/dom/reflection-obsolete.html @@ -14,5 +14,4 @@ is suitable for incorporation into automated test suites. - diff --git a/tests/wpt/web-platform-tests/html/dom/reflection-original.html b/tests/wpt/web-platform-tests/html/dom/reflection-original.html index f037080402d..0f7b43e375e 100644 --- a/tests/wpt/web-platform-tests/html/dom/reflection-original.html +++ b/tests/wpt/web-platform-tests/html/dom/reflection-original.html @@ -37,5 +37,4 @@ frameworks. - diff --git a/tests/wpt/web-platform-tests/html/dom/reflection-sections.html b/tests/wpt/web-platform-tests/html/dom/reflection-sections.html index 7d4ba16ef29..22356654149 100644 --- a/tests/wpt/web-platform-tests/html/dom/reflection-sections.html +++ b/tests/wpt/web-platform-tests/html/dom/reflection-sections.html @@ -14,5 +14,4 @@ is suitable for incorporation into automated test suites. - diff --git a/tests/wpt/web-platform-tests/html/dom/reflection-tabular.html b/tests/wpt/web-platform-tests/html/dom/reflection-tabular.html index e6b9c578737..f790da253a4 100644 --- a/tests/wpt/web-platform-tests/html/dom/reflection-tabular.html +++ b/tests/wpt/web-platform-tests/html/dom/reflection-tabular.html @@ -14,5 +14,4 @@ is suitable for incorporation into automated test suites. - diff --git a/tests/wpt/web-platform-tests/html/dom/reflection-text.html b/tests/wpt/web-platform-tests/html/dom/reflection-text.html index f840ef692cf..a2dc6f61545 100644 --- a/tests/wpt/web-platform-tests/html/dom/reflection-text.html +++ b/tests/wpt/web-platform-tests/html/dom/reflection-text.html @@ -14,5 +14,4 @@ is suitable for incorporation into automated test suites. - diff --git a/tests/wpt/web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/resources/resolve-url.js b/tests/wpt/web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/resources/resolve-url.js index b5d00ee57e3..349e1619fd5 100644 --- a/tests/wpt/web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/resources/resolve-url.js +++ b/tests/wpt/web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/resources/resolve-url.js @@ -85,7 +85,7 @@ onload = function() { } ('iframe src, a href, base href, link href, img src, embed src, object data, track src, video src, audio src, input src, form action, ' + - 'input formaction formAction, button formaction formAction, menuitem icon, script src, div itemid').split(', ').forEach(function(str) { + 'input formaction formAction, button formaction formAction, menuitem icon, script src').split(', ').forEach(function(str) { var arr = str.split(' '); test_reflecting(arr[0], arr[1], arr[2]); }); @@ -435,26 +435,6 @@ onload = function() { 'https://dom.spec.whatwg.org/#dom-node-baseuri', 'https://html.spec.whatwg.org/multipage/multipage/text-level-semantics.html#the-a-element']}); - // XXX itemid is exposed in JSON drag-and-drop but seems hard to automate - - // microdata values - function test_microdata_values(tag, attr) { - test(function() { - var elm = document.createElement(tag); - elm.setAttribute('itemprop', ''); - elm.setAttribute(attr, input_url_html); - var got = elm.itemValue; - assert_not_equals(got, undefined, 'itemValue not supported'); - assert_true(got.indexOf(expected_current) > -1, msg(expected_current, got)); - }, 'microdata values <'+tag+' '+attr+'>', - {help:'https://html.spec.whatwg.org/multipage/multipage/microdata.html#concept-property-value'}); - } - - 'audio src, embed src, iframe src, img src, source src, track src, video src, a href, area href, link href, object data'.split(', ').forEach(function(str) { - var arr = str.split(' '); - test_microdata_values(arr[0], arr[1]); - }); - // XXX drag and drop ( or ) seems hard to automate // Worker() diff --git a/tests/wpt/web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/resources/resource.py b/tests/wpt/web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/resources/resource.py index 20d4bde02fc..a1736f0d700 100644 --- a/tests/wpt/web-platform-tests/html/infrastructure/urls/resolving-urls/query-encoding/resources/resource.py +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html b/tests/wpt/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html new file mode 100644 index 00000000000..a2c2a93992b --- /dev/null +++ b/tests/wpt/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback-subdocument.html @@ -0,0 +1,4 @@ + diff --git a/tests/wpt/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html b/tests/wpt/web-platform-tests/html/semantics/embedded-content/the-embed-element/embed-in-object-fallback.html new file mode 100644 index 00000000000..52fa01b91ad --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm b/tests/wpt/web-platform-tests/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm new file mode 100644 index 00000000000..4494f7f3c82 --- /dev/null +++ b/tests/wpt/web-platform-tests/html/the-xhtml-syntax/parsing-xhtml-documents/xhtml-mathml-dtd-entity-support.htm @@ -0,0 +1,62 @@ + + +HTML entities for various XHTML Doctype variants + + + +
+ diff --git a/tests/wpt/web-platform-tests/lint.whitelist b/tests/wpt/web-platform-tests/lint.whitelist index 86bbf6dbc31..debd9f5a8a5 100644 --- a/tests/wpt/web-platform-tests/lint.whitelist +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/media-source/interfaces.html b/tests/wpt/web-platform-tests/media-source/interfaces.html index 9d6985eee7d..0e0d7e23073 100644 --- a/tests/wpt/web-platform-tests/media-source/interfaces.html +++ b/tests/wpt/web-platform-tests/media-source/interfaces.html @@ -27,9 +27,14 @@ interface MediaSource : EventTarget { readonly attribute SourceBufferList activeSourceBuffers; readonly attribute ReadyState readyState; attribute unrestricted double duration; + attribute EventHandler onsourceopen; + attribute EventHandler onsourceended; + attribute EventHandler onsourceclose; SourceBuffer addSourceBuffer (DOMString type); void removeSourceBuffer (SourceBuffer sourceBuffer); void endOfStream (optional EndOfStreamError error); + void setLiveSeekableRange (double start, double end); + void clearLiveSeekableRange (); static boolean isTypeSupported (DOMString type); }; @@ -43,15 +48,23 @@ interface SourceBuffer : EventTarget { readonly attribute TextTrackList textTracks; attribute double appendWindowStart; attribute unrestricted double appendWindowEnd; + attribute EventHandler onupdatestart; + attribute EventHandler onupdate; + attribute EventHandler onupdateend; + attribute EventHandler onerror; + attribute EventHandler onabort; void appendBuffer (ArrayBuffer data); void appendBuffer (ArrayBufferView data); - void appendStream (Stream stream, [EnforceRange] optional unsigned long long maxSize); + void appendStream (ReadableStream stream, [EnforceRange] optional unsigned long long maxSize); void abort (); - void remove (double start, double end); + void remove (double start, unrestricted double end); + attribute TrackDefaultList trackDefaults; }; interface SourceBufferList : EventTarget { readonly attribute unsigned long length; + attribute EventHandler onaddsourcebuffer; + attribute EventHandler onremovesourcebuffer; getter SourceBuffer (unsigned long index); }; @@ -63,6 +76,22 @@ interface VideoPlaybackQuality { readonly attribute double totalFrameDelay; }; +[ Constructor (TrackDefaultType type, DOMString language, DOMString label, sequence kinds, optional DOMString byteStreamTrackID = "")] +interface TrackDefault { + readonly attribute TrackDefaultType type; + readonly attribute DOMString byteStreamTrackID; + readonly attribute DOMString language; + readonly attribute DOMString label; + sequence getKinds (); +}; + +[ Constructor (optional sequence trackDefaults = [])] +interface TrackDefaultList { + readonly attribute unsigned long length; + getter TrackDefault (unsigned long index); +}; + +[Exposed=Window,DedicatedWorker,SharedWorker] partial interface URL { static DOMString createObjectURL (MediaSource mediaSource); }; @@ -72,20 +101,14 @@ partial interface HTMLVideoElement { }; partial interface AudioTrack { - attribute DOMString kind; - attribute DOMString language; readonly attribute SourceBuffer? sourceBuffer; }; partial interface VideoTrack { - attribute DOMString kind; - attribute DOMString language; readonly attribute SourceBuffer? sourceBuffer; }; partial interface TextTrack { - attribute DOMString kind; - attribute DOMString language; readonly attribute SourceBuffer? sourceBuffer; }; @@ -93,6 +116,7 @@ enum EndOfStreamError { "network", "decode" }; + enum AppendMode { "segments", "sequence" @@ -104,6 +128,11 @@ enum ReadyState { "ended" }; +enum TrackDefaultType { + "audio", + "video", + "text" +}; @@ -19,7 +19,7 @@ constraint (width >=0) in getUserMedia works

+ + + + + +

Free fall the device to run the test, with the screen horizontal and upmost.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/horizontal-surface-manual.html b/tests/wpt/web-platform-tests/orientation-event/horizontal-surface-manual.html new file mode 100644 index 00000000000..0b7302e7040 --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/horizontal-surface-manual.html @@ -0,0 +1,34 @@ + + + + DeviceOrientationEvent: A device lying flat on a horizontal surface + + + + + + +

Put the device on a horizontal surface to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/idlharness.html b/tests/wpt/web-platform-tests/orientation-event/idlharness.html new file mode 100644 index 00000000000..d8139a800bd --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/idlharness.html @@ -0,0 +1,84 @@ + + +DeviceOrientation Event IDL tests + + + + + + + +
+ +
+interface Event {
+};
+
+dictionary EventInit {
+};
+
+ +
+[Constructor(DOMString type, optional DeviceOrientationEventInit eventInitDict)]
+interface DeviceOrientationEvent : Event {
+  readonly attribute double? alpha;
+  readonly attribute double? beta;
+  readonly attribute double? gamma;
+  readonly attribute boolean absolute;
+};
+
+dictionary DeviceOrientationEventInit : EventInit {
+  double? alpha;
+  double? beta;
+  double? gamma;
+  boolean absolute;
+};
+
+[Callback, NoInterfaceObject]
+interface DeviceAcceleration {
+  readonly attribute double? x;
+  readonly attribute double? y;
+  readonly attribute double? z;
+};
+
+[Callback, NoInterfaceObject]
+interface DeviceRotationRate {
+  readonly attribute double? alpha;
+  readonly attribute double? beta;
+  readonly attribute double? gamma;
+};
+
+[Constructor(DOMString type, optional DeviceMotionEventInit eventInitDict)]
+interface DeviceMotionEvent : Event {
+  readonly attribute DeviceAcceleration? acceleration;
+  readonly attribute DeviceAcceleration? accelerationIncludingGravity;
+  readonly attribute DeviceRotationRate? rotationRate;
+  readonly attribute double? interval;
+};
+
+dictionary DeviceMotionEventInit : EventInit {
+  DeviceAcceleration? acceleration;
+  DeviceAcceleration? accelerationIncludingGravity;
+  DeviceRotationRate? rotationRate;
+  double? interval;
+};
+
+ + diff --git a/tests/wpt/web-platform-tests/orientation-event/screen-upmost-manual.html b/tests/wpt/web-platform-tests/orientation-event/screen-upmost-manual.html new file mode 100644 index 00000000000..87ad62c5863 --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/screen-upmost-manual.html @@ -0,0 +1,51 @@ + + + + DeviceMotionEvent: A device lying flat on a horizontal surface with the screen upmost + + + + + + +

Put the device on a horizontal surface with the screen upmost.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/screen-upright-manual.html b/tests/wpt/web-platform-tests/orientation-event/screen-upright-manual.html new file mode 100644 index 00000000000..0896a381064 --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/screen-upright-manual.html @@ -0,0 +1,50 @@ + + + + DeviceMotionEvent: A device with the screen upright + + + + + + +

Put the device with the screen upright.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t001-manual.html b/tests/wpt/web-platform-tests/orientation-event/t001-manual.html new file mode 100644 index 00000000000..3f8c46d943a --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t001-manual.html @@ -0,0 +1,26 @@ + + + + User agents implementing this specification must provide a new DOM event, named deviceorientation + + + + + + + +

Rotate the device to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t002-manual.html b/tests/wpt/web-platform-tests/orientation-event/t002-manual.html new file mode 100644 index 00000000000..13acb46838a --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t002-manual.html @@ -0,0 +1,35 @@ + + + + The corresponding event must be of type DeviceOrientationEvent and must fire on the window object. + + + + + + + +

Rotate the device to run the tests.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t003-manual.html b/tests/wpt/web-platform-tests/orientation-event/t003-manual.html new file mode 100644 index 00000000000..210ebbb57fc --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t003-manual.html @@ -0,0 +1,34 @@ + + + + User agents must also provide an event handler IDL attribute [HTML5] named ondeviceorientation on the window object + + + + + + + +

Rotate the device to run the tests.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t006-manual.html b/tests/wpt/web-platform-tests/orientation-event/t006-manual.html new file mode 100644 index 00000000000..204972ace8e --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t006-manual.html @@ -0,0 +1,34 @@ + + + + Rotate the device frame around its z axis + + + + + + + +

Rotate the device frame around its z axis to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t009-manual.html b/tests/wpt/web-platform-tests/orientation-event/t009-manual.html new file mode 100644 index 00000000000..8b8cdc86632 --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t009-manual.html @@ -0,0 +1,34 @@ + + + + Rotate the device frame around its x axis + + + + + + + +

Rotate the device frame around its x axis to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t010-manual.html b/tests/wpt/web-platform-tests/orientation-event/t010-manual.html new file mode 100644 index 00000000000..e8a6c0b52e2 --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t010-manual.html @@ -0,0 +1,34 @@ + + + + Rotate the device frame around its y axis + + + + + + + +

Rotate the device frame around its y axis to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t012-manual.html b/tests/wpt/web-platform-tests/orientation-event/t012-manual.html new file mode 100644 index 00000000000..cae4979ff00 --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t012-manual.html @@ -0,0 +1,41 @@ + + + + Implementations that are unable to provide all three angles must set the values of the unknown angles to null + + + + + + + +

Precondition: implementation is unable to provide all three angles

+

Rotate the device to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t021-manual.html b/tests/wpt/web-platform-tests/orientation-event/t021-manual.html new file mode 100644 index 00000000000..4d421c9264d --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t021-manual.html @@ -0,0 +1,26 @@ + + + + User agents implementing this specification must provide a new DOM event, named devicemotion + + + + + + + +

Move the device to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t022-manual.html b/tests/wpt/web-platform-tests/orientation-event/t022-manual.html new file mode 100644 index 00000000000..9f61fe2d333 --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t022-manual.html @@ -0,0 +1,35 @@ + + + + The corresponding event must be of type DeviceOrientationEvent and must fire on the window object + + + + + + + +

Move the device to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t023-manual.html b/tests/wpt/web-platform-tests/orientation-event/t023-manual.html new file mode 100644 index 00000000000..6202777f02c --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t023-manual.html @@ -0,0 +1,34 @@ + + + + User agents must also provide an event handler IDL attribute HTML5 named ondevicemotion on the window object + + + + + + + +

Move the device to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t025-manual.html b/tests/wpt/web-platform-tests/orientation-event/t025-manual.html new file mode 100644 index 00000000000..9489855fcdd --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t025-manual.html @@ -0,0 +1,38 @@ + + + + Implementations that are unable to provide acceleration data without the effect of gravity may instead supply the acceleration including the effect of gravity + + + + + + + +

Move the device to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/orientation-event/t028-manual.html b/tests/wpt/web-platform-tests/orientation-event/t028-manual.html new file mode 100644 index 00000000000..669c4e47e0f --- /dev/null +++ b/tests/wpt/web-platform-tests/orientation-event/t028-manual.html @@ -0,0 +1,36 @@ + + + + The interval property must be expressed in milliseconds. It must be a constant, to simplify filtering of the data by the Web application + + + + + + + +

Move the device to run the test.

+
+ + + + diff --git a/tests/wpt/web-platform-tests/page-visibility/OWNERS b/tests/wpt/web-platform-tests/page-visibility/OWNERS index 5a05f35799c..56997198ba9 100644 --- a/tests/wpt/web-platform-tests/page-visibility/OWNERS +++ b/tests/wpt/web-platform-tests/page-visibility/OWNERS @@ -1 +1,3 @@ @plehegar +@igrigorik +@toddreifsteck diff --git a/tests/wpt/web-platform-tests/page-visibility/unload-1.html b/tests/wpt/web-platform-tests/page-visibility/unload-1.html new file mode 100644 index 00000000000..b5485187841 --- /dev/null +++ b/tests/wpt/web-platform-tests/page-visibility/unload-1.html @@ -0,0 +1,17 @@ + + +Document + +

Document

+ + + diff --git a/tests/wpt/web-platform-tests/page-visibility/unload.html b/tests/wpt/web-platform-tests/page-visibility/unload.html new file mode 100644 index 00000000000..48cf203cdec --- /dev/null +++ b/tests/wpt/web-platform-tests/page-visibility/unload.html @@ -0,0 +1,18 @@ + +visibilitychange fires on unload + + +
+ diff --git a/tests/wpt/web-platform-tests/performance-timeline/OWNERS b/tests/wpt/web-platform-tests/performance-timeline/OWNERS index 5a05f35799c..56997198ba9 100644 --- a/tests/wpt/web-platform-tests/performance-timeline/OWNERS +++ b/tests/wpt/web-platform-tests/performance-timeline/OWNERS @@ -1 +1,3 @@ @plehegar +@igrigorik +@toddreifsteck diff --git a/tests/wpt/web-platform-tests/performance-timeline/po-resource.html b/tests/wpt/web-platform-tests/performance-timeline/po-resource.html index 1ecaa2853d9..00c173eeae9 100644 --- a/tests/wpt/web-platform-tests/performance-timeline/po-resource.html +++ b/tests/wpt/web-platform-tests/performance-timeline/po-resource.html @@ -15,11 +15,15 @@ New resources will
+ + + 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/tests/wpt/web-platform-tests/pointerevents/pointerevent_styles.css b/tests/wpt/web-platform-tests/pointerevents/pointerevent_styles.css index 55265af4141..70b037a9dda 100644 --- a/tests/wpt/web-platform-tests/pointerevents/pointerevent_styles.css +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/pointerlock/idlharness.html b/tests/wpt/web-platform-tests/pointerlock/idlharness.html index 5fb2ca08ae8..aa876f58fd8 100644 --- a/tests/wpt/web-platform-tests/pointerlock/idlharness.html +++ b/tests/wpt/web-platform-tests/pointerlock/idlharness.html @@ -44,9 +44,9 @@ partial interface Element { }; partial interface Document { - attribute EventHandler? onpointerlockchange; - attribute EventHandler? onpointerlockerror; - readonly attribute Element? pointerLockElement; + attribute EventHandler onpointerlockchange; + attribute EventHandler onpointerlockerror; + readonly attribute Element? pointerLockElement; void exitPointerLock (); }; @@ -55,6 +55,12 @@ partial interface MouseEvent { readonly attribute long movementY; }; +partial dictionary MouseEventInit { + long movementX = 0; + long movementY = 0; +}; + +
diff --git a/tests/wpt/web-platform-tests/presentation-api/controlling-ua/PresentationConnection_onclosed-manual.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/PresentationConnection_onclosed-manual.html new file mode 100644 index 00000000000..c83f659dd39 --- /dev/null +++ b/tests/wpt/web-platform-tests/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.

+ + + diff --git a/tests/wpt/web-platform-tests/presentation-api/controlling-ua/PresentationConnection_onconnected-manual.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/PresentationConnection_onconnected-manual.html new file mode 100644 index 00000000000..ce6b9cb2e2b --- /dev/null +++ b/tests/wpt/web-platform-tests/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.

+ + + diff --git a/tests/wpt/web-platform-tests/presentation-api/controlling-ua/PresentationConnection_onterminated-manual.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/PresentationConnection_onterminated-manual.html new file mode 100644 index 00000000000..48c026a2ea2 --- /dev/null +++ b/tests/wpt/web-platform-tests/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.

+ + + diff --git a/tests/wpt/web-platform-tests/presentation-api/controlling-ua/PresentationRequest_error.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/PresentationRequest_error.html new file mode 100644 index 00000000000..5ac768f5f2f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/presentation-api/controlling-ua/PresentationRequest_success.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/PresentationRequest_success.html new file mode 100644 index 00000000000..4aeea0e7b84 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/presentation-api/controlling-ua/getAvailability.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/getAvailability.html new file mode 100644 index 00000000000..de6ca2b74fb --- /dev/null +++ b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/getAvailability.html @@ -0,0 +1,83 @@ + + +Presentation API - monitor screen availability tests for Controlling User Agent + + + + + + diff --git a/tests/wpt/web-platform-tests/presentation-api/controlling-ua/reconnectToPresentation_error-manual.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/reconnectToPresentation_error-manual.html new file mode 100644 index 00000000000..7d340e8f64b --- /dev/null +++ b/tests/wpt/web-platform-tests/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

+ \ No newline at end of file diff --git a/tests/wpt/web-platform-tests/presentation-api/controlling-ua/reconnectToPresentation_success-manual.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/reconnectToPresentation_success-manual.html new file mode 100644 index 00000000000..f2c9ac32f8c --- /dev/null +++ b/tests/wpt/web-platform-tests/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) + + + + + +
    +
  1. Start the presentation with the blue button.
  2. +
  3. After the presentation ist running successfully, disconnect the connected device.
  4. +
  5. Reconnect the device and press the green button, to start the reconnection process.
  6. +
+ + + + + + diff --git a/tests/wpt/web-platform-tests/presentation-api/controlling-ua/startNewPresentation_error-manual.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/startNewPresentation_error-manual.html new file mode 100644 index 00000000000..bd62a372ca3 --- /dev/null +++ b/tests/wpt/web-platform-tests/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.

+ + + + diff --git a/tests/wpt/web-platform-tests/presentation-api/controlling-ua/startNewPresentation_error.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/startNewPresentation_error.html new file mode 100644 index 00000000000..a677b08a01a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/presentation-api/controlling-ua/startNewPresentation_success-manual.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/startNewPresentation_success-manual.html new file mode 100644 index 00000000000..8e1cc7b83ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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.

+ + + + + diff --git a/tests/wpt/web-platform-tests/presentation-api/controlling-ua/support/presentation.html b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/support/presentation.html new file mode 100644 index 00000000000..ea13ded4ad9 --- /dev/null +++ b/tests/wpt/web-platform-tests/presentation-api/controlling-ua/support/presentation.html @@ -0,0 +1,24 @@ + + + + + + + diff --git a/tests/wpt/web-platform-tests/quirks-mode/historical/list-item-bullet-size-ref.html b/tests/wpt/web-platform-tests/quirks-mode/historical/list-item-bullet-size-ref.html new file mode 100644 index 00000000000..f449ce9924a --- /dev/null +++ b/tests/wpt/web-platform-tests/quirks-mode/historical/list-item-bullet-size-ref.html @@ -0,0 +1,13 @@ + +Historical quirk: list item bullet size + +

There should be a normal-size bullet and a big bullet below.

+
    +
  •   +
+
    +
  •   +
diff --git a/tests/wpt/web-platform-tests/quirks-mode/historical/list-item-bullet-size.html b/tests/wpt/web-platform-tests/quirks-mode/historical/list-item-bullet-size.html new file mode 100644 index 00000000000..bf996edf784 --- /dev/null +++ b/tests/wpt/web-platform-tests/quirks-mode/historical/list-item-bullet-size.html @@ -0,0 +1,16 @@ + +Historical quirk: list item bullet size + + + + +

There should be a normal-size bullet and a big bullet below.

+
    +
  •   +
+
    +
  •   +
diff --git a/tests/wpt/web-platform-tests/referrer-policy/README.md b/tests/wpt/web-platform-tests/referrer-policy/README.md index dde4d85876b..e8e58e71b92 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/README.md +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/generic/tools/generate.py b/tests/wpt/web-platform-tests/referrer-policy/generic/tools/generate.py index cc5af2a75c6..a7972aec95a 100755 --- a/tests/wpt/web-platform-tests/referrer-policy/generic/tools/generate.py +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 be99596e392..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html index 84fddc383f6..dff6d331da4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html index be6abbdea70..3695ef6f008 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html index 381a56e8368..67f96342a42 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html index 29139729427..abe6afcef10 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html index 8ca83739464..f8581d3d225 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html index 5b4ae498830..847e632ce79 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html index 70700fd8a3d..87a664bbc3c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html index d13a76dc5f0..97960fbb790 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html index 2b52511b229..5e43ecef70d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html index efe30dc399e..f27a2b95f06 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html index f08422d6b66..aa75c39f0c5 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html index c08f1562dd4..173e8a19521 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html index 5b79a3816a8..c055ebb384c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html index 7fa134e1afe..0375cc0e956 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html index bf1bb741a8d..25c5de16bcf 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html index b2763e9bd9e..678c331f0ec 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html index c5fce8ad672..c93557ae2c4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html index 0a82403d5ec..18c59b8be89 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html index 878fcfd1914..33ef1d1d33f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html index f463c6624d1..715eea19394 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html index 3824e2ff9fc..1193993a619 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html index 17d2ca54b29..17bf9f81748 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html index 5170a0d7e9d..d0f5c41fc61 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html index 87efe93b20c..a9178adf45f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html index 5553e768068..3a55aea632b 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html index 89f3d9c6d4a..a5a818412e2 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html index 891bdc79643..c69f7a96c7d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html index 7a5fab514a7..bc65b17aa48 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html index 2b884c33c82..4caeb7d0e53 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html index 97343138616..3a6374f6ea9 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/cross-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html index 0c362df1b92..f22e2b47753 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html index 947869a9d3f..5b566b6dc43 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html index 9b0d2643514..d543418fb82 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/fetch-request/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html index 19e74c0763c..d51bb5e0ade 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html index 615fe421416..f65211d1b07 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html index af9764a49ce..f457a94fea4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/iframe-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html index edfedaa5a9c..a7ec8d4036e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html index e58021da843..0e7ada419ee 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html index eb45ef751c1..2d816765a84 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/img-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html index c33ac58bebc..c087a905b61 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html index 6675a37187e..d97abe3a1c9 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html index bb0e24b21a6..77bf4d90c9c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/script-tag/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html index 3d7de20e9c2..f35fcf5f151 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html index 1c76c0f4da2..5d3c842b78b 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html index 41fb4e5cd4d..0eeb59d2575 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-http/xhr-request/insecure-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html index 1e72ddc2c39..ada415d21bb 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html index 9ec82102e6f..a89bdf76d4e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html index 1320b3b60a8..511347ddaec 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/fetch-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html index e14ac2da474..e694c391144 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html index bbbe4c057d4..be3342a4338 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html index bd53db1f095..2d356c50aed 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/iframe-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html index 2146f49fad4..ae829e87156 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html index 1e2ad7eb451..49aa94f6d12 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html index c47f9a46ba1..53bfb4dae4d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/img-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html index 13738376129..cea56894ff6 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html index 0dc1d4b0ccf..353d317e697 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html index a7136aedc19..b0a7b545533 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/script-tag/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html index 46e5d86df0e..6481e542d31 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html index 53f429ef194..21304f04606 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html index ae38ba07c01..7a6a90550d6 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-csp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer-when-downgrade' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer-when-downgrade", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer-when-downgrade/http-rp/same-origin/http-https/xhr-request/upgrade-protocol.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/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 00000000000..f2152da955f --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index 12b35216e53..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html index 3a1f08a6efd..c71cf0d716d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html index e987839b520..81833f06059 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html index 643886e2a41..43e7a43e2aa 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html index f8b6235e18f..46190d9c8b2 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html index ba9f8a13441..e55f8803f51 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html index 23de11b83db..deee811dbeb 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html index 81a384e27cd..3e0b61b2312 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html index 94fd103d7cf..75a8b8b9696 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html index 20c585ef46f..a3fd0b539fa 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html index bd5975d9a62..2ca0617191e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html index 838507da88e..e1da9e49ecd 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html index 596efa28c3d..1ca0b8c3772 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html index 49d2a34dc0e..5fbb8e9bcb6 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html index 68c09706bda..82c9e026fb7 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html index eb2fb165971..b4a8a8e98e4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html index d294d00bf7e..3acf2cf7180 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html index a347eb85db1..796190cd05f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html index 98d6b2923eb..0ae17489763 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html index ea51e735c5a..4949c5ea3c4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html index 4b0247a13a7..99683099591 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html index 1d0621d7dba..6ba8278e038 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html index 90bc865e172..500da25002f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html index c3d794c16e7..7b885b9bccf 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html index 4f46e27dedd..8b475863121 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html index 9fecda9f0e4..a814c04fc55 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html index f01f28613d8..9d7d9c3787f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html index da897f61678..c684223a705 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html index dbebd8033d4..492081cf1e8 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html index 451cae70076..0e4f3694479 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html index 5e9096d8cd2..3e018a737f5 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html index 8df84ce5885..079f2a1c214 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html index 39749f8dc1d..dfc17b20b23 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html index fe8358d4f7b..8c23a2c6a9e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html index b0ccfc85961..5f94e9b9b6e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html index 0ec1fbc20d6..37112a20a02 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html index 3d9993fa31d..7d6ccdf9d78 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html index 1a1a325cb49..d0ccb0f6f67 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html index bc6648b8458..14f55942fa5 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html index 1f05196d13a..6e95c362bc3 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html index 69ea0444fd3..7f45f634907 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html index ba3014f7b09..d323707b101 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html index 4dcbfe9689d..cfe03fa436f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html index 34082c2b0ac..6b3c72ffc2f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html index ea775319829..a46b83d61d1 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html index 3988bf0b963..6a424c307a0 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html index 5695704b8cd..590c5ee5e9c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html index b4730276d0c..4c056a998e3 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html index 9cfd7d03fc2..da300e73fa6 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html index 09cf978a1a1..17d5398e45d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html index 8c489e698ab..290d6a7f0d8 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html index 5e6b1e2997f..f23c65ca80e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html index df09646ed78..3db18f2c265 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html index 450069242bf..e19d0a97ff2 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html index e1a797d3376..d6ef5c0a922 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html index db7f1d28a85..f9a0f641450 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html index 2cb8645185d..0474d7263a9 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html index 02ee6cd90cd..e8934127544 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html index ab73acd4dd6..a1955d930cb 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html index 6ea4e486a11..dab23578295 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html index 3391954cf23..afb5cb9d136 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'no-referrer' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "no-referrer", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/no-referrer/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..9b531426e5a --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers deleted file mode 100644 index a6e4b287561..00000000000 --- a/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html index 345c8c6c6f9..38db60f8091 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html index 0db5b8f49b0..aed8b51e90e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html index 9d75aac50f1..7e5a58d7266 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html index ba067b7da04..e6ab842224e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html index 551426fddc1..a1bcf1510c7 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html index 535c379b4a3..5a17cfad657 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html index 700ec659d5d..00075cc84e1 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html index 2a99bfb5bd7..5a2a935bbdc 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html index d147b426231..8ed7e3e2aa9 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html index cf06a5fd0eb..46d5a2a62e1 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html index edfc2fb5d11..36312d8502c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html index f7d26dff6ac..d8394e75a5d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html index 209eb3d5a21..3591b80db65 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html index 130278251fe..4a86e1001c4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html index 926d92f5b33..2059b15e94b 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html index 9868d0cde3e..9ae863ac2eb 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html index 8cc3bfcf481..afe1ca431f2 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html index 06db3bdf31f..2a2d46571cb 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html index 51a7449d14d..11dc7d45b91 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html index e56073da2e6..b7e439752b9 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html index b98631f9fb8..75df9f2e888 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html index 467acd0baad..d4d0df5d845 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html index c2d9ffc3c2b..b97309219b9 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html index 1d860b00e78..b3f2f25da00 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html index 5840b9dd17b..08e265be24e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html index d58d18fa5e5..396a077cc40 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html index cdc68321eaf..c3171a76108 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html index 4afc4505ec2..0bb77916aa2 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html index 590c21176ef..242c3831c1a 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html index c78baf6e199..046fe701f5a 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html index ab288f7ff2c..d48cd70e333 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html index fa8403bfa01..a15aa00a3e3 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html index e7505d2bf96..c96fc23085c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html index 796d37bd95e..9eff17aed91 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html index db2fe378211..79dee81057f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html index 97c70e3ab95..3882a164e5d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html index b5223624dd1..a645c7b9057 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html index 76829f7c3e1..3e90f93fdeb 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html index 7d068d18a49..3eca7aeb3d6 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html index d38273bc9eb..27048c6ba31 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html index bd54b5b80ff..c5803b1f6c5 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html index 143d33466a0..c56126771fb 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html index a3075a5a2d2..2803331891c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html index eed99447bdb..7faa1f8a5af 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html index ee0849221d4..83ac1896c6c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html index 8c18ccf1240..74e5e7d2069 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html index 9f0621941b5..dac91e70d30 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html index eeaddccb616..694e54e2fae 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html index 87afc3b76d2..6590e77a801 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html index 51cdb872cbf..c067099006e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html index 4759e1dde44..d3d2a10b1f5 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html index a7aaa204833..be6d54ef243 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html index 7272acd46f6..9243209de83 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html index dc69286cd35..41cf9a56517 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html index 3a2a4a1a157..8d8c52fbfc6 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html index c272f6f0dfa..11bff93002e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html index 7db77229a36..dadd97997b7 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html index 38cc4139bab..060347452c2 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html index 8c25e8bd8a9..c37d54dd5d3 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html index 4ff6c3fc4b8..197150955d0 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'origin-only' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "origin", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/origin-only/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..306a53536ac --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/origin-when-cross-origin/attr-referrer/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/origin-when-cross-origin/attr-referrer/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html index 9a203751137..1e082b05c85 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/origin-when-cross-origin/attr-referrer/cross-origin/http-http/iframe-tag/cross-origin.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/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 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -22,8 +22,8 @@ @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html index 979b5295778..51f2c0af014 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html index 1233e705cb9..7fc889a8b98 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html index 5f1772b3767..31267e3a073 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html index c47bc0de785..0a4c28ff3e6 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html index 06a4e81be7a..8c98d0535fa 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html index ce071da3965..c35ba903e7e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html index 7fab7d754a3..7908257fce4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html index bf45260a751..e0b678e6d56 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html index 6d4735a562e..35ac2efba30 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html index 528dba7e374..c07db884a18 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html index ee7b6e4901e..4deb5be080d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html index 1e00165fabd..394df88d059 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html index d8dfab01e84..deffa140a2a 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html index b92ce29d576..7375c1258ce 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html index c5cef8237f1..4a7f2306998 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html index e6efb65b8d1..98f1687526e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html index 18fe49cb5b5..e2f1b97b4ca 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html index 408e5469b55..61d431b50cf 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html index 6736f8f4e30..97e4e01aa52 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html index 161e109b860..6ea146fa842 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html index ec55e2b4bfe..69027943639 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html index b8aca4066ee..22a50bd33af 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html index b7bdde97aeb..9a4b8985c43 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html index 00621da4974..235b47b0c1b 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html index 8600ee3cc24..480b5758d1c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html index f18a553c190..5583f8a47c7 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html index 33ee5dba580..f368d89adbe 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html index eb28e6408a5..8d3a583f91b 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html index 378d42efb84..9539f94e273 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html index d573947bc5b..5221c3f6ec2 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html index d90177353b4..64b46016d8d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html index 7651aa5bcc7..f5b7af2cd13 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html index 5b0bc2cb0cd..ecf62c8fd3a 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html index 6d81d792948..1ca10a682ad 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html index 12e248237e9..eb797f47723 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html index f95ad2c2819..268d255308f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html index c666b74dafd..c85046285e4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html index 702bcbd9c54..ff717f7fd90 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html index 998644ed41f..f8264322085 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html index 02e448633d6..58381e3591c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html index a17f8311edc..06cb20e2848 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html index 0f4750046f9..3c272fe196f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html index 6f21062113a..ae08584fdb1 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html index 58d935c7387..ea4b7e288b8 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html index 6d752ea29ab..458ed0c8a41 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html index f761a3bdf2b..e4a131bf896 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html index 20eaaa7fbfd..6f212507830 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html index 84ccd9a0051..ca06776295e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html index 474777f5ce0..ec50801a81f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html index 9fc6fc12c69..85ef908dabe 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html index 8639ab230e3..d9eae87ee32 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html index 597cbb81611..93655069d6c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html similarity index 94% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html index 79c6a210bf2..71667459f20 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html index 7a0f42d7235..dc338854cd6 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html index 64212452acc..30db6c9387c 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html index 8df006875d4..c96874644e1 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html index dddfb34926c..b02036acc55 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html index d8fedc5ee59..ee3c1246a37 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html similarity index 93% rename from tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html index bbdb7b30efd..c3465e88622 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html @@ -4,12 +4,12 @@ Referrer-Policy: Referrer Policy is set to 'unsafe-url' - + @@ -23,7 +23,7 @@ ReferrerPolicyTestCase( { "referrer_policy": "unsafe-url", - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers b/tests/wpt/web-platform-tests/referrer-policy/unsafe-url/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html.headers new file mode 100644 index 00000000000..c67e5215843 --- /dev/null +++ b/tests/wpt/web-platform-tests/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/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html index a5d6e815ab9..96448e455c9 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html index 9e62eaf6165..05e522d6610 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html index 1bb9d0c4209..8574a170665 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html index fa1a7e82779..f40a04fb22a 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html index 91f2f598e13..0db62bb6ebd 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html index 309eeb5ab1b..6baa9a5feb9 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html index e7ec4470258..4e5190df345 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html index 090dff968e4..bde220944fb 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html index e73af767878..723eb2ff1e1 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html index cb4d59cd420..bdb6e50e19e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html index 32da671a23f..5172686f2d0 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html index 5ff69c62b38..c2b7bdc9712 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/script-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html index 6d61dc3aa0c..9e0a2b11d30 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html index 3b046bf2a13..054da396e31 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html index 25f7dfb20b1..a5974ec3058 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html index 737855ab262..5c47827a741 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html index 138962fc287..49fc15d41cf 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html index 856e1e3ed35..7d0bf521e97 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html index 0d101d5c91d..d5aedd99b9a 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html index 5576cbb87b9..4e4ae78fe30 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html index eeb8b654915..836845c2e82 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html index 78979a7cd4c..458da33017e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html index 6130a9cbc99..a2790ba11b1 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html index 96c30824292..72e80a4154d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html index 9d80d20ecbf..5f381c7e3cf 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html index 8bce29d7b46..260e7fdf07d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html index 4231e34c72b..26344e43882 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/script-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html index a3d9daf209d..8173a81163e 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html index 98e0d4fad54..6e08c8c0166 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html index e9a79a74351..478aed00dff 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/cross-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "cross-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html index bdccf064dc8..502bb3a69e9 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html index af3d6c218fd..7204e51d9df 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html index ced3ca19636..fd820f35c12 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/fetch-request/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html index fbf35b63e52..cc9f01781bd 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html index 5b644baaf52..82a2ccb491f 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html index cd3479c8af7..e9a48681929 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/iframe-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html index 141f0d05302..7bc663ca4a0 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html index 67e91e497ad..1507c9ddf9a 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html index 148480cc798..9b5fa93a794 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html index 447b997eb46..d77ebdbb7b3 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html index d2fee784476..adfcff237cb 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html index 52bae61a665..d4382e7ad66 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/script-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html index 0b09d90a0ba..1aac192b9d4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html index a04e63eced1..9bf7d3dd478 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html index b3e1860681b..71e7602415b 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-http/xhr-request/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html index 6108d8dd9a1..0244c271ca4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html index 202c32caadc..c456980e55b 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html index 165de970aab..67dad154bec 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/fetch-request/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html index 455fc009c58..988d678ee11 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html index 3903c0c70a4..f61cb047655 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html index 1d30159bcc2..4a527a3ccef 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/iframe-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html index be69d2cb374..e587708711d 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html index bea2e042449..a685441fcef 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html index 195c4599efd..6d2b57369e4 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html index 0830512c3b2..54763395598 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html index 8dd6c9cca80..4ec39df1aa5 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html similarity index 97% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html index a083029ee12..d6f914fcd82 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/script-tag/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html index e8192793da3..e710425cde8 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.keep-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "keep-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html index 60527d45c1c..1d681cbbd07 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.no-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.no-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "no-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html similarity index 96% rename from tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html rename to tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html index f6b75bca5b2..96729cb46a1 100644 --- a/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-csp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html +++ b/tests/wpt/web-platform-tests/referrer-policy/unset-referrer-policy/http-rp/same-origin/http-https/xhr-request/generic.swap-origin-redirect.http.html @@ -8,7 +8,7 @@ @@ -22,7 +22,7 @@ ReferrerPolicyTestCase( { "referrer_policy": null, - "delivery_method": "http-csp", + "delivery_method": "http-rp", "redirection": "swap-origin-redirect", "origin": "same-origin", "source_protocol": "http", diff --git a/tests/wpt/web-platform-tests/resource-timing/OWNERS b/tests/wpt/web-platform-tests/resource-timing/OWNERS index 29f407cf1e0..35d5e5b0a81 100644 --- a/tests/wpt/web-platform-tests/resource-timing/OWNERS +++ b/tests/wpt/web-platform-tests/resource-timing/OWNERS @@ -1,3 +1,6 @@ @haoxli @plehegar @zqzhang +@igrigorik +@toddreifsteck +@yoavweiss diff --git a/tests/wpt/web-platform-tests/resource-timing/SyntheticResponse.py b/tests/wpt/web-platform-tests/resource-timing/SyntheticResponse.py new file mode 100644 index 00000000000..7fbf79e25fd --- /dev/null +++ b/tests/wpt/web-platform-tests/resource-timing/SyntheticResponse.py @@ -0,0 +1,26 @@ +import urllib +import time + +def main(request, response): + index = request.request_path.index("?") + args = request.request_path[index+1:].split("&") + headersSent = 0 + for arg in args: + if arg.startswith("ignored"): + continue + elif arg.endswith("ms"): + time.sleep(float(arg[0:-2]) / 1E3); + elif arg.startswith("redirect:"): + return (302, "WEBPERF MARKETING"), [("Location", urllib.unquote(arg[9:]))], "TEST" + elif arg.startswith("mime:"): + response.headers.set("Content-Type", urllib.unquote(arg[5:])) + elif arg.startswith("send:"): + text = urllib.unquote(arg[5:]) + if headersSent == 0: + response.write_status_headers() + headersSent = 1 + + response.writer.write(text) +# else: +# error " INVALID ARGUMENT %s" % arg + diff --git a/tests/wpt/web-platform-tests/resource-timing/iframe-setdomain.sub.html b/tests/wpt/web-platform-tests/resource-timing/iframe-setdomain.sub.html new file mode 100644 index 00000000000..944ee10c442 --- /dev/null +++ b/tests/wpt/web-platform-tests/resource-timing/iframe-setdomain.sub.html @@ -0,0 +1,14 @@ + + + + domain: {{domains[www]}} + + + + The resource-timings.html test loads this document into an IFrame to vet that setting + 'document.domain' does not effect the timing allowed. + + diff --git a/tests/wpt/web-platform-tests/resource-timing/resource-timing.html b/tests/wpt/web-platform-tests/resource-timing/resource-timing.html new file mode 100644 index 00000000000..9f899f7ac4f --- /dev/null +++ b/tests/wpt/web-platform-tests/resource-timing/resource-timing.html @@ -0,0 +1,18 @@ + + + + Resource-Timing Level 1 + + + + + + + + +
+

+  
+
+
diff --git a/tests/wpt/web-platform-tests/resource-timing/resource-timing.js b/tests/wpt/web-platform-tests/resource-timing/resource-timing.js
new file mode 100644
index 00000000000..8b3eea25c9c
--- /dev/null
+++ b/tests/wpt/web-platform-tests/resource-timing/resource-timing.js
@@ -0,0 +1,450 @@
+"use strict";
+
+window.onload =
+    function () {
+        setup({ explicit_timeout: true });
+
+        /** Number of milliseconds to delay when the server injects pauses into the response.
+
+            This should be large enough that we can distinguish it from noise with high confidence,
+            but small enough that tests complete quickly. */
+        var serverStepDelay = 250;
+
+        var mimeHtml    = "text/html";
+        var mimeText    = "text/plain";
+        var mimePng     = "image/png";
+        var mimeScript  = "application/javascript";
+        var mimeCss     = "text/css";
+
+        /** Hex encoding of a a 150x50px green PNG. */
+        var greenPng = "0x89504E470D0A1A0A0000000D494844520000006400000032010300000090FBECFD00000003504C544500FF00345EC0A80000000F49444154281563601805A36068020002BC00011BDDE3900000000049454E44AE426082";
+
+        /** Array containing test cases to run.  Initially, it contains the one-off 'about:blank" test,
+            but additional cases are pushed below by expanding templates. */
+        var testCases = [
+            {
+                description: "No timeline entry for about:blank",
+                test:
+                    function (test) {
+                        // Insert an empty IFrame.
+                        var frame = document.createElement("iframe");
+
+                        // Wait for the IFrame to load and ensure there is no resource entry for it on the timeline.
+                        //
+                        // We use the 'createOnloadCallbackFn()' helper which is normally invoked by 'initiateFetch()'
+                        // to avoid setting the IFrame's src.  It registers a test step for us, finds our entry on the
+                        // resource timeline, and wraps our callback function to automatically vet invariants.
+                        frame.onload = createOnloadCallbackFn(test, frame, "about:blank",
+                            function (initiator, entry) {
+                                assert_equals(entry, undefined, "Inserting an IFrame with a src of 'about:blank' must not add an entry to the timeline.");
+                                assertInvariants(
+                                    test,
+                                    function () {
+                                        test.done();
+                                    });
+                            });
+
+                        document.body.appendChild(frame);
+
+                        // Paranoid check that the new IFrame has loaded about:blank.
+                        assert_equals(
+                            frame.contentWindow.location.href,
+                            "about:blank",
+                            "'Src' of new