mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
It also updates the FetchResponseListener to process CSP violations to ensure that iframe elements (amongst others) properly generate the CSP events. These iframe elements are used in the Trusted Types tests themselves and weren't propagating the violations before. However, the tests themselves are still not passing since they also use Websockets, which currently aren't using the fetch machinery itself. That is fixed as part of [1]. [1]: https://github.com/servo/servo/issues/35028 --------- Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
17 lines
481 B
INI
Vendored
17 lines
481 B
INI
Vendored
[url-with-fetch.any.html]
|
|
[Revoke blob URL after creating Request, will fetch]
|
|
expected: FAIL
|
|
|
|
[Revoke blob URL after creating Request, then clone Request, will fetch]
|
|
expected: FAIL
|
|
|
|
|
|
[url-with-fetch.any.worker.html]
|
|
[Revoke blob URL after creating Request, will fetch]
|
|
expected: FAIL
|
|
|
|
[Revoke blob URL after creating Request, then clone Request, will fetch]
|
|
expected: FAIL
|
|
|
|
[Revoke blob URL after calling fetch, fetch should succeed]
|
|
expected: FAIL
|