diff --git a/tests/wpt/metadata/fetch/api/basic/referrer.any.js.ini b/tests/wpt/metadata/fetch/api/basic/referrer.any.js.ini index 9449847104b..2d6e2ade2ee 100644 --- a/tests/wpt/metadata/fetch/api/basic/referrer.any.js.ini +++ b/tests/wpt/metadata/fetch/api/basic/referrer.any.js.ini @@ -1,32 +1,8 @@ [referrer.any.worker.html] type: testharness - [origin-when-cross-origin policy on a same-origin URL] - expected: FAIL - - [origin-when-cross-origin policy on a cross-origin URL] - expected: FAIL - - [origin-when-cross-origin policy on a cross-origin URL after same-origin redirection] - expected: FAIL - - [origin-when-cross-origin policy on a same-origin URL after cross-origin redirection] - expected: FAIL - [referrer] expected: FAIL [referrer.any.html] type: testharness - [origin-when-cross-origin policy on a same-origin URL] - expected: FAIL - - [origin-when-cross-origin policy on a cross-origin URL] - expected: FAIL - - [origin-when-cross-origin policy on a cross-origin URL after same-origin redirection] - expected: FAIL - - [origin-when-cross-origin policy on a same-origin URL after cross-origin redirection] - expected: FAIL - diff --git a/tests/wpt/metadata/fetch/api/basic/request-referrer-redirected-worker.html.ini b/tests/wpt/metadata/fetch/api/basic/request-referrer-redirected-worker.html.ini deleted file mode 100644 index 7cafe2d8643..00000000000 --- a/tests/wpt/metadata/fetch/api/basic/request-referrer-redirected-worker.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[request-referrer-redirected-worker.html] - type: testharness - [about:client referrer] - expected: FAIL - diff --git a/tests/wpt/metadata/fetch/api/basic/request-referrer.any.js.ini b/tests/wpt/metadata/fetch/api/basic/request-referrer.any.js.ini deleted file mode 100644 index f73af9a38b4..00000000000 --- a/tests/wpt/metadata/fetch/api/basic/request-referrer.any.js.ini +++ /dev/null @@ -1,11 +0,0 @@ -[request-referrer.any.html] - type: testharness - [about:client referrer] - expected: FAIL - - -[request-referrer.any.worker.html] - type: testharness - [about:client referrer] - expected: FAIL - diff --git a/tests/wpt/metadata/fetch/api/policies/referrer-unsafe-url-worker.html.ini b/tests/wpt/metadata/fetch/api/policies/referrer-unsafe-url-worker.html.ini deleted file mode 100644 index c51fe3787b3..00000000000 --- a/tests/wpt/metadata/fetch/api/policies/referrer-unsafe-url-worker.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[referrer-unsafe-url-worker.html] - type: testharness - [Request's referrer is the full url of current document/worker] - expected: FAIL - diff --git a/tests/wpt/metadata/fetch/api/policies/referrer-unsafe-url.html.ini b/tests/wpt/metadata/fetch/api/policies/referrer-unsafe-url.html.ini deleted file mode 100644 index 5792e4d649e..00000000000 --- a/tests/wpt/metadata/fetch/api/policies/referrer-unsafe-url.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[referrer-unsafe-url.html] - type: testharness - [Request's referrer is the full url of current document/worker] - expected: FAIL - diff --git a/tests/wpt/metadata/fetch/api/redirect/redirect-referrer.any.js.ini b/tests/wpt/metadata/fetch/api/redirect/redirect-referrer.any.js.ini index 8cc8e4ea09d..b58c4d580b6 100644 --- a/tests/wpt/metadata/fetch/api/redirect/redirect-referrer.any.js.ini +++ b/tests/wpt/metadata/fetch/api/redirect/redirect-referrer.any.js.ini @@ -20,27 +20,6 @@ [Same origin redirection, empty init, strict-origin-when-cross-origin redirect header ] expected: FAIL - [Same origin redirection, empty redirect header, unsafe-url init ] - expected: FAIL - - [Same origin redirection, empty redirect header, no-referrer-when-downgrade init ] - expected: FAIL - - [Same origin redirection, empty redirect header, same-origin init ] - expected: FAIL - - [Same origin redirection, empty redirect header, origin init ] - expected: FAIL - - [Same origin redirection, empty redirect header, origin-when-cross-origin init ] - expected: FAIL - - [Same origin redirection, empty redirect header, strict-origin init ] - expected: FAIL - - [Same origin redirection, empty redirect header, strict-origin-when-cross-origin init ] - expected: FAIL - [Cross origin redirection, empty init, unsafe-url redirect header ] expected: FAIL @@ -59,24 +38,6 @@ [Cross origin redirection, empty init, strict-origin-when-cross-origin redirect header ] expected: FAIL - [Cross origin redirection, empty redirect header, unsafe-url init ] - expected: FAIL - - [Cross origin redirection, empty redirect header, no-referrer-when-downgrade init ] - expected: FAIL - - [Cross origin redirection, empty redirect header, origin init ] - expected: FAIL - - [Cross origin redirection, empty redirect header, origin-when-cross-origin init ] - expected: FAIL - - [Cross origin redirection, empty redirect header, strict-origin init ] - expected: FAIL - - [Cross origin redirection, empty redirect header, strict-origin-when-cross-origin init ] - expected: FAIL - [redirect-referrer] expected: FAIL @@ -103,27 +64,6 @@ [Same origin redirection, empty init, strict-origin-when-cross-origin redirect header ] expected: FAIL - [Same origin redirection, empty redirect header, unsafe-url init ] - expected: FAIL - - [Same origin redirection, empty redirect header, no-referrer-when-downgrade init ] - expected: FAIL - - [Same origin redirection, empty redirect header, same-origin init ] - expected: FAIL - - [Same origin redirection, empty redirect header, origin init ] - expected: FAIL - - [Same origin redirection, empty redirect header, origin-when-cross-origin init ] - expected: FAIL - - [Same origin redirection, empty redirect header, strict-origin init ] - expected: FAIL - - [Same origin redirection, empty redirect header, strict-origin-when-cross-origin init ] - expected: FAIL - [Cross origin redirection, empty init, unsafe-url redirect header ] expected: FAIL @@ -142,21 +82,3 @@ [Cross origin redirection, empty init, strict-origin-when-cross-origin redirect header ] expected: FAIL - [Cross origin redirection, empty redirect header, unsafe-url init ] - expected: FAIL - - [Cross origin redirection, empty redirect header, no-referrer-when-downgrade init ] - expected: FAIL - - [Cross origin redirection, empty redirect header, origin init ] - expected: FAIL - - [Cross origin redirection, empty redirect header, origin-when-cross-origin init ] - expected: FAIL - - [Cross origin redirection, empty redirect header, strict-origin init ] - expected: FAIL - - [Cross origin redirection, empty redirect header, strict-origin-when-cross-origin init ] - expected: FAIL - diff --git a/tests/wpt/metadata/fetch/api/request/request-init-003.sub.html.ini b/tests/wpt/metadata/fetch/api/request/request-init-003.sub.html.ini new file mode 100644 index 00000000000..bb984c0b6d5 --- /dev/null +++ b/tests/wpt/metadata/fetch/api/request/request-init-003.sub.html.ini @@ -0,0 +1,4 @@ +[request-init-003.sub.html] + [Check request values when initialized from url string] + expected: FAIL + diff --git a/tests/wpt/metadata/fetch/api/request/request-structure.html.ini b/tests/wpt/metadata/fetch/api/request/request-structure.html.ini index 7ff4fa9a21f..854bb8b68a4 100644 --- a/tests/wpt/metadata/fetch/api/request/request-structure.html.ini +++ b/tests/wpt/metadata/fetch/api/request/request-structure.html.ini @@ -8,3 +8,6 @@ [Check destination attribute] expected: FAIL + [Check referrer attribute] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/image-loading-lazy-referrerpolicy-change.sub.html.ini b/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/image-loading-lazy-referrerpolicy-change.sub.html.ini new file mode 100644 index 00000000000..ce633c635bd --- /dev/null +++ b/tests/wpt/metadata/html/semantics/embedded-content/the-img-element/image-loading-lazy-referrerpolicy-change.sub.html.ini @@ -0,0 +1,4 @@ +[image-loading-lazy-referrerpolicy-change.sub.html] + [Test that when a deferred image is loaded, it uses the latest referrerpolicy] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-fetch-error.sub.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-fetch-error.sub.html.ini index 9d701616702..aada536b93f 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-fetch-error.sub.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-fetch-error.sub.html.ini @@ -1,2 +1,50 @@ [dynamic-imports-fetch-error.sub.html] - expected: TIMEOUT + expected: ERROR + [import() must reject when there is a 500] + expected: FAIL + + [import() must reject with a different error object for each import when there is a 500 of a dependency] + expected: FAIL + + [import() must reject when there is a cross-origin module dependency (without CORS)] + expected: FAIL + + [import() must reject with a different error object for each import when there is a 404 of a dependency] + expected: FAIL + + [import() must reject with a different error object for each import when there is a 404] + expected: FAIL + + [import() must reject when there is a cross-origin module (without CORS)] + expected: FAIL + + [import() must reject when there is a wrong MIME type] + expected: FAIL + + [import() must reject when there is a wrong MIME type of a dependency] + expected: FAIL + + [import() must reject with a different error object for each import when there is a 500] + expected: FAIL + + [import() must reject when there is a 500 of a dependency] + expected: FAIL + + [import() must reject with a different error object for each import when there is a wrong MIME type of a dependency] + expected: FAIL + + [import() must reject with a different error object for each import when there is a cross-origin module dependency (without CORS)] + expected: FAIL + + [import() must reject when there is a 404 of a dependency] + expected: FAIL + + [import() must reject with a different error object for each import when there is a cross-origin module (without CORS)] + expected: FAIL + + [import() must reject when there is a 404] + expected: FAIL + + [import() must reject with a different error object for each import when there is a wrong MIME type] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-script-error.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-script-error.html.ini index 803eee6278c..9bf433d43e6 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-script-error.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports-script-error.html.ini @@ -1,2 +1,32 @@ [dynamic-imports-script-error.html] - expected: TIMEOUT + expected: ERROR + [import() must reject with different error objects for each import when there is a bad module specifier] + expected: FAIL + + [import() must reject with the same error object for each import when there is a evaluation error] + expected: FAIL + + [import() must reject when there is a bad module specifier in a dependency] + expected: FAIL + + [import() must reject with different error objects for each import when there is a instantiation error] + expected: FAIL + + [import() must reject when there is a parse error] + expected: FAIL + + [import() must reject with the same error object for each import when there is a bad module specifier in a dependency] + expected: FAIL + + [import() must reject when there is a instantiation error] + expected: FAIL + + [import() must reject when there is a bad module specifier] + expected: FAIL + + [import() must reject with the same error object for each import when there is a parse error] + expected: FAIL + + [import()ing a module with an evaluation error must stop evaluation] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports.html.ini index 3b16d646749..39ef1381174 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/dynamic-imports.html.ini @@ -1,3 +1,5 @@ [dynamic-imports.html] type: testharness - expected: TIMEOUT + [Dynamic imports should resolve module.] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/inline-event-handler.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/inline-event-handler.html.ini index e9888844a48..97ce0f4bdf9 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/inline-event-handler.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/inline-event-handler.html.ini @@ -1,6 +1,6 @@ [inline-event-handler.html] type: testharness - expected: TIMEOUT + expected: ERROR [dynamic import should work when triggered from inline event handlers] expected: TIMEOUT diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/no-active-script-manual-classic.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/no-active-script-manual-classic.html.ini new file mode 100644 index 00000000000..0d96b3da42f --- /dev/null +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/no-active-script-manual-classic.html.ini @@ -0,0 +1,2 @@ +[no-active-script-manual-classic.html] + expected: TIMEOUT diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/no-active-script-manual-module.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/no-active-script-manual-module.html.ini new file mode 100644 index 00000000000..84452ca39e0 --- /dev/null +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/no-active-script-manual-module.html.ini @@ -0,0 +1,2 @@ +[no-active-script-manual-module.html] + expected: TIMEOUT diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-classic.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-classic.html.ini index a9703dc3c56..5373a884194 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-classic.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-classic.html.ini @@ -6,3 +6,6 @@ [propagate-nonce-external-classic] expected: FAIL + [Dynamically imported module should eval when imported from script w/ a valid nonce.] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-module.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-module.html.ini index c92b9617ae2..19b6b4f76d3 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-module.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-external-module.html.ini @@ -1,3 +1,5 @@ [propagate-nonce-external-module.html] type: testharness - expected: TIMEOUT + [Dynamically imported module should eval when imported from script w/ a valid nonce.] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-classic.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-classic.html.ini index b4cf6f68cf5..5c6e23a8ed4 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-classic.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-classic.html.ini @@ -6,3 +6,6 @@ [propagate-nonce-inline-classic] expected: FAIL + [Dynamically imported module should eval when imported from script w/ a valid nonce.] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-module.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-module.html.ini index de1c058cbe0..d340495515a 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-module.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/propagate-nonce-inline-module.html.ini @@ -1,3 +1,5 @@ [propagate-nonce-inline-module.html] type: testharness - expected: TIMEOUT + [Dynamically imported module should eval when imported from script w/ a valid nonce.] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-classic.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-classic.html.ini index 01f5651e9e1..7b9d519d6d9 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-classic.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-classic.html.ini @@ -2,3 +2,18 @@ [import() inside compiled strings uses the script base URL inside a classic script that is loaded from a file] expected: FAIL + [Function should successfully import] + expected: FAIL + + [setTimeout should successfully import] + expected: FAIL + + [inline-event-handlers-UA-code should successfully import] + expected: FAIL + + [eval should successfully import] + expected: FAIL + + [reflected-inline-event-handlers should successfully import] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-module.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-module.html.ini index 2dbf1ad6e29..b4c24671932 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-module.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-external-module.html.ini @@ -1,2 +1,16 @@ [string-compilation-base-url-external-module.html] - expected: TIMEOUT + [Function should successfully import] + expected: FAIL + + [setTimeout should successfully import] + expected: FAIL + + [inline-event-handlers-UA-code should successfully import] + expected: FAIL + + [eval should successfully import] + expected: FAIL + + [reflected-inline-event-handlers should successfully import] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-classic.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-classic.html.ini index e27c6b06a0c..787bbafc365 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-classic.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-classic.html.ini @@ -2,3 +2,18 @@ [import() inside compiled strings uses the script base URL (= document base URL) inside an inline classic script] expected: FAIL + [inline event handlers triggered via UA code should successfully import] + expected: FAIL + + [setTimeout should successfully import] + expected: FAIL + + [reflected inline event handlers should successfully import] + expected: FAIL + + [the Function constructor should successfully import] + expected: FAIL + + [eval should successfully import] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-module.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-module.html.ini index 238b8a863f4..6c352df6734 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-module.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-base-url-inline-module.html.ini @@ -1,2 +1,16 @@ [string-compilation-base-url-inline-module.html] - expected: TIMEOUT + [inline event handlers triggered via UA code should successfully import] + expected: FAIL + + [setTimeout should successfully import] + expected: FAIL + + [reflected inline event handlers should successfully import] + expected: FAIL + + [the Function constructor should successfully import] + expected: FAIL + + [eval should successfully import] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-classic.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-classic.html.ini index 1c8d631e3d7..e09b7a95c36 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-classic.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-classic.html.ini @@ -3,3 +3,18 @@ [import() inside compiled strings inside a classic script] expected: FAIL + [inline event handlers triggered via UA code should successfully import] + expected: FAIL + + [setTimeout should successfully import] + expected: FAIL + + [reflected inline event handlers should successfully import] + expected: FAIL + + [the Function constructor should successfully import] + expected: FAIL + + [eval should successfully import] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-module.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-module.html.ini index 8752aaa7d35..d01aeb85915 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-module.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-module.html.ini @@ -1,3 +1,17 @@ [string-compilation-module.html] type: testharness - expected: TIMEOUT + [inline event handlers triggered via UA code should successfully import] + expected: FAIL + + [setTimeout should successfully import] + expected: FAIL + + [reflected inline event handlers should successfully import] + expected: FAIL + + [the Function constructor should successfully import] + expected: FAIL + + [eval should successfully import] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-classic.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-classic.html.ini index 2432b79d461..1ae15077ac8 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-classic.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-classic.html.ini @@ -1,16 +1,15 @@ [string-compilation-nonce-classic.html] - expected: ERROR [setTimeout must inherit the nonce from the triggering script, thus execute] - expected: TIMEOUT + expected: FAIL [direct eval must inherit the nonce from the triggering script, thus execute] - expected: NOTRUN + expected: FAIL [indirect eval must inherit the nonce from the triggering script, thus execute] - expected: NOTRUN + expected: FAIL [the Function constructor must inherit the nonce from the triggering script, thus execute] - expected: NOTRUN + expected: FAIL [reflected inline event handlers must inherit the nonce from the triggering script, thus execute] expected: NOTRUN @@ -18,3 +17,9 @@ [inline event handlers triggered via UA code must inherit the nonce from the triggering script, thus execute] expected: NOTRUN + [inline event handlers triggered via UA code must not inherit the nonce from the triggering script, thus fail] + expected: FAIL + + [reflected inline event handlers must not inherit the nonce from the triggering script, thus fail] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-module.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-module.html.ini index d87f8ba32d7..d0e18d62c00 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-module.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-nonce-module.html.ini @@ -1,2 +1,19 @@ [string-compilation-nonce-module.html] - expected: TIMEOUT + [the Function constructor must inherit the nonce from the triggering script, thus execute] + expected: FAIL + + [direct eval must inherit the nonce from the triggering script, thus execute] + expected: FAIL + + [setTimeout must inherit the nonce from the triggering script, thus execute] + expected: FAIL + + [inline event handlers triggered via UA code must not inherit the nonce from the triggering script, thus fail] + expected: FAIL + + [indirect eval must inherit the nonce from the triggering script, thus execute] + expected: FAIL + + [reflected inline event handlers must not inherit the nonce from the triggering script, thus fail] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-of-promise-result.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-of-promise-result.html.ini index 3a95d9aaff4..588cf57c9df 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-of-promise-result.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-of-promise-result.html.ini @@ -2,12 +2,6 @@ [Evaled the script via eval, successful import] expected: FAIL - [Evaled the script via eval, failed import] - expected: FAIL - [Evaled the script via Function, successful import] expected: FAIL - [Evaled the script via Function, failed import] - expected: FAIL - diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-other-document.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-other-document.html.ini new file mode 100644 index 00000000000..0b0ad99e049 --- /dev/null +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/dynamic-import/string-compilation-other-document.html.ini @@ -0,0 +1,16 @@ +[string-compilation-other-document.html] + [inline event handlers triggered by JS should successfully import] + expected: FAIL + + [setTimeout should successfully import] + expected: FAIL + + [reflected inline event handlers should successfully import] + expected: FAIL + + [the Function constructor should successfully import] + expected: FAIL + + [eval should successfully import] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-no-referrer.sub.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-no-referrer.sub.html.ini new file mode 100644 index 00000000000..0d36e7c9164 --- /dev/null +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-no-referrer.sub.html.ini @@ -0,0 +1,19 @@ +[referrer-no-referrer.sub.html] + [Importing a remote-origin descendant script from a same-origin top-level script with the no-referrer policy.] + expected: FAIL + + [Importing a same-origin top-level script with the no-referrer policy.] + expected: FAIL + + [Importing a same-origin descendant script from a remote-origin top-level script with the no-referrer policy.] + expected: FAIL + + [Importing a remote-origin descendant script from a remote-origin top-level script with the no-referrer policy.] + expected: FAIL + + [Importing a remote-origin top-level script with the no-referrer policy.] + expected: FAIL + + [Importing a same-origin descendant script from a same-origin top-level script with the no-referrer policy.] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-origin-when-cross-origin.sub.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-origin-when-cross-origin.sub.html.ini index a212c8c0e93..04366537f82 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-origin-when-cross-origin.sub.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-origin-when-cross-origin.sub.html.ini @@ -8,9 +8,6 @@ [Importing a remote-origin descendant script from a remote-origin top-level script with the origin-when-cross-origin policy.] expected: FAIL - [Importing a same-origin top-level script with the origin-when-cross-origin policy.] - expected: FAIL - [Importing a same-origin descendant script from a remote-origin top-level script with the origin-when-cross-origin policy.] expected: FAIL diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-same-origin.sub.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-same-origin.sub.html.ini index 28b3453cf46..d4da79b6832 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-same-origin.sub.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-same-origin.sub.html.ini @@ -2,9 +2,15 @@ [Importing a same-origin descendant script from a same-origin top-level script with the same-origin policy.] expected: FAIL - [Importing a same-origin top-level script with the same-origin policy.] - expected: FAIL - [Importing a remote-origin descendant script from a remote-origin top-level script with the same-origin policy.] expected: FAIL + [Importing a remote-origin descendant script from a same-origin top-level script with the same-origin policy.] + expected: FAIL + + [Importing a remote-origin top-level script with the same-origin policy.] + expected: FAIL + + [Importing a same-origin descendant script from a remote-origin top-level script with the same-origin policy.] + expected: FAIL + diff --git a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-unsafe-url.sub.html.ini b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-unsafe-url.sub.html.ini index c1eeb5dcec7..ca205ef4879 100644 --- a/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-unsafe-url.sub.html.ini +++ b/tests/wpt/metadata/html/semantics/scripting-1/the-script-element/module/referrer-unsafe-url.sub.html.ini @@ -5,15 +5,9 @@ [Importing a same-origin descendant script from a same-origin top-level script with the unsafe-url policy.] expected: FAIL - [Importing a remote-origin top-level script with the unsafe-url policy.] - expected: FAIL - [Importing a remote-origin descendant script from a remote-origin top-level script with the unsafe-url policy.] expected: FAIL [Importing a remote-origin descendant script from a same-origin top-level script with the unsafe-url policy.] expected: FAIL - [Importing a same-origin top-level script with the unsafe-url policy.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/fetch.http.html.ini deleted file mode 100644 index 90baee65c73..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini deleted file mode 100644 index ac152d58d54..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/fetch.http.html.ini deleted file mode 100644 index 9918cab4bea..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini deleted file mode 100644 index ac152d58d54..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/fetch.http.html.ini deleted file mode 100644 index 9918cab4bea..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/fetch.http.html.ini deleted file mode 100644 index 90baee65c73..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.meta/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini deleted file mode 100644 index ac152d58d54..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/fetch.http.html.ini deleted file mode 100644 index 9918cab4bea..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini deleted file mode 100644 index ac152d58d54..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini deleted file mode 100644 index 188bf1b21e7..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/fetch.http.html.ini deleted file mode 100644 index 9918cab4bea..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/fetch.http.html.ini deleted file mode 100644 index 90baee65c73..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/4K/gen/top.meta/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/fetch.http.html.ini deleted file mode 100644 index 90baee65c73..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer/fetch.http.html.ini new file mode 100644 index 00000000000..fc7af677650 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer/worker-classic.http.html.ini new file mode 100644 index 00000000000..db93e5a5f2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects omitted for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer/worker-module.http.html.ini new file mode 100644 index 00000000000..4d3fd09145f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/no-referrer/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects omitted for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/fetch.http.html.ini index c3cd1fe7552..68c7e9a360c 100644 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/fetch.http.html.ini @@ -14,9 +14,6 @@ [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index 608e72b908e..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/fetch.http.html.ini index 188bf1b21e7..cfc7c7d7944 100644 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/fetch.http.html.ini @@ -1,7 +1,25 @@ [fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + [Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and no-redirect redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini index c3cd1fe7552..68c7e9a360c 100644 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini @@ -14,9 +14,6 @@ [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index 2b4b68299e9..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/fetch.http.html.ini deleted file mode 100644 index 90baee65c73..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/fetch.http.html.ini deleted file mode 100644 index 9918cab4bea..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/fetch.http.html.ini deleted file mode 100644 index 9918cab4bea..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer/fetch.http.html.ini new file mode 100644 index 00000000000..fc7af677650 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer/worker-classic.http.html.ini new file mode 100644 index 00000000000..db93e5a5f2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects omitted for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer/worker-module.http.html.ini new file mode 100644 index 00000000000..4d3fd09145f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/no-referrer/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects omitted for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/fetch.http.html.ini index c3cd1fe7552..68c7e9a360c 100644 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/fetch.http.html.ini @@ -14,9 +14,6 @@ [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index a356a82ed23..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/fetch.http.html.ini index 188bf1b21e7..cfc7c7d7944 100644 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/fetch.http.html.ini @@ -1,7 +1,25 @@ [fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + [Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and no-redirect redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/fetch.http.html.ini index 80807b5a4ce..30c7a13dd26 100644 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/fetch.http.html.ini @@ -14,9 +14,6 @@ [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index c984b60636d..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/fetch.http.html.ini deleted file mode 100644 index 9918cab4bea..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/fetch.http.html.ini deleted file mode 100644 index 90baee65c73..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/req.attr/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/req.attr/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/req.attr/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/req.attr/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/req.attr/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index 6280e0794fe..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/req.attr/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/req.attr/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/req.attr/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/req.attr/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index 88b663cd154..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/req.attr/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/req.attr/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/req.attr/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/req.attr/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/a-tag.http.html.ini new file mode 100644 index 00000000000..43df1b43b56 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unset/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/fetch.http.html.ini diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/script-tag.http.html.ini new file mode 100644 index 00000000000..c95e499dc9b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/xhr.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/xhr.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/xhr.http.html.ini index d43700b4a91..b9994300f08 100644 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/xhr.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer-when-downgrade/xhr.http.html.ini @@ -2,6 +2,9 @@ [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and keep-origin redirection from http context.] expected: FAIL + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] expected: FAIL @@ -11,13 +14,10 @@ [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and no-redirect redirection from http context.] diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/iframe-tag.http.html.ini new file mode 100644 index 00000000000..7408079db11 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/iframe-tag.http.html.ini @@ -0,0 +1,37 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects omitted for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/img-tag.http.html.ini new file mode 100644 index 00000000000..64bfd8254ac --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/img-tag.http.html.ini @@ -0,0 +1,37 @@ +[img-tag.http.html] + [Referrer Policy: Expects omitted for img-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..00b48a3ad1e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects omitted for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..949c3721c61 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects omitted for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/worker-classic.http.html.ini new file mode 100644 index 00000000000..db93e5a5f2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects omitted for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/worker-module.http.html.ini new file mode 100644 index 00000000000..4d3fd09145f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/no-referrer/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects omitted for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..724084b8d34 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/fetch.http.html.ini new file mode 100644 index 00000000000..c3cd1fe7552 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/iframe-tag.http.html.ini new file mode 100644 index 00000000000..6154178b29f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/iframe-tag.http.html.ini @@ -0,0 +1,31 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects origin for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/img-tag.http.html.ini similarity index 83% rename from tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin/img-tag.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/img-tag.http.html.ini index 52dac4410f5..1aa014c710c 100644 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/strict-origin/img-tag.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/img-tag.http.html.ini @@ -2,16 +2,13 @@ [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] + [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..a2493595009 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/xhr.http.html.ini new file mode 100644 index 00000000000..00fb4fb96db --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin-when-cross-origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/a-tag.http.html.ini new file mode 100644 index 00000000000..c3ae9ab455e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/fetch.http.html.ini new file mode 100644 index 00000000000..d1db8b199ad --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/iframe-tag.http.html.ini new file mode 100644 index 00000000000..9a2b984a0a8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/iframe-tag.http.html.ini @@ -0,0 +1,37 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects origin for iframe-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/img-tag.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/strict-origin/img-tag.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/img-tag.http.html.ini diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/script-tag.http.html.ini new file mode 100644 index 00000000000..4ffb4355b3f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..ccfb5f69c6c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a62749df9b6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/worker-classic.http.html.ini new file mode 100644 index 00000000000..3f63d9987a1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects origin for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/worker-module.http.html.ini new file mode 100644 index 00000000000..e0395cc4c98 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects origin for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/xhr.http.html.ini new file mode 100644 index 00000000000..c0c4d2fb7cf --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..99c7b7566f8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/a-tag.http.html.ini @@ -0,0 +1,4 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/fetch.http.html.ini diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/iframe-tag.http.html.ini new file mode 100644 index 00000000000..92f20e26972 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/iframe-tag.http.html.ini @@ -0,0 +1,25 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/img-tag.http.html.ini new file mode 100644 index 00000000000..247aaf51f7a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/img-tag.http.html.ini @@ -0,0 +1,25 @@ +[img-tag.http.html] + [Referrer Policy: Expects omitted for img-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..c4bbadf2463 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/script-tag.http.html.ini @@ -0,0 +1,7 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/xhr.http.html.ini new file mode 100644 index 00000000000..f3e2e96214b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/same-origin/xhr.http.html.ini @@ -0,0 +1,7 @@ +[xhr.http.html] + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..724084b8d34 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini new file mode 100644 index 00000000000..c3cd1fe7552 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/iframe-tag.http.html.ini new file mode 100644 index 00000000000..6154178b29f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/iframe-tag.http.html.ini @@ -0,0 +1,31 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects origin for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/req.attr/origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini similarity index 83% rename from tests/wpt/metadata/referrer-policy/gen/req.attr/origin/img-tag.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini index 278fa33f543..1aa014c710c 100644 --- a/tests/wpt/metadata/referrer-policy/gen/req.attr/origin/img-tag.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini @@ -11,24 +11,18 @@ [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] expected: FAIL + [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..a2493595009 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini new file mode 100644 index 00000000000..00fb4fb96db --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..c3ae9ab455e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/fetch.http.html.ini new file mode 100644 index 00000000000..d1db8b199ad --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/iframe-tag.http.html.ini new file mode 100644 index 00000000000..9a2b984a0a8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/iframe-tag.http.html.ini @@ -0,0 +1,37 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects origin for iframe-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/req.attr/strict-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/img-tag.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/gen/req.attr/strict-origin/img-tag.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/img-tag.http.html.ini diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..4ffb4355b3f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..ccfb5f69c6c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a62749df9b6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/worker-classic.http.html.ini new file mode 100644 index 00000000000..3f63d9987a1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects origin for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/worker-module.http.html.ini new file mode 100644 index 00000000000..e0395cc4c98 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects origin for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/xhr.http.html.ini new file mode 100644 index 00000000000..c0c4d2fb7cf --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/strict-origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/a-tag.http.html.ini new file mode 100644 index 00000000000..43df1b43b56 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/4K-1/gen/top.http-rp/unset/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/fetch.http.html.ini diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/script-tag.http.html.ini new file mode 100644 index 00000000000..c95e499dc9b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/xhr.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/xhr.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/xhr.http.html.ini index d43700b4a91..b9994300f08 100644 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/xhr.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unsafe-url/xhr.http.html.ini @@ -2,6 +2,9 @@ [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and keep-origin redirection from http context.] expected: FAIL + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] expected: FAIL @@ -11,13 +14,10 @@ [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and no-redirect redirection from http context.] diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/a-tag.http.html.ini new file mode 100644 index 00000000000..43df1b43b56 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/4K/gen/top.http-rp/unset/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/fetch.http.html.ini diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/script-tag.http.html.ini new file mode 100644 index 00000000000..c95e499dc9b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/xhr.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/xhr.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/xhr.http.html.ini index d43700b4a91..b9994300f08 100644 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/xhr.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.http-rp/unset/xhr.http.html.ini @@ -2,6 +2,9 @@ [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and keep-origin redirection from http context.] expected: FAIL + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] expected: FAIL @@ -11,13 +14,10 @@ [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and no-redirect redirection from http context.] diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/a-tag.http.html.ini new file mode 100644 index 00000000000..43df1b43b56 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/fetch.http.html.ini diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/script-tag.http.html.ini new file mode 100644 index 00000000000..c95e499dc9b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/xhr.http.html.ini new file mode 100644 index 00000000000..b9994300f08 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer-when-downgrade/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/iframe-tag.http.html.ini new file mode 100644 index 00000000000..7408079db11 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/iframe-tag.http.html.ini @@ -0,0 +1,37 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects omitted for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/img-tag.http.html.ini new file mode 100644 index 00000000000..64bfd8254ac --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/img-tag.http.html.ini @@ -0,0 +1,37 @@ +[img-tag.http.html] + [Referrer Policy: Expects omitted for img-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..00b48a3ad1e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects omitted for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..949c3721c61 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects omitted for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/worker-classic.http.html.ini new file mode 100644 index 00000000000..db93e5a5f2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects omitted for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/worker-module.http.html.ini new file mode 100644 index 00000000000..4d3fd09145f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/no-referrer/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects omitted for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..724084b8d34 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/fetch.http.html.ini new file mode 100644 index 00000000000..c3cd1fe7552 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/iframe-tag.http.html.ini new file mode 100644 index 00000000000..6154178b29f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/iframe-tag.http.html.ini @@ -0,0 +1,31 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects origin for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/img-tag.http.html.ini new file mode 100644 index 00000000000..1aa014c710c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/img-tag.http.html.ini @@ -0,0 +1,31 @@ +[img-tag.http.html] + [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..a2493595009 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/xhr.http.html.ini new file mode 100644 index 00000000000..00fb4fb96db --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin-when-cross-origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/a-tag.http.html.ini new file mode 100644 index 00000000000..c3ae9ab455e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/fetch.http.html.ini new file mode 100644 index 00000000000..d1db8b199ad --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/iframe-tag.http.html.ini new file mode 100644 index 00000000000..9a2b984a0a8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/iframe-tag.http.html.ini @@ -0,0 +1,37 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects origin for iframe-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/img-tag.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin/img-tag.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/img-tag.http.html.ini index 2a34136a365..6b8abb44e0b 100644 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.meta/origin/img-tag.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/img-tag.http.html.ini @@ -2,6 +2,9 @@ [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] expected: FAIL + [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] expected: FAIL @@ -11,13 +14,10 @@ [Referrer Policy: Expects origin for img-tag to same-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for img-tag to same-http origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] + [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] @@ -26,12 +26,12 @@ [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] expected: FAIL + [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/script-tag.http.html.ini new file mode 100644 index 00000000000..4ffb4355b3f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..ccfb5f69c6c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a62749df9b6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/worker-classic.http.html.ini new file mode 100644 index 00000000000..3f63d9987a1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects origin for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/worker-module.http.html.ini new file mode 100644 index 00000000000..e0395cc4c98 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects origin for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/xhr.http.html.ini new file mode 100644 index 00000000000..c0c4d2fb7cf --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..99c7b7566f8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/a-tag.http.html.ini @@ -0,0 +1,4 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/same-origin/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/fetch.http.html.ini diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/iframe-tag.http.html.ini new file mode 100644 index 00000000000..92f20e26972 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/iframe-tag.http.html.ini @@ -0,0 +1,25 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/img-tag.http.html.ini new file mode 100644 index 00000000000..247aaf51f7a --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/img-tag.http.html.ini @@ -0,0 +1,25 @@ +[img-tag.http.html] + [Referrer Policy: Expects omitted for img-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for img-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..c4bbadf2463 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/script-tag.http.html.ini @@ -0,0 +1,7 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/xhr.http.html.ini new file mode 100644 index 00000000000..f3e2e96214b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/same-origin/xhr.http.html.ini @@ -0,0 +1,7 @@ +[xhr.http.html] + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..724084b8d34 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/fetch.http.html.ini new file mode 100644 index 00000000000..c3cd1fe7552 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/iframe-tag.http.html.ini new file mode 100644 index 00000000000..6154178b29f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/iframe-tag.http.html.ini @@ -0,0 +1,31 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects origin for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/img-tag.http.html.ini new file mode 100644 index 00000000000..1aa014c710c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/img-tag.http.html.ini @@ -0,0 +1,31 @@ +[img-tag.http.html] + [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..a2493595009 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/xhr.http.html.ini new file mode 100644 index 00000000000..00fb4fb96db --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin-when-cross-origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..c3ae9ab455e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/fetch.http.html.ini new file mode 100644 index 00000000000..d1db8b199ad --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/iframe-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/iframe-tag.http.html.ini new file mode 100644 index 00000000000..9a2b984a0a8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/iframe-tag.http.html.ini @@ -0,0 +1,37 @@ +[iframe-tag.http.html] + [Referrer Policy: Expects origin for iframe-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for iframe-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/img-tag.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin/img-tag.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/img-tag.http.html.ini index 587bf64544e..6b8abb44e0b 100644 --- a/tests/wpt/metadata/referrer-policy/gen/iframe.http-rp/origin/img-tag.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/img-tag.http.html.ini @@ -2,22 +2,22 @@ [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] + [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to same-http origin and no-redirect redirection from http context.] + [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] + [Referrer Policy: Expects origin for img-tag to same-http origin and no-redirect redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for img-tag to same-http origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] + [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] @@ -26,12 +26,12 @@ [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] expected: FAIL + [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..4ffb4355b3f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..ccfb5f69c6c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a62749df9b6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/worker-classic.http.html.ini new file mode 100644 index 00000000000..3f63d9987a1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects origin for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/worker-module.http.html.ini new file mode 100644 index 00000000000..e0395cc4c98 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects origin for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/xhr.http.html.ini new file mode 100644 index 00000000000..c0c4d2fb7cf --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/strict-origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/a-tag.http.html.ini new file mode 100644 index 00000000000..43df1b43b56 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/fetch.http.html.ini index ac152d58d54..9d308fc6524 100644 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/fetch.http.html.ini @@ -8,13 +8,13 @@ [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/script-tag.http.html.ini new file mode 100644 index 00000000000..c95e499dc9b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/xhr.http.html.ini new file mode 100644 index 00000000000..b9994300f08 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unsafe-url/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/a-tag.http.html.ini new file mode 100644 index 00000000000..43df1b43b56 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/fetch.http.html.ini index ac152d58d54..9d308fc6524 100644 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/fetch.http.html.ini @@ -8,13 +8,13 @@ [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/script-tag.http.html.ini new file mode 100644 index 00000000000..c95e499dc9b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/xhr.http.html.ini new file mode 100644 index 00000000000..b9994300f08 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc-inherit.meta/unset/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/a-tag.http.html.ini new file mode 100644 index 00000000000..43df1b43b56 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/fetch.http.html.ini index 9918cab4bea..9d308fc6524 100644 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/unsafe-url/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/fetch.http.html.ini @@ -8,13 +8,13 @@ [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] @@ -23,7 +23,7 @@ [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] @@ -32,6 +32,6 @@ [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/script-tag.http.html.ini new file mode 100644 index 00000000000..c95e499dc9b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/xhr.http.html.ini new file mode 100644 index 00000000000..b9994300f08 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer-when-downgrade/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..00b48a3ad1e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects omitted for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..949c3721c61 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects omitted for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/worker-classic.http.html.ini new file mode 100644 index 00000000000..db93e5a5f2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects omitted for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/worker-module.http.html.ini new file mode 100644 index 00000000000..4d3fd09145f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/no-referrer/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects omitted for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..724084b8d34 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/fetch.http.html.ini new file mode 100644 index 00000000000..c3cd1fe7552 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..a2493595009 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/xhr.http.html.ini new file mode 100644 index 00000000000..00fb4fb96db --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin-when-cross-origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/a-tag.http.html.ini new file mode 100644 index 00000000000..c3ae9ab455e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/fetch.http.html.ini new file mode 100644 index 00000000000..d1db8b199ad --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/script-tag.http.html.ini new file mode 100644 index 00000000000..4ffb4355b3f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..ccfb5f69c6c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a62749df9b6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/worker-classic.http.html.ini new file mode 100644 index 00000000000..3f63d9987a1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects origin for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/worker-module.http.html.ini new file mode 100644 index 00000000000..e0395cc4c98 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects origin for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/xhr.http.html.ini new file mode 100644 index 00000000000..c0c4d2fb7cf --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..99c7b7566f8 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/a-tag.http.html.ini @@ -0,0 +1,4 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/4K+1/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/fetch.http.html.ini diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..c4bbadf2463 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/script-tag.http.html.ini @@ -0,0 +1,7 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/xhr.http.html.ini new file mode 100644 index 00000000000..f3e2e96214b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/same-origin/xhr.http.html.ini @@ -0,0 +1,7 @@ +[xhr.http.html] + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..724084b8d34 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/fetch.http.html.ini new file mode 100644 index 00000000000..c3cd1fe7552 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..a2493595009 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/xhr.http.html.ini new file mode 100644 index 00000000000..00fb4fb96db --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin-when-cross-origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/a-tag.http.html.ini new file mode 100644 index 00000000000..c3ae9ab455e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects origin for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/fetch.http.html.ini new file mode 100644 index 00000000000..d1db8b199ad --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects origin for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/script-tag.http.html.ini new file mode 100644 index 00000000000..4ffb4355b3f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects origin for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..ccfb5f69c6c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a62749df9b6 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/worker-classic.http.html.ini new file mode 100644 index 00000000000..3f63d9987a1 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects origin for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/worker-module.http.html.ini new file mode 100644 index 00000000000..e0395cc4c98 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects origin for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/xhr.http.html.ini new file mode 100644 index 00000000000..c0c4d2fb7cf --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/strict-origin/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects origin for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects origin for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/a-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/a-tag.http.html.ini new file mode 100644 index 00000000000..43df1b43b56 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/a-tag.http.html.ini @@ -0,0 +1,13 @@ +[a-tag.http.html] + [Referrer Policy: Expects stripped-referrer for a-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for a-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/fetch.http.html.ini similarity index 100% rename from tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/fetch.http.html.ini rename to tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/fetch.http.html.ini index 9918cab4bea..9d308fc6524 100644 --- a/tests/wpt/metadata/referrer-policy/4K+1/gen/top.meta/unsafe-url/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/fetch.http.html.ini @@ -8,13 +8,13 @@ [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] @@ -23,7 +23,7 @@ [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] expected: FAIL [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] @@ -32,6 +32,6 @@ [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/script-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/script-tag.http.html.ini new file mode 100644 index 00000000000..c95e499dc9b --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/script-tag.http.html.ini @@ -0,0 +1,37 @@ +[script-tag.http.html] + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for script-tag to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/sharedworker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/sharedworker-classic.http.html.ini new file mode 100644 index 00000000000..72ae44b3b65 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/sharedworker-classic.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-classic.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/sharedworker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/sharedworker-module.http.html.ini new file mode 100644 index 00000000000..a84d97180f2 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/sharedworker-module.http.html.ini @@ -0,0 +1,7 @@ +[sharedworker-module.http.html] + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for sharedworker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/xhr.http.html.ini new file mode 100644 index 00000000000..b9994300f08 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/srcdoc.meta/unsafe-url/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects stripped-referrer for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini deleted file mode 100644 index ac152d58d54..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer/fetch.http.html.ini new file mode 100644 index 00000000000..fc7af677650 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer/worker-classic.http.html.ini new file mode 100644 index 00000000000..db93e5a5f2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects omitted for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer/worker-module.http.html.ini new file mode 100644 index 00000000000..4d3fd09145f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/no-referrer/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects omitted for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini index c3cd1fe7552..68c7e9a360c 100644 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/fetch.http.html.ini @@ -14,9 +14,6 @@ [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index 3430014913e..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin/img-tag.http.html.ini deleted file mode 100644 index bd9441e3104..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/fetch.http.html.ini index 188bf1b21e7..cfc7c7d7944 100644 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/fetch.http.html.ini @@ -1,7 +1,25 @@ [fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + [Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and no-redirect redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini index 80807b5a4ce..30c7a13dd26 100644 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini @@ -14,9 +14,6 @@ [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index c984b60636d..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin/img-tag.http.html.ini deleted file mode 100644 index bd9441e3104..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/strict-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/fetch.http.html.ini deleted file mode 100644 index 9918cab4bea..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.http-rp/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini deleted file mode 100644 index ac152d58d54..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer/fetch.http.html.ini new file mode 100644 index 00000000000..fc7af677650 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer/worker-classic.http.html.ini new file mode 100644 index 00000000000..db93e5a5f2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects omitted for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer/worker-module.http.html.ini new file mode 100644 index 00000000000..4d3fd09145f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/top.meta/no-referrer/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects omitted for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini index c3cd1fe7552..68c7e9a360c 100644 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/fetch.http.html.ini @@ -14,9 +14,6 @@ [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index a356a82ed23..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/origin/img-tag.http.html.ini deleted file mode 100644 index bd9441e3104..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/fetch.http.html.ini index 188bf1b21e7..cfc7c7d7944 100644 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/fetch.http.html.ini @@ -1,7 +1,25 @@ [fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + [Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and no-redirect redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/img-tag.http.html.ini deleted file mode 100644 index d23ca4f2afc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/img-tag.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini index 80807b5a4ce..30c7a13dd26 100644 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/fetch.http.html.ini @@ -14,9 +14,6 @@ [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini deleted file mode 100644 index c984b60636d..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin/img-tag.http.html.ini deleted file mode 100644 index 52dac4410f5..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/strict-origin/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects origin for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects origin for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/fetch.http.html.ini deleted file mode 100644 index 9918cab4bea..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/fetch.http.html.ini deleted file mode 100644 index 90baee65c73..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/img-tag.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/img-tag.http.html.ini deleted file mode 100644 index aa63ab5301f..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/img-tag.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[img-tag.http.html] - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for img-tag to same-https origin and swap-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/top.meta/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/fetch.http.html.ini deleted file mode 100644 index 9918cab4bea..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer-when-downgrade/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/fetch.http.html.ini new file mode 100644 index 00000000000..fc7af677650 --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/fetch.http.html.ini @@ -0,0 +1,37 @@ +[fetch.http.html] + [Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-classic.http.html.ini new file mode 100644 index 00000000000..db93e5a5f2e --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-classic.http.html.ini @@ -0,0 +1,7 @@ +[worker-classic.http.html] + [Referrer Policy: Expects omitted for worker-classic to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-classic to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-module.http.html.ini new file mode 100644 index 00000000000..4d3fd09145f --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/worker-module.http.html.ini @@ -0,0 +1,7 @@ +[worker-module.http.html] + [Referrer Policy: Expects omitted for worker-module to same-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for worker-module to same-http origin and no-redirect redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/xhr.http.html.ini new file mode 100644 index 00000000000..283fc71627c --- /dev/null +++ b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/no-referrer/xhr.http.html.ini @@ -0,0 +1,37 @@ +[xhr.http.html] + [Referrer Policy: Expects omitted for xhr to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-http origin and keep-origin redirection from http context.] + expected: FAIL + diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/fetch.http.html.ini index c3cd1fe7552..68c7e9a360c 100644 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/fetch.http.html.ini @@ -14,9 +14,6 @@ [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/xhr.http.html.ini index 00fb4fb96db..b30686cae0c 100644 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/xhr.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/origin-when-cross-origin/xhr.http.html.ini @@ -11,18 +11,12 @@ [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/fetch.http.html.ini index 188bf1b21e7..cfc7c7d7944 100644 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/fetch.http.html.ini @@ -1,7 +1,25 @@ [fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects omitted for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] + [Referrer Policy: Expects omitted for fetch to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-http origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for fetch to cross-https origin and no-redirect redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/xhr.http.html.ini index f3e2e96214b..08ff988b50a 100644 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/xhr.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/same-origin/xhr.http.html.ini @@ -1,7 +1,25 @@ [xhr.http.html] - [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] + [Referrer Policy: Expects omitted for xhr to cross-http origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] + [Referrer Policy: Expects omitted for xhr to same-http origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to same-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-http origin and no-redirect redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and keep-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-https origin and swap-origin redirection from http context.] + expected: FAIL + + [Referrer Policy: Expects omitted for xhr to cross-http origin and swap-origin redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini index 80807b5a4ce..30c7a13dd26 100644 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/fetch.http.html.ini @@ -14,9 +14,6 @@ [Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.] expected: FAIL @@ -32,6 +29,3 @@ [Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini index 00fb4fb96db..b30686cae0c 100644 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini +++ b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/strict-origin-when-cross-origin/xhr.http.html.ini @@ -11,18 +11,12 @@ [Referrer Policy: Expects origin for xhr to cross-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and no-redirect redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for xhr to cross-http origin and no-redirect redirection from http context.] expected: FAIL [Referrer Policy: Expects origin for xhr to same-https origin and keep-origin redirection from http context.] expected: FAIL - [Referrer Policy: Expects stripped-referrer for xhr to same-http origin and keep-origin redirection from http context.] - expected: FAIL - [Referrer Policy: Expects origin for xhr to cross-http origin and keep-origin redirection from http context.] expected: FAIL diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/fetch.http.html.ini deleted file mode 100644 index 90baee65c73..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-classic.http.html.ini deleted file mode 100644 index 49c8f0737ba..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-module.http.html.ini deleted file mode 100644 index d482333c1fc..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unsafe-url/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/fetch.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/fetch.http.html.ini deleted file mode 100644 index 90baee65c73..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/fetch.http.html.ini +++ /dev/null @@ -1,37 +0,0 @@ -[fetch.http.html] - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-https origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-https origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and swap-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for fetch to cross-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/worker-classic.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/worker-classic.http.html.ini deleted file mode 100644 index 14b56072272..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/worker-classic.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-classic.http.html] - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and no-redirect redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-classic to same-http origin and keep-origin redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/worker-module.http.html.ini b/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/worker-module.http.html.ini deleted file mode 100644 index 4616dd4ab53..00000000000 --- a/tests/wpt/metadata/referrer-policy/gen/worker-classic.http-rp/unset/worker-module.http.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[worker-module.http.html] - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and keep-origin redirection from http context.] - expected: FAIL - - [Referrer Policy: Expects stripped-referrer for worker-module to same-http origin and no-redirect redirection from http context.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/generic/link-rel-prefetch.html.ini b/tests/wpt/metadata/referrer-policy/generic/link-rel-prefetch.html.ini deleted file mode 100644 index ec3f6a1d8d7..00000000000 --- a/tests/wpt/metadata/referrer-policy/generic/link-rel-prefetch.html.ini +++ /dev/null @@ -1,5 +0,0 @@ -[link-rel-prefetch.html] - type: testharness - [Prefetched image.] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/generic/multiple-headers-and-values.html.ini b/tests/wpt/metadata/referrer-policy/generic/multiple-headers-and-values.html.ini deleted file mode 100644 index 56d9de81868..00000000000 --- a/tests/wpt/metadata/referrer-policy/generic/multiple-headers-and-values.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[multiple-headers-and-values.html] - [Image uses the last recognized Referrer-Policy header value] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/generic/multiple-headers-combined.html.ini b/tests/wpt/metadata/referrer-policy/generic/multiple-headers-combined.html.ini deleted file mode 100644 index aaf29b0a6f8..00000000000 --- a/tests/wpt/metadata/referrer-policy/generic/multiple-headers-combined.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[multiple-headers-combined.html] - [Image uses the last recognized Referrer-Policy header value] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/generic/multiple-headers-one-unknown-token.html.ini b/tests/wpt/metadata/referrer-policy/generic/multiple-headers-one-unknown-token.html.ini deleted file mode 100644 index 7b0e197c0e0..00000000000 --- a/tests/wpt/metadata/referrer-policy/generic/multiple-headers-one-unknown-token.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[multiple-headers-one-unknown-token.html] - [Image uses last recognized referrer policy token from Referrer-Policy headers] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/generic/multiple-headers.html.ini b/tests/wpt/metadata/referrer-policy/generic/multiple-headers.html.ini deleted file mode 100644 index fe6d7dca03b..00000000000 --- a/tests/wpt/metadata/referrer-policy/generic/multiple-headers.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[multiple-headers.html] - [Image uses the last recognized Referrer-Policy header] - expected: FAIL - diff --git a/tests/wpt/metadata/referrer-policy/generic/unsupported-csp-referrer-directive.html.ini b/tests/wpt/metadata/referrer-policy/generic/unsupported-csp-referrer-directive.html.ini deleted file mode 100644 index 06261c29e6c..00000000000 --- a/tests/wpt/metadata/referrer-policy/generic/unsupported-csp-referrer-directive.html.ini +++ /dev/null @@ -1,4 +0,0 @@ -[unsupported-csp-referrer-directive.html] - [Image has a referrer despite CSP 'referrer' directive] - expected: FAIL - diff --git a/tests/wpt/metadata/xhr/open-url-redirected-worker-origin.htm.ini b/tests/wpt/metadata/xhr/open-url-redirected-worker-origin.htm.ini deleted file mode 100644 index 2c126c02f9f..00000000000 --- a/tests/wpt/metadata/xhr/open-url-redirected-worker-origin.htm.ini +++ /dev/null @@ -1,5 +0,0 @@ -[open-url-redirected-worker-origin.htm] - type: testharness - [Referer header] - expected: FAIL - diff --git a/tests/wpt/metadata/xhr/open-url-worker-origin.htm.ini b/tests/wpt/metadata/xhr/open-url-worker-origin.htm.ini deleted file mode 100644 index 78c84602472..00000000000 --- a/tests/wpt/metadata/xhr/open-url-worker-origin.htm.ini +++ /dev/null @@ -1,5 +0,0 @@ -[open-url-worker-origin.htm] - type: testharness - [Referer header] - expected: FAIL - diff --git a/tests/wpt/metadata/xhr/send-timeout-events.htm.ini b/tests/wpt/metadata/xhr/send-timeout-events.htm.ini deleted file mode 100644 index bc10bcb2505..00000000000 --- a/tests/wpt/metadata/xhr/send-timeout-events.htm.ini +++ /dev/null @@ -1,4 +0,0 @@ -[send-timeout-events.htm] - expected: - if os == "linux": TIMEOUT -