summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/battery-status/resources/window-postmessage-open-close.html
blob: 3adb8ceecdc36eb667eb8238ca20515714c9e86f (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 onunload="opener.postMessage('closed', '*');">
<script>
opener.postMessage("opened", "*");
</script>
</body>
</html>