diff options
Diffstat (limited to 'dom/security/test/sri/rsf_worker.js')
-rw-r--r-- | dom/security/test/sri/rsf_worker.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/security/test/sri/rsf_worker.js b/dom/security/test/sri/rsf_worker.js new file mode 100644 index 0000000000..553d3deee7 --- /dev/null +++ b/dom/security/test/sri/rsf_worker.js @@ -0,0 +1,2 @@ +parent.postMessage('bad_worker_could_load', '*'); +importScripts('rsf_imported.js'); |