Bug 1733104 - Implement runtime.getFrameId available from content scripts r=robwu
[gecko.git] / toolkit / components / extensions / test / mochitest / file_with_subframes_and_embed.html
blob348c51f16c1496fe109f8d622961cb9528e46946
1 <!DOCTYPE HTML>
2 <meta charset="utf-8">
4 Load a bunch of iframes with subframes.
5 <p>
6 <iframe src="file_contains_iframe.html"></iframe>
7 <iframe src="file_WebNavigation_page1.html"></iframe>
8 <iframe src="file_with_xorigin_frame.html"></iframe>
10 <p>
11 Load an embed frame.
12 <p>
13 <embed type="text/html" src="file_sample.html"></embed>
15 <p>
16 And an object.
17 <p>
18 <object type="text/html" data="file_contains_img.html"></embed>
20 <p>
21 Done.