haikuwebkit/LayoutTests/accessibility/resources/inform-parent-of-load.html

13 lines
162 B
HTML

<html>
<script>
function informParent() {
parent.parent.subFrameLoaded();
}
</script>
<body onload="informParent();">
test text
</body>
</html>