blob: d72df6f86420cbad1eb43d2c4c3ef9e3a34199b7 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>HTML Test: browsing context name - self</title>
<link rel="author" title="Intel" href="http://www.intel.com/">
<script>
window.name = "selfWin1";
var win = window.open("resources/post-to-top.html", "_self");
win.close();
</script>