blob: 55a6224b508d284ba1263a026976b1269b37bf70 (
plain)
1
2
3
4
5
6
7
8
|
<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>
|