summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_bug1738418_parent.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/security/test/csp/file_bug1738418_parent.html')
-rw-r--r--dom/security/test/csp/file_bug1738418_parent.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/security/test/csp/file_bug1738418_parent.html b/dom/security/test/csp/file_bug1738418_parent.html
new file mode 100644
index 0000000000..c8bdbb2c46
--- /dev/null
+++ b/dom/security/test/csp/file_bug1738418_parent.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <base href="file_bug1738418_child.html">
+</head>
+<body>
+ <iframe src="#iframe"></iframe>
+ <embed src="#embed"></embed>
+ <object data="#object"></object>
+</body>
+</html>