diff options
author | Tim van der Lippe <TimvdLippe@users.noreply.github.com> | 2025-04-13 22:54:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-13 20:54:59 +0000 |
commit | 85e4a2b5c7b4d6422d29d65e9948e61c5d2b00f9 (patch) | |
tree | c497c1b3897f68bef1ec715b8d21c6757a68a0d1 /tests/wpt/meta/html/canvas | |
parent | 5d84acc06e2cb4ee6360059aa0497c6f013acbb8 (diff) | |
download | servo-85e4a2b5c7b4d6422d29d65e9948e61c5d2b00f9.tar.gz servo-85e4a2b5c7b4d6422d29d65e9948e61c5d2b00f9.zip |
Update FetchTaskTarget to propagate CSP violations. (#36409)
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>
Diffstat (limited to 'tests/wpt/meta/html/canvas')
-rw-r--r-- | tests/wpt/meta/html/canvas/offscreen/canvas-host/2d.canvas.host.size.large.worker.js.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/wpt/meta/html/canvas/offscreen/canvas-host/2d.canvas.host.size.large.worker.js.ini b/tests/wpt/meta/html/canvas/offscreen/canvas-host/2d.canvas.host.size.large.worker.js.ini deleted file mode 100644 index d571dfa4cf9..00000000000 --- a/tests/wpt/meta/html/canvas/offscreen/canvas-host/2d.canvas.host.size.large.worker.js.ini +++ /dev/null @@ -1,2 +0,0 @@ -[2d.canvas.host.size.large.worker.html] - expected: CRASH |