fune/dom/security/test/csp/file_bug1738418_child.html
2022-02-17 11:38:37 +00:00

11 lines
203 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<script type="text/javascript">
window.parent.parent.postMessage({
element: location.hash.substr(1),
domain: document.domain,
}, '*');
</script>
</body>
</html>