mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
This makes sure that when workers are created, their global scope has the correct policy-container set so that we can do CSP-checks. Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
15 lines
355 B
INI
Vendored
15 lines
355 B
INI
Vendored
[script-src-spv-asynch.any.sharedworker.html]
|
|
expected: ERROR
|
|
|
|
[script-src-spv-asynch.any.html]
|
|
[Securitypolicyviolation event looks like it should]
|
|
expected: FAIL
|
|
|
|
|
|
[script-src-spv-asynch.any.worker.html]
|
|
[Securitypolicyviolation event looks like it should]
|
|
expected: FAIL
|
|
|
|
|
|
[script-src-spv-asynch.any.serviceworker.html]
|
|
expected: ERROR
|