1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/general/file_bug628069.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<html> 1.5 +<body onhashchange='hashchange(event)' onload='load()'> 1.6 + 1.7 +<script> 1.8 +function hashchange(e) { 1.9 + (opener || parent).childHashchange(e); 1.10 +} 1.11 + 1.12 +function load() { 1.13 + (opener || parent).childLoad(); 1.14 +} 1.15 +</script> 1.16 + 1.17 +Just a shell of a page. 1.18 +</body> 1.19 +</html>