summaryrefslogtreecommitdiffstats
path: root/mobile/android/tests/browser/robocop/robocop_popup.html
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/tests/browser/robocop/robocop_popup.html')
-rw-r--r--mobile/android/tests/browser/robocop/robocop_popup.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/mobile/android/tests/browser/robocop/robocop_popup.html b/mobile/android/tests/browser/robocop/robocop_popup.html
deleted file mode 100644
index 4b7db35c7..000000000
--- a/mobile/android/tests/browser/robocop/robocop_popup.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<!doctype html>
-<html>
- <head>
- <meta charset="UTF-8">
- <title>Page creating a popup</title>
- </head>
- <body>
- <script type="text/javascript">
- window.open("data:text/plain;charset=utf-8,a", "a");
- </script>
- </body>
-</html>