summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_bug1738418_child.html
blob: 26e7f8f1f62c06d299cf50feb2dd3b3d6f91fdfe (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<body>
<script type="text/javascript">
  window.parent.parent.postMessage({
    element: location.hash.substr(1),
    domain: document.domain,
  }, '*');
</script>
</body>
</html>