mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fix invalid use of ReferrerUrl
This commit is contained in:
parent
23a1b0dfb9
commit
47355766ed
50 changed files with 293 additions and 830 deletions
|
@ -2365,7 +2365,7 @@ impl GlobalScope {
|
||||||
return Referrer::Client(url);
|
return Referrer::Client(url);
|
||||||
} else {
|
} else {
|
||||||
// Substep 3.2
|
// Substep 3.2
|
||||||
return Referrer::ReferrerUrl(self.get_url());
|
return Referrer::Client(self.get_url());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -688,7 +688,7 @@ impl HTMLFormElement {
|
||||||
LoadOrigin::Script(doc.origin().immutable().clone()),
|
LoadOrigin::Script(doc.origin().immutable().clone()),
|
||||||
action_components,
|
action_components,
|
||||||
None,
|
None,
|
||||||
Referrer::ReferrerUrl(target_document.url()),
|
target_window.upcast::<GlobalScope>().get_referrer(),
|
||||||
target_document.get_referrer_policy(),
|
target_document.get_referrer_policy(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -348,7 +348,7 @@ fn fetch_a_classic_script(
|
||||||
cors_setting,
|
cors_setting,
|
||||||
doc.origin().immutable().clone(),
|
doc.origin().immutable().clone(),
|
||||||
script.global().pipeline_id(),
|
script.global().pipeline_id(),
|
||||||
Referrer::ReferrerUrl(doc.url()),
|
script.global().get_referrer(),
|
||||||
doc.get_referrer_policy(),
|
doc.get_referrer_policy(),
|
||||||
integrity_metadata,
|
integrity_metadata,
|
||||||
);
|
);
|
||||||
|
|
|
@ -486,7 +486,7 @@ fn net_request_from_global(global: &GlobalScope, url: ServoUrl) -> NetTraitsRequ
|
||||||
let origin = Origin::Origin(global.get_url().origin());
|
let origin = Origin::Origin(global.get_url().origin());
|
||||||
let https_state = global.get_https_state();
|
let https_state = global.get_https_state();
|
||||||
let pipeline_id = global.pipeline_id();
|
let pipeline_id = global.pipeline_id();
|
||||||
let referrer = NetTraitsRequestReferrer::ReferrerUrl(global.get_url());
|
let referrer = global.get_referrer();
|
||||||
NetTraitsRequest::new(url, Some(origin), referrer, Some(pipeline_id), https_state)
|
NetTraitsRequest::new(url, Some(origin), referrer, Some(pipeline_id), https_state)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -52,7 +52,7 @@ impl Tokenizer {
|
||||||
pipeline_id: document.global().pipeline_id(),
|
pipeline_id: document.global().pipeline_id(),
|
||||||
base_url: None,
|
base_url: None,
|
||||||
document_url: document.url(),
|
document_url: document.url(),
|
||||||
referrer: Referrer::ReferrerUrl(document.url()),
|
referrer: document.global().get_referrer(),
|
||||||
referrer_policy: document.get_referrer_policy(),
|
referrer_policy: document.get_referrer_policy(),
|
||||||
resource_threads: document.loader().resource_threads().clone(),
|
resource_threads: document.loader().resource_threads().clone(),
|
||||||
// Initially we set prefetching to false, and only set it
|
// Initially we set prefetching to false, and only set it
|
||||||
|
|
|
@ -324,7 +324,7 @@ impl<'a> StylesheetLoader<'a> {
|
||||||
cors_setting,
|
cors_setting,
|
||||||
document.origin().immutable().clone(),
|
document.origin().immutable().clone(),
|
||||||
self.elem.global().pipeline_id(),
|
self.elem.global().pipeline_id(),
|
||||||
Referrer::ReferrerUrl(document.url()),
|
self.elem.global().get_referrer(),
|
||||||
referrer_policy,
|
referrer_policy,
|
||||||
integrity_metadata,
|
integrity_metadata,
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
[request-init-003.sub.html]
|
|
||||||
[Check request values when initialized from url string]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
|
@ -8,6 +8,3 @@
|
||||||
[Check destination attribute]
|
[Check destination attribute]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Check referrer attribute]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -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-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
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -0,0 +1,37 @@
|
||||||
|
[script-tag.http.html]
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-http origin and keep-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and keep-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-https origin and keep-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-https origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and keep-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-http origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-http origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-https origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
||||||
expected: FAIL
|
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.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -32,6 +29,3 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
[Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
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.]
|
[Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -32,6 +29,3 @@
|
||||||
[Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,25 @@
|
||||||
[fetch.http.html]
|
[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
|
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
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,25 @@
|
||||||
[script-tag.http.html]
|
[script-tag.http.html]
|
||||||
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.]
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and keep-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-http origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-https origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
||||||
expected: FAIL
|
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.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -32,6 +29,3 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
[Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
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.]
|
[Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -32,6 +29,3 @@
|
||||||
[Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -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-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
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -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-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
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -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-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
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -0,0 +1,37 @@
|
||||||
|
[script-tag.http.html]
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-http origin and keep-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and keep-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-https origin and keep-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-https origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and keep-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-http origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-http origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-https origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
||||||
expected: FAIL
|
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.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -32,6 +29,3 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
[Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
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.]
|
[Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -32,6 +29,3 @@
|
||||||
[Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,25 @@
|
||||||
[fetch.http.html]
|
[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
|
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
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,25 @@
|
||||||
[script-tag.http.html]
|
[script-tag.http.html]
|
||||||
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.]
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and keep-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-http origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-https origin and swap-origin redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to cross-http origin and no-redirect redirection from http context.]
|
||||||
|
expected: FAIL
|
||||||
|
|
||||||
|
[Referrer Policy: Expects omitted for script-tag to same-https origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
||||||
expected: FAIL
|
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.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -32,6 +29,3 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,6 @@
|
||||||
[Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for script-tag to cross-http origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
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.]
|
[Referrer Policy: Expects origin for script-tag to cross-http origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -32,6 +29,3 @@
|
||||||
[Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for script-tag to cross-https origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for script-tag to same-http origin and no-redirect redirection from http context.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -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-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
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -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-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
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -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-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
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
||||||
expected: FAIL
|
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.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -32,6 +29,3 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -1,7 +1,25 @@
|
||||||
[fetch.http.html]
|
[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
|
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
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and no-redirect redirection from http context.]
|
||||||
expected: FAIL
|
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.]
|
[Referrer Policy: Expects origin for fetch to cross-http origin and swap-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
@ -32,6 +29,3 @@
|
||||||
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
[Referrer Policy: Expects origin for fetch to cross-https origin and keep-origin redirection from http context.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
[Referrer Policy: Expects stripped-referrer for fetch to same-http origin and no-redirect redirection from http context.]
|
|
||||||
expected: FAIL
|
|
||||||
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
|
@ -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-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
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
[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
|
|
||||||
|
|
2
tests/wpt/metadata/xhr/send-timeout-events.htm.ini
Normal file
2
tests/wpt/metadata/xhr/send-timeout-events.htm.ini
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[send-timeout-events.htm]
|
||||||
|
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue