3 <title>Popup Blocked Post Blank
</title>
6 // We rely on sequential ordering of POST processing.
7 var form
= document
.getElementById('form');
12 <body onload=
"test()">
13 If the POST pop-up was not blocked then there will be an warning message displayed in a new tab. Otherwise, the test passes.
14 <form id=
"form" method=
"post" action=
"data:text/html,<title>Popup Success!</title>you should not see this message if popup blocker is enabled" target=
"_blank">
15 <input type=
"submit" value=
"Submit to new window"/>