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

  onmessage = ({data}) => target.postMessage({}, "*");
</script>