Sign in
webkit
/
WebKit
/
fdb0433fcdb3eb8ab32f014920674462138bb5c0
/
.
/
LayoutTests
/
accessibility
/
resources
/
inform-parent-of-load.html
blob: 9feee169ca336f8874106c94ee2c9e99757d9e26 [
file
] [
log
] [
blame
]
<html>
<script>
function
informParent
()
{
parent
.
parent
.
subFrameLoaded
();
}
</script>
<body
onload
=
"
informParent
();
"
>
test text
</body>
</html>