diff options
Diffstat (limited to 'mobile/android/tests/browser/robocop/robocop_popup.html')
-rw-r--r-- | mobile/android/tests/browser/robocop/robocop_popup.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mobile/android/tests/browser/robocop/robocop_popup.html b/mobile/android/tests/browser/robocop/robocop_popup.html new file mode 100644 index 000000000..4b7db35c7 --- /dev/null +++ b/mobile/android/tests/browser/robocop/robocop_popup.html @@ -0,0 +1,12 @@ +<!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> |