summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/sandboxing/sandbox-new-execution-context-iframe.html
blob: 801e78f9c033bf70c6f8a9e5d4d51cd1fe8f7d6a (plain)
1
2
3
4
5
<body>
  <script>
    Object.getPrototypeOf(document).changeFromSandboxedIframe = "change from sandboxed iframe";
  </script>
</body>