summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/popups/popup_blocker2.html
blob: ec880c0821320a31bb91819df24acb4824556361 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>Page creating a popup</title>
  </head>
  <body>
    <button id="pop" onclick='window.setTimeout(() => {window.open("popup_blocker_a.html", "a");}, 10);'>Open Popup</button>
  </body>
</html>