summaryrefslogtreecommitdiffstats
path: root/docshell/test/mochitest/ping.html
blob: 7d84560dd122402ab49c04c03503263ffcff4004 (plain)
1
2
3
4
5
6
<!doctype html>
<script>
  "use strict";
  let target = (window.opener || window.parent);
  target.postMessage("ping", "*");
</script>