summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/about/iframe_page_xfo.html
blob: 34e7f5cc528d2ff979792159935f2c545496e06f (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 XFO test</h1>
<iframe id="theIframe"
        sandbox="allow-scripts"
        width=800
        height=800
        src="http://example.org:8000/browser/browser/base/content/test/about/xfo_iframe.sjs">
</iframe>
</body>
</html>