summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_iframe_sandbox_srcdoc_no_allow_scripts.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/test/file_iframe_sandbox_srcdoc_no_allow_scripts.html')
-rw-r--r--dom/html/test/file_iframe_sandbox_srcdoc_no_allow_scripts.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/html/test/file_iframe_sandbox_srcdoc_no_allow_scripts.html b/dom/html/test/file_iframe_sandbox_srcdoc_no_allow_scripts.html
new file mode 100644
index 0000000000..b6faf83cc9
--- /dev/null
+++ b/dom/html/test/file_iframe_sandbox_srcdoc_no_allow_scripts.html
@@ -0,0 +1 @@
+<script>parent.parent.ok_wrapper(false, 'an object inside an iframe sandboxed with only allow-same-origin should not be able to run scripts')</script>