Sign in
webkit
/
WebKit
/
c95f204dadee0e3e4e408eae4b1218f165cb8183
/
.
/
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>