RetroZilla/layout/html/tests/block/bugs/8749.html

18 lines
153 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html><head>
<title>Nested DL's
</title>
<body>
<dl>
<dd>
PARENT DL
</dd>
<dl>
<dd>
Child DL
</dd>
</dl>
</dl>
</body>
</html>