summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/browsing-context-names/existing.html
blob: 13d2c6ab4e00c25e3506e31d3b538f38ef02aee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<meta charset="utf-8">
<title>This is a test page</title>
<link rel="author" title="Intel" href="http://www.intel.com/">
<script>

function do_test() {
  window.open("message.html", "existWin");
}

</script>