docshell/test/navigation/open.html

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:36ec5dddfb03
1 <html>
2 <body>
3 <script>
4 var target = window.location.hash.substring(1);
5 document.write("target=" + target);
6 window.open("data:text/html,<html><body>This is a popup</body></html>", target, "width=10,height=10");
7 </script>
8 </body>
9 </html>

mercurial