summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/data/file_with_iframe.html
blob: 705350d55c93406a9768e51ed7b948ad1dbb881d (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>file with iframe</title>
  </head>
  <body>
    <div id="test"></div>
    <iframe src="./file_sample.html"></iframe>
  </body>
</html>