mirror of
https://github.com/servo/servo.git
synced 2025-08-16 10:55:34 +01:00
Check all ancestor navigable trustworthiness for mixed content (#36157)
Propagate through documents a flag that represents if any of the ancestor navigables has a potentially trustworthy origin. The "potentially trustworthy origin" concept appears to have gotten confused in a couple of places and we were instead testing if a URL had "potentially trustworthy" properties. The main test for the ancestor navigables is [mixed-content/nested-iframes](https://github.com/web-platform-tests/wpt/blob/master/mixed-content/nested-iframes.window.js) --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #36108 <!-- Either: --> - [X] There are tests for these changes --------- Signed-off-by: Sebastian C <sebsebmc@gmail.com>
This commit is contained in:
parent
478e876f6d
commit
76edcff202
84 changed files with 384 additions and 525 deletions
3
tests/wpt/meta/fetch/cross-origin-resource-policy/scheme-restriction.https.window.js.ini
vendored
Normal file
3
tests/wpt/meta/fetch/cross-origin-resource-policy/scheme-restriction.https.window.js.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[scheme-restriction.https.window.html]
|
||||
[Cross-Origin-Resource-Policy does not block Mixed Content <img>]
|
||||
expected: FAIL
|
|
@ -133,3 +133,24 @@
|
|||
|
||||
[https-treat-as-public to http-private: success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-local: PUT success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-private to http-local: no-cors success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: PUT success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-local: no-cors success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-private: PUT success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-public to http-private: no-cors success.]
|
||||
expected: FAIL
|
||||
|
||||
[https-treat-as-public to http-local: success.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
[blob.https.sub.html]
|
||||
expected: ERROR
|
||||
[Mixed-Content: blob tests 1]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[csp.https.window.html]
|
||||
[Mixed content checks apply to fetches in sandboxed documents]
|
||||
expected: FAIL
|
|
@ -1,4 +1,5 @@
|
|||
[audio-tag.https.html]
|
||||
expected: TIMEOUT
|
||||
[Mixed-Content: Expects blocked for audio-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,24 +1,6 @@
|
|||
[fetch.https.html]
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,24 +1,6 @@
|
|||
[img-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for img-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for img-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for img-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for img-tag to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for img-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for img-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for img-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for img-tag to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,24 +1,6 @@
|
|||
[link-css-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for link-css-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,24 +1,6 @@
|
|||
[link-prefetch-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,24 +1,6 @@
|
|||
[picture-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for picture-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,24 +1,6 @@
|
|||
[script-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for script-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,24 +1,6 @@
|
|||
[xhr.https.html]
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[audio-tag.https.html]
|
||||
expected: TIMEOUT
|
||||
[Mixed-Content: Expects blocked for audio-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[Mixed-Content: Expects blocked for audio-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[fetch.https.html]
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[img-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for img-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for img-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[link-css-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for link-css-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[link-prefetch-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[picture-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for picture-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[script-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for script-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[xhr.https.html]
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
25
tests/wpt/meta/mixed-content/gen/top.meta/unset/audio-tag.https.html.ini
vendored
Normal file
25
tests/wpt/meta/mixed-content/gen/top.meta/unset/audio-tag.https.html.ini
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
[audio-tag.https.html]
|
||||
expected: TIMEOUT
|
||||
[Mixed-Content: Expects allowed for audio-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Mixed-Content: Expects allowed for audio-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Mixed-Content: Expects allowed for audio-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Mixed-Content: Expects allowed for audio-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Mixed-Content: Expects allowed for audio-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Mixed-Content: Expects allowed for audio-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Mixed-Content: Expects allowed for audio-tag to same-https origin and keep-scheme redirection from https context.]
|
||||
expected: NOTRUN
|
||||
|
||||
[Mixed-Content: Expects allowed for audio-tag to same-https origin and no-redirect redirection from https context.]
|
||||
expected: NOTRUN
|
|
@ -1,18 +0,0 @@
|
|||
[fetch.https.html]
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
18
tests/wpt/meta/mixed-content/gen/top.meta/unset/img-tag.https.html.ini
vendored
Normal file
18
tests/wpt/meta/mixed-content/gen/top.meta/unset/img-tag.https.html.ini
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
[img-tag.https.html]
|
||||
[Mixed-Content: Expects allowed for img-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects allowed for img-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects allowed for img-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects allowed for img-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects allowed for img-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects allowed for img-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,18 +0,0 @@
|
|||
[link-css-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for link-css-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-css-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,18 +0,0 @@
|
|||
[link-prefetch-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for link-prefetch-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,18 +0,0 @@
|
|||
[picture-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for picture-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for picture-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,18 +0,0 @@
|
|||
[script-tag.https.html]
|
||||
[Mixed-Content: Expects blocked for script-tag to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for script-tag to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,18 +0,0 @@
|
|||
[xhr.https.html]
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,24 +1,6 @@
|
|||
[fetch.https.html]
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,24 +1,6 @@
|
|||
[xhr.https.html]
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[fetch.https.html]
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[xhr.https.html]
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,18 +0,0 @@
|
|||
[fetch.https.html]
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,18 +0,0 @@
|
|||
[xhr.https.html]
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,24 +1,6 @@
|
|||
[fetch.https.html]
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,24 +1,6 @@
|
|||
[xhr.https.html]
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-https origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,18 +0,0 @@
|
|||
[fetch.https.html]
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for fetch to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,18 +0,0 @@
|
|||
[xhr.https.html]
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to cross-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and keep-scheme redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Mixed-Content: Expects blocked for xhr to same-http origin and swap-scheme redirection from https context.]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[nested-iframes.window.html]
|
||||
[HTTP fetch]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[audio-upgrade.https.sub.html]
|
||||
[Audio autoupgraded]
|
||||
expected: FAIL
|
||||
|
||||
[Audio of other host autoupgraded]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[image-upgrade.https.sub.html]
|
||||
[Image autoupgraded]
|
||||
expected: FAIL
|
||||
|
||||
[Image of other host autoupgraded]
|
||||
expected: FAIL
|
|
@ -1,9 +0,0 @@
|
|||
[mixed-content-cors.https.sub.html]
|
||||
[Cross-Origin audio should get upgraded even if CORS is set]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-Origin image should get upgraded even if CORS is set]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-Origin video should get upgraded even if CORS is set]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[video-upgrade.https.sub.html]
|
||||
[Video autoupgraded]
|
||||
expected: FAIL
|
||||
|
||||
[Video of other host autoupgraded]
|
||||
expected: FAIL
|
|
@ -1,12 +1,13 @@
|
|||
[shared-worker-insecure-first.https.html]
|
||||
expected: TIMEOUT
|
||||
[Shared worker in subframe]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Nested worker in shared worker in subframe]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Shared worker in popup]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Nested worker from shared worker in popup]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[shared-worker-secure-first.https.html]
|
||||
expected: TIMEOUT
|
||||
[Shared worker in subframe]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -6,7 +7,7 @@
|
|||
expected: FAIL
|
||||
|
||||
[Shared worker in popup]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
||||
[Nested worker from shared worker in popup]
|
||||
expected: FAIL
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
[img-tag.https.html]
|
||||
[Upgrade-Insecure-Requests: Expects blocked for img-tag to cross-http-downgrade origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Upgrade-Insecure-Requests: Expects blocked for img-tag to same-http-downgrade origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[img-tag.https.html]
|
||||
[Upgrade-Insecure-Requests: Expects blocked for img-tag to cross-http-downgrade origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Upgrade-Insecure-Requests: Expects blocked for img-tag to same-http-downgrade origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
6
tests/wpt/meta/upgrade-insecure-requests/gen/top.meta/unset/img-tag.https.html.ini
vendored
Normal file
6
tests/wpt/meta/upgrade-insecure-requests/gen/top.meta/unset/img-tag.https.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[img-tag.https.html]
|
||||
[Upgrade-Insecure-Requests: Expects blocked for img-tag to cross-http-downgrade origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
||||
|
||||
[Upgrade-Insecure-Requests: Expects blocked for img-tag to same-http-downgrade origin and no-redirect redirection from https context.]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue