gecko-dev/browser/components/extensions/test/browser/file_find_frames.html
Kevin Jones e25ef66af6 Bug 1406912 - Fix _serializeRangeData does not handle ranges found in same node properly. r=mixedpuppy
--HG--
extra : amend_source : 10c38fa5cf069e7d7bf7d23c7f992149462bd297
2017-10-09 12:42:00 -04:00

20 lines
824 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>Banana 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>