summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/injectedfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/test/assets/injectedfile.js')
-rw-r--r--remote/test/puppeteer/test/assets/injectedfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/test/puppeteer/test/assets/injectedfile.js b/remote/test/puppeteer/test/assets/injectedfile.js
new file mode 100644
index 0000000000..c211b62c16
--- /dev/null
+++ b/remote/test/puppeteer/test/assets/injectedfile.js
@@ -0,0 +1,2 @@
+window.__injected = 42;
+window.__injectedError = new Error('hi');