diff options
author | Cameron Paul <cpaul37@gmail.com> | 2025-06-02 14:14:28 -0500 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-06-16 19:31:04 +0200 |
commit | 7901b52fa94f6e990808b0d6e9318f59f0e0434f (patch) | |
tree | c3c0e176d13811a88ec78af95fc50e3715d9029d /test/html/Makefile.am | |
parent | bd0c912a80a72f2c9a1701e510e53d3e2771247c (diff) |
Add margin rounding HTML test
See: https://github.com/dillo-browser/dillo/issues/407
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 044d5437..a1fd76e7 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -23,6 +23,7 @@ TESTS = \ render/img-aspect-ratio-mix.html \ render/img-aspect-ratio-relative-inside-fixed.html \ render/img-aspect-ratio.html \ + render/margin-rounding.html \ render/main-style.html \ render/margin-auto.html \ render/max-width-body.html \ @@ -50,6 +51,7 @@ TESTS = \ XFAIL_TESTS = \ render/div-100-percent-with-padding.html \ render/float-img-justify.html \ + render/margin-rounding.html \ render/margin-auto.html \ render/max-width-html.html \ render/min-width-html.html \ |