tenfourfox/devtools/shared/webconsole/test/sandboxed_iframe.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

9 lines
233 B
HTML

<html>
<head><title>Sandboxed iframe</title></head>
<body>
<iframe id="sandboxed-iframe"
sandbox="allow-scripts"
srcdoc="<script>var foobarObject = {bug1051224: 'sandboxed'};</script>"></iframe>
</body>
</html>