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