summaryrefslogtreecommitdiffstats
path: root/dom/security/test/csp/file_bug1738418_parent.html
blob: c8bdbb2c46d8852c4f94dd28a0adb131f705eeeb (plain)
1
2
3
4
5
6
7
8
9
10
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>