diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-31 23:33:15 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-03-31 23:45:46 +0200 |
commit | b55dc711c6c4d8bc47b7ac2c9cf303c4dbf822f3 (patch) | |
tree | c8c9d43026481cd76ec15644a468cd2865520204 /test/html/Makefile.am | |
parent | c54576fb442f1198b70fc7f3021d2bbeaa2fc045 (diff) |
Add support for the main HTML tag
Fixes: https://github.com/dillo-browser/dillo/issues/109
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 0b124fc1..43417ce6 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -11,6 +11,7 @@ TESTS = \ render/float-img-justify.html \ render/hackernews.html \ render/img-aspect-ratio.html \ + render/main-style.html \ render/margin-auto.html \ render/max-width-body.html \ render/max-width-div.html \ |