summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/popups/popup_blocker.html
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/popups/popup_blocker.html')
-rw-r--r--browser/base/content/test/popups/popup_blocker.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/browser/base/content/test/popups/popup_blocker.html b/browser/base/content/test/popups/popup_blocker.html
new file mode 100644
index 0000000000..8e2d958059
--- /dev/null
+++ b/browser/base/content/test/popups/popup_blocker.html
@@ -0,0 +1,13 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>Page creating two popups</title>
+ </head>
+ <body>
+ <script type="text/javascript">
+ window.open("popup_blocker_a.html", "a");
+ window.open("popup_blocker_b.html", "b");
+ </script>
+ </body>
+</html>