aboutsummaryrefslogtreecommitdiff
path: root/test/html/render
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-08-24 18:38:20 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-08-30 16:08:34 +0200
commit1a630a35c5941e72e3cd78d6c5bf3236c55248fc (patch)
tree6c8d218f796ec1c865537077797ed6e7f0de164f /test/html/render
parent582d27413faef25d9abd4f1f6dfc18f5e9b8cc5c (diff)
Fix button with display:none directly
Diffstat (limited to 'test/html/render')
-rw-r--r--test/html/render/form-display-none.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/html/render/form-display-none.html b/test/html/render/form-display-none.html
index fec9c96c..4842f1ba 100644
--- a/test/html/render/form-display-none.html
+++ b/test/html/render/form-display-none.html
@@ -40,6 +40,7 @@
<hr>
<p>The ones below are outside the form</p>
<input style="display: none" type="text" name="out-text">
+ <button style="display: none">Look at this <img src="pic.png"> image</button>
<hr>
</body>
</html>