diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-17 10:16:29 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-17 20:37:33 +0100 |
commit | b0f6a3f055039c5c9c3ab651029a315a88eb6134 (patch) | |
tree | 5728f114444a85a66112d12b4999d263d2cbe94d /test/html/Makefile.am | |
parent | 90e0e5b3bb0ff3c4dfbdaa6c6a22f2a6196b4f73 (diff) |
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
Diffstat (limited to 'test/html/Makefile.am')
-rw-r--r-- | test/html/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
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 |