summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/general/file_bug628069.html
blob: 9fd28888c913b3ce352b7df9eda36ee742128672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<body onhashchange='hashchange(event)' onload='load()'>

<script>
function hashchange(e) {
  (opener || parent).childHashchange(e);
}

function load() {
  (opener || parent).childLoad();
}
</script>

Just a shell of a page.
</body>
</html>