diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-20 21:35:05 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-04-28 22:37:01 +0200 |
commit | ad9b7a1bb01ac2aeed13a50991071fb2d565d7f3 (patch) | |
tree | f1690a340e4fbcb9592ce848b8a64da23109855b /test/html/Makefile.am | |
parent | 021adb56db9d66cee2b58a635764798245b494d0 (diff) |
Add HTML test for missing width in one column
It is currently failing, as the unbounded column is taking all the
space.
Reported-by: Kevin Koster <dillo@ombertech.com>
Link: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/message/H7JEBC2HYNJ6FUPQM7ILBP7I5FLU33IZ/
Link: https://www.mail-archive.com/dillo-dev@mailman3.com/msg00020.html
Diffstat (limited to 'test/html/Makefile.am')
-rw-r--r-- | test/html/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am index 43417ce6..a34da697 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -25,6 +25,7 @@ TESTS = \ render/min-width-nested-div.html \ render/span-padding.html \ render/table-max-width.html \ + render/table-missing-width-in-one-column.html \ render/table-td-width-percent-img.html \ render/table-td-width-percent.html \ render/table-thead-tfoot.html \ @@ -39,4 +40,5 @@ XFAIL_TESTS = \ render/max-width-html.html \ render/min-width-html.html \ render/span-padding.html \ + render/table-missing-width-in-one-column.html \ render/table-td-width-percent.html |