mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-07 19:59:18 +02:00
20 lines
824 B
HTML
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>
|
|
|