mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
19 lines
274 B
HTML
19 lines
274 B
HTML
<!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>
|