diff options
Diffstat (limited to 'dom/base/test/file_js_cache.html')
-rw-r--r-- | dom/base/test/file_js_cache.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/base/test/file_js_cache.html b/dom/base/test/file_js_cache.html new file mode 100644 index 0000000000..6feb94d872 --- /dev/null +++ b/dom/base/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> |