summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/test/file_js_cache.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/serviceworkers/test/file_js_cache.js')
-rw-r--r--dom/serviceworkers/test/file_js_cache.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/serviceworkers/test/file_js_cache.js b/dom/serviceworkers/test/file_js_cache.js
new file mode 100644
index 0000000000..b9b966775c
--- /dev/null
+++ b/dom/serviceworkers/test/file_js_cache.js
@@ -0,0 +1,5 @@
+function baz() {}
+function bar() {}
+function foo() { bar() }
+foo();
+