Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
LayoutTests
/
http
/
tests
/
dom
/
resources
/
post-message-to-parent-when-loaded.html
blob: 618c3883ba385e16e38827bf748532547fcd61ed [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
onload
=
()
=>
{
parent
.
postMessage
(
"loaded"
,
"*"
);
}
</script>
</body>
</html>