summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/mochitest/file_with_subframes_and_embed.html
blob: 348c51f16c1496fe109f8d622961cb9528e46946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML>
<meta charset="utf-8">

Load a bunch of iframes with subframes.
<p>
<iframe src="file_contains_iframe.html"></iframe>
<iframe src="file_WebNavigation_page1.html"></iframe>
<iframe src="file_with_xorigin_frame.html"></iframe>

<p>
Load an embed frame.
<p>
<embed type="text/html" src="file_sample.html"></embed>

<p>
And an object.
<p>
<object type="text/html" data="file_contains_img.html"></embed>

<p>
Done.