mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|