summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/popup/popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'remote/test/puppeteer/test/assets/popup/popup.html')
-rw-r--r--remote/test/puppeteer/test/assets/popup/popup.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/remote/test/puppeteer/test/assets/popup/popup.html b/remote/test/puppeteer/test/assets/popup/popup.html
new file mode 100644
index 0000000000..b855162c25
--- /dev/null
+++ b/remote/test/puppeteer/test/assets/popup/popup.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Popup</title>
+ </head>
+ <body>
+ I am a popup
+ </body>
+</html>