mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-03 23:19:50 +00:00
10 lines
235 B
HTML
10 lines
235 B
HTML
<!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}, "*");
|
|
|
|
</script>
|