diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-17 12:18:47 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-17 20:37:33 +0100 |
commit | fc762938d3459cf91dacf4ff08d6888c59a909e9 (patch) | |
tree | 2da8a5c12d6a42ac1707b0fc1d568f2b62be7cf1 /test/html/Makefile.am | |
parent | 34e1df638f604f601d17938a1a7d12ca47f03134 (diff) |
Add min-width-div-extend HTML render test
Diffstat (limited to 'test/html/Makefile.am')
-rw-r--r-- | test/html/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/html/Makefile.am b/test/html/Makefile.am index 70ed33ee..39931d2f 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -18,6 +18,7 @@ TESTS = \ render/max-width-html.html \ render/max-width-nested-div.html \ render/min-width-body.html \ + render/min-width-div-extend.html \ render/min-width-div.html \ render/min-width-html.html \ render/min-width-nested-div.html \ |