sandboxed_iframe.html (233B)
1 <html> 2 <head><title>Sandboxed iframe</title></head> 3 <body> 4 <iframe id="sandboxed-iframe" 5 sandbox="allow-scripts" 6 srcdoc="<script>var foobarObject = {bug1051224: 'sandboxed'};</script>"></iframe> 7 </body> 8 </html>