<dl> test

This commit is contained in:
bptato
2021-02-13 16:53:01 +01:00
parent b2081866fd
commit ef34bf837c
2 changed files with 41 additions and 0 deletions

18
tests/dl.expected Normal file
View File

@@ -0,0 +1,18 @@
w3m
WWW wo miru
A pager with web browsing capabilities,
maintained for Debian.
Firefox
(linebreak)
FF
.
A free, open source, cross-platform,
graphical web browser developed by the
Mozilla Corporation and hundreds of
volunteers.
The Red Panda also known as the Lesser
Panda, Wah, Bear Cat or Firefox, is a
mostly herbivorous mammal, slightly larger
than a domestic cat (60 cm long).

23
tests/dl.html Normal file
View File

@@ -0,0 +1,23 @@
<dl>
<dt>w3m</dt>
<dt>WWW wo miru</dt>
<dd>
A pager with web browsing capabilities,<br>
maintained for Debian.
</dd>
<dt><br>Firefox<br>(linebreak)</dt><br>
<dt>FF</dt>
.
<dd>
A free, open source, cross-platform,<br>
graphical web browser developed by the<br>
Mozilla Corporation and hundreds of<br>
volunteers.
</dd>
<dd>
The Red Panda also known as the Lesser<br>
Panda, Wah, Bear Cat or Firefox, is a<br>
mostly herbivorous mammal, slightly larger<br>
than a domestic cat (60 cm long).
</dd>
</dl>