summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/battery-status/resources/window-postmessage-open-close.html
blob: ae256c71ceb56679b57dc85a5911286e792e3066 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<!-- Used when testing access of a closed/detached window's properties -->
<html>
<body onpagehide="opener.postMessage('closed', '*');">
<script>
opener.postMessage("opened", "*");
</script>
</body>
</html>