summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_iframe_sandbox_pass.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/test/file_iframe_sandbox_pass.js')
-rw-r--r--dom/html/test/file_iframe_sandbox_pass.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/html/test/file_iframe_sandbox_pass.js b/dom/html/test/file_iframe_sandbox_pass.js
new file mode 100644
index 0000000000..15b3e7d3ff
--- /dev/null
+++ b/dom/html/test/file_iframe_sandbox_pass.js
@@ -0,0 +1,4 @@
+ok(
+ true,
+ "documents sandboxed with allow-scripts should be able to run <script src=...>"
+);