blob: 24d16cfcceabb4b50d8b4a502c5bbb905b65ffb5 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Page with script</title>
</head>
<body>
<script type="text/javascript">
parent.window.postMessage("script ran", "*");
</script>
</body>
</html>