CLOSED TREE: TraceMonkey merge head. (a=blockers)
[mozilla-central.git] / docshell / test / navigation / open.html
blob1bb70f865b22149d8d38fb4a8b048ce278add06c
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>