blob: aebb57b0197e3c08b0e046c93d656c2fae554ec8 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>HTML Test: post window's name to top browsing context</title>
<link rel="author" title="Intel" href="http://www.intel.com/">
<script>
top.postMessage({
name: window.name,
isTop: (window.top === window)
}, "*");
</script>