blob: 05fc8a4582de1b966c7b335b9cdb340e62ffb787 [file] [log] [blame]
<script>
function testFunction() {
try {
var s = location.href + history.length;
} catch (e) {
}
}
parent.testPhase1();
</script>