mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Enable some referrer-policy tests
We plan to make the xhr-request tests pass first.
This commit is contained in:
parent
686147fc83
commit
a5de59bf94
92 changed files with 189 additions and 0 deletions
|
@ -57,3 +57,5 @@ skip: true
|
|||
skip: false
|
||||
[cssom-view]
|
||||
skip: false
|
||||
[referrer-policy]
|
||||
skip: false
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[insecure-protocol.keep-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[insecure-protocol.no-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[insecure-protocol.swap-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[insecure-protocol.keep-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[insecure-protocol.no-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with no-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[insecure-protocol.swap-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[generic.keep-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[generic.no-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[generic.swap-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[generic.keep-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[generic.no-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with no-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[generic.swap-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[cross-origin.keep-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[cross-origin.no-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[cross-origin.swap-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[same-origin-insecure.keep-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[same-origin-insecure.no-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with no-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[same-origin-insecure.swap-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is origin when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[generic.keep-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[generic.no-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with no-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[generic.swap-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is cross-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1,5 @@
|
|||
[generic.keep-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with keep-origin-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[generic.no-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with no-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[generic.swap-origin-redirect.http.html]
|
||||
type: testharness
|
||||
[The referrer URL is stripped-referrer when a\n document served over http requires an http\n sub-resource via xhr-request using the meta-referrer\n delivery method with swap-origin-redirect and when\n the target request is same-origin.]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
|
@ -0,0 +1 @@
|
|||
disabled: for now
|
Loading…
Add table
Add a link
Reference in a new issue