blob: 9feee169ca336f8874106c94ee2c9e99757d9e26 [file] [log] [blame]
<html>
<script>
function informParent() {
parent.parent.subFrameLoaded();
}
</script>
<body onload="informParent();">
test text
</body>
</html>