RetroZilla/parser/htmlparser/tests/html/100466.html

19 lines
274 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<body>
<DL>
<DT style="background-color:red">A line (unclosed)
<DL>
<DT>Should be indented</DT>
</DL>
</DL>
<DL>
<DT>B line (closed)</dt>
<DL>
<DT>Should be indented</DT>
</DL>
</DL>
</body>
</html>