summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_001.htm
blob: 051ca5ecd78a17f499d3df76b0bd8f1b6a9dbade (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <title>Page with script</title>
</head>
<body>
    <script type="text/javascript">
        parent.window.postMessage("script ran", "*");
    </script>
</body>
</html>