blob: 70064efe74bc64caa33c2720e3e89f7364850a07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=199692
-->
<head>
<title>Nested, nested iframe for bug 199692 tests</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div id="nest2div" style="border: 2px dotted blue;">nested, depth 2</div>
</body>
</html>
|