diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-07-27 12:47:28 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-07-27 12:47:28 +0200 |
commit | 59b746f013f60050b91cb5f6f8dd4a96c47f380e (patch) | |
tree | cb476ce475805488a0ff329c511c5df9f49d4ae4 /test/html/Makefile.am | |
parent | b9cf0792120d3c733b7509ba62f3f553ec119028 (diff) |
Add SVG currentColor 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 4e55d8f8..80cbcef9 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -30,6 +30,7 @@ TESTS = \ render/min-width-html.html \ render/min-width-nested-div.html \ render/span-padding.html \ + render/svg-current-color.html \ render/table-max-width.html \ render/table-missing-width-in-one-column.html \ render/table-td-width-percent-img.html \ |