summaryrefslogtreecommitdiffstats
path: root/docshell/test/chrome/file_viewsource_forbidden_in_iframe.html
blob: fdecbbdfe1f549612dc01787601882af6466a466 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Test ifranes for view-source forbidden in iframe tests</title>
</head>
<body>
  <iframe id="testIframe"></iframe>
  <iframe id="refIframe"></iframe>
</body>
</html>