diff options
Diffstat (limited to 'devtools/shared/webconsole/test/chrome/sandboxed_iframe.html')
-rw-r--r-- | devtools/shared/webconsole/test/chrome/sandboxed_iframe.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devtools/shared/webconsole/test/chrome/sandboxed_iframe.html b/devtools/shared/webconsole/test/chrome/sandboxed_iframe.html new file mode 100644 index 0000000000..55a6224b50 --- /dev/null +++ b/devtools/shared/webconsole/test/chrome/sandboxed_iframe.html @@ -0,0 +1,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> |