From b0f6a3f055039c5c9c3ab651029a315a88eb6134 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 17 Mar 2024 10:16:29 +0100 Subject: Clamp width to min/max in getAvailWidthOfChild() When the width is set to auto, a different branch is used to compute the width via getAvailWidth(true). The returned witdh needs to be clamped to be in the min/max-width CSS range if given, as otherwise it won't be corrected. Fixes: https://github.com/dillo-browser/dillo/issues/89 --- test/html/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'test') diff --git a/test/html/Makefile.am b/test/html/Makefile.am index 39931d2f..9098e3dc 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -39,5 +39,4 @@ XFAIL_TESTS = \ render/max-width-html.html \ render/min-width-html.html \ render/span-padding.html \ - render/table-max-width.html \ render/table-td-width-percent.html -- cgit v1.2.3