summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/focus/support/focus-restoration-in-different-site-iframes-other.html
blob: b302b90938789e2090b99bb0c223080c68962e37 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<meta charset="utf-8">
<script>
window.onload = function() {
    opener.postMessage("other", "*");
}
</script>