[shared-worker-import-csp.html]
expected:
if not debug and not asan and (os == "mac"): [OK, CRASH]
if not debug and not asan and (os == "android"): [CRASH, OK]
if not debug and asan: CRASH
if debug: CRASH
[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: [PASS, FAIL]
[script-src 'self' directive should disallow cross origin static import.]
expected: FAIL
[worker-src 'self' directive should disallow cross origin static import.]
expected: FAIL