summaryrefslogtreecommitdiffstats
path: root/browser/components/extensions/test/browser/file_find_frames.html
blob: cb93ae484e8072d73c27810bfbb262dd585cfda3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html><meta charset="utf-8">
<body>

<p>Bánana 0</p>
<iframe src="data:text/html,<p>baNana 2</p>
                            <iframe src='data:text/html,banaNaland 4' height='50' width='100%'></iframe>
                            <iframe src='data:text/html,bananAland 5' height='50' width='100%'></iframe>
                            <p>banAna 3</p>" height="250" width="100%"></iframe>
<p>bAnana 1</p>
<p><b>fru</b>it<i><b>ca</b>ke</i></p>
<p>ang<div>elf</div>ood</p>
<p>This is an example of an example in the same node.</p>
<p>This <span>is an example</span> of <span>an example</span> of ranges in separate nodes.</p>
<iframe src="data:text/html,<p>example within a frame.</p>
  <iframe src='data:text/html,example within a sub-frame' height='50' width='100%'></iframe>" height="250" width="100%">
</iframe>
</body>
</html>