summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/mochitest/file_contains_iframe.html
blob: e905b5a224bb96acab4ff601980a85ce5fb972ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>file contains iframe</title>
</head>
<body>

<iframe src="//example.org/tests/toolkit/components/extensions/test/mochitest/file_contains_img.html">
</iframe>

</body>
</html>