diff options
Diffstat (limited to 'dom/serviceworkers/test/scope/scope_worker.js')
-rw-r--r-- | dom/serviceworkers/test/scope/scope_worker.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/serviceworkers/test/scope/scope_worker.js b/dom/serviceworkers/test/scope/scope_worker.js new file mode 100644 index 0000000000..4164e7a244 --- /dev/null +++ b/dom/serviceworkers/test/scope/scope_worker.js @@ -0,0 +1,2 @@ +// This worker is used to test if calling register() without a scope argument +// leads to scope being relative to service worker script. |