diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dl.expected | 2 | ||||
-rw-r--r-- | tests/dl.html | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/tests/dl.expected b/tests/dl.expected index 4e828ea..b7af148 100644 --- a/tests/dl.expected +++ b/tests/dl.expected @@ -28,6 +28,8 @@ FF graphical web browser developed by the Mozilla Corporation and hundreds of volunteers. + nested + com item The Red Panda also known as the Lesser Panda, Wah, Bear Cat or Firefox, is a mostly herbivorous mammal, slightly larger diff --git a/tests/dl.html b/tests/dl.html index 4824a8a..618eef4 100644 --- a/tests/dl.html +++ b/tests/dl.html @@ -35,6 +35,17 @@ graphical web browser developed by the<br> Mozilla Corporation and hundreds of<br> volunteers. + <dl> + <dt>nested</dt> + <dd> + <dl compact> + <dt>com</dt> + <dd> + item + </dd> + </dl> + </dd> + </dl> </dd> <dd> The Red Panda also known as the Lesser<br> |