aboutsummaryrefslogtreecommitdiff
path: root/test/html/render/form-display-none.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/html/render/form-display-none.html')
-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>