summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/blink-contrib/resources/worker-importscripts.js
blob: 65ec6f44624b1a1711ba29404f57ab6c31179004 (plain)
1
2
3
4
5
6
try {
    importScripts("/content-security-policy/blink-contrib/resources/post-message.js");
    postMessage("importScripts allowed");
} catch (e) {
    postMessage("importScripts blocked");
}