blob: b3b4f59b53597416576e7d08252e101f5fe8191b [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 = "selfWin2";
var win = window.open("resources/post-to-top.html", "");
win.close();
</script>