diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-22 20:47:53 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-01 20:58:38 +0200 |
commit | 3eb7b5544452ab001f3c570ddd5760bcc61f413c (patch) | |
tree | 28db9b16f772a514aea4ed9c0c27a4ee34a7e7cf /test/html/Makefile.am | |
parent | 4f303337cdf3d86b69918a137db19351cdbae581 (diff) |
Add unclosed tag test for tbody, thead and tfoot
Diffstat (limited to 'test/html/Makefile.am')
-rw-r--r-- | test/html/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am index 5b6643d6..eee0e3fd 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -37,6 +37,7 @@ TESTS = \ render/table-td-width-percent-img.html \ render/table-td-width-percent.html \ render/table-thead-tfoot.html \ + render/table-thead-tfoot-open-tag.html \ render/white-space.html # To be fixed |