blob: 7f60dbcc61bced6e11b45d8756adb82613add6ab [file] [log] [blame]
<script>
function frameLoaded() {
if (window.opener)
window.opener.postMessage('done', '*');
}
</script>
<iframe onload="frameLoaded()"
src="data:text/html,This is a boring HTML document."></iframe>