Bug 1716864 [wpt PR 29405] - Test printing during unload/beforeunload, a=testonly
[gecko.git] / testing / web-platform / tests / html / webappapis / user-prompts / resources / destination.html
blob87fb35cea33a7d5065269983937693361f6bb3ac
1 <!DOCTYPE html>
2 <meta charset="utf-8">
4 <script>
5 "use strict";
7 opener.postMessage("destination", "*");
8 </script>