summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_evalscript_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/security/test/csp/file_evalscript_main.html')
-rw-r--r--dom/security/test/csp/file_evalscript_main.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/dom/security/test/csp/file_evalscript_main.html b/dom/security/test/csp/file_evalscript_main.html
new file mode 100644
index 0000000000..e83c1d9ed7
--- /dev/null
+++ b/dom/security/test/csp/file_evalscript_main.html
@@ -0,0 +1,12 @@
+<html>
+ <head>
+ <title>CSP eval script tests</title>
+ <script type="application/javascript"
+ src="file_evalscript_main.js"></script>
+ </head>
+ <body>
+
+ Foo.
+
+ </body>
+</html>