blob: f27a9b3a4137576e3b5a67f077f0da1a8428c825 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[shared-worker-import-csp.html]
[worker-src 'self' directive should override script-src * directive and disallow cross origin static import.]
expected: FAIL
[script-src 'self' directive should disallow cross origin dynamic import.]
expected:
if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
if os == "linux": [PASS, FAIL]
[PASS,FAIL]
[worker-src 'self' directive should not take effect on dynamic import.]
expected: FAIL
[script-src 'self' directive should disallow cross origin static import.]
expected:
if (os == "linux") and not fission: [FAIL, PASS]
FAIL
[worker-src 'self' directive should disallow cross origin static import.]
expected: FAIL
|