blob: 0ad79d6e16404a63152c0f4f4291e9cd11c801a4 [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 = 'myownself';
var win = window.open('post-to-top.html', '_self');
win.close();
</script>