gecko/dom/tests/mochitest/general/file_bug628069.html

17 lines
247 B
HTML
Raw Normal View History

<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>