summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/sandbox_allow_script.html
blob: a2d5b73eda8ea67237a42a04bdad7968b09a27a6 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<meta charset="utf-8">
<title>HTML Test: sandbox_allow_scripts</title>
<link rel="author" title="Intel" href="http://www.intel.com/">
<div id="test">Before change</div>
<script>
  parent.window.postMessage("Script executed", "*");
</script>