summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_iframe_sandbox_srcdoc_allow_scripts.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/test/file_iframe_sandbox_srcdoc_allow_scripts.html')
-rw-r--r--dom/html/test/file_iframe_sandbox_srcdoc_allow_scripts.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/html/test/file_iframe_sandbox_srcdoc_allow_scripts.html b/dom/html/test/file_iframe_sandbox_srcdoc_allow_scripts.html
new file mode 100644
index 0000000000..7d585be04f
--- /dev/null
+++ b/dom/html/test/file_iframe_sandbox_srcdoc_allow_scripts.html
@@ -0,0 +1 @@
+<script>parent.parent.ok_wrapper(true, "an object inside an iframe sandboxed with allow-scripts allow-same-origin should be able to run scripts and call functions in the parent of the iframe")</script>