mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
331 B
HTML
15 lines
331 B
HTML
<!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>
|
|
|