diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-24 18:26:05 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-30 16:08:34 +0200 |
commit | 582d27413faef25d9abd4f1f6dfc18f5e9b8cc5c (patch) | |
tree | e31e2bee639cfa206000eb94b6b01069e4f9b086 /test/html/Makefile.am | |
parent | d50233962821c1d678df0618d6d29f4e8c0eb596 (diff) |
Add html test for form elements with display:none
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 648d96c9..fc959b1f 100644 --- a/test/html/Makefile.am +++ b/test/html/Makefile.am @@ -15,6 +15,7 @@ TESTS = \ render/b-div.html \ render/div-100-percent-with-padding.html \ render/float-img-justify.html \ + render/form-display-none.html \ render/github-infinite-loop.html \ render/hackernews.html \ render/img-aspect-ratio-absolute.html \ |