Update expected wpt results

This commit is contained in:
Matthias Deiml 2020-06-15 23:28:48 +02:00
parent fa18cf620f
commit 23a1b0dfb9
503 changed files with 3927 additions and 4156 deletions

View file

@ -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

View file

@ -1,5 +0,0 @@
[request-referrer-redirected-worker.html]
type: testharness
[about:client referrer]
expected: FAIL

View file

@ -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

View file

@ -1,5 +0,0 @@
[referrer-unsafe-url-worker.html]
type: testharness
[Request's referrer is the full url of current document/worker]
expected: FAIL

View file

@ -1,5 +0,0 @@
[referrer-unsafe-url.html]
type: testharness
[Request's referrer is the full url of current document/worker]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,4 @@
[request-init-003.sub.html]
[Check request values when initialized from url string]
expected: FAIL

View file

@ -8,3 +8,6 @@
[Check destination attribute]
expected: FAIL
[Check referrer attribute]
expected: FAIL

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,3 +1,5 @@
[dynamic-imports.html]
type: testharness
expected: TIMEOUT
[Dynamic imports should resolve module.]
expected: FAIL

View file

@ -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

View file

@ -0,0 +1,2 @@
[no-active-script-manual-classic.html]
expected: TIMEOUT

View file

@ -0,0 +1,2 @@
[no-active-script-manual-module.html]
expected: TIMEOUT

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

Some files were not shown because too many files have changed in this diff Show more