summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/about/iframe_page_csp.html
blob: 93a23de15dffdd11ba69cf664fe79808fb5a4766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Dummy iFrame page</title>
</head>
<body>
<h1>iFrame CSP test</h1>
<iframe id="theIframe"
        sandbox="allow-scripts"
        width=800
        height=800
        src="http://example.org:8000/browser/browser/base/content/test/about/csp_iframe.sjs">
</iframe>
</body>
</html>