open-in-_parent.html (224B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>HTML Test: browsing context name - parent</title> 4 <link rel="author" title="Intel" href="http://www.intel.com/"> 5 <script> 6 7 window.open("post-to-top.html", "_parent"); 8 9 </script>