servo/tests/wpt/web-platform-tests/html/browsers/sandboxing/sandbox-new-execution-context-iframe.html

5 lines
134 B
HTML

<body>
<script>
Object.getPrototypeOf(document).changeFromSandboxedIframe = "change from sandboxed iframe";
</script>
</body>