From ad9b7a1bb01ac2aeed13a50991071fb2d565d7f3 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 20 Apr 2024 21:35:05 +0200 Subject: 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 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 --- test/html/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/html/Makefile.am') 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 -- cgit v1.2.3