summaryrefslogtreecommitdiffstats
path: root/dom/serviceworkers/test/file_js_cache.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/serviceworkers/test/file_js_cache.html')
-rw-r--r--dom/serviceworkers/test/file_js_cache.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/serviceworkers/test/file_js_cache.html b/dom/serviceworkers/test/file_js_cache.html
new file mode 100644
index 0000000000..6feb94d872
--- /dev/null
+++ b/dom/serviceworkers/test/file_js_cache.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="utf-8">
+ <title>Add a tag script to save the bytecode</title>
+</head>
+<body>
+ <script id="watchme" src="file_js_cache.js"></script>
+</body>
+</html>