tenfourfox/devtools/shared/webconsole/test/sandboxed_iframe.html

9 lines
233 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<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>