diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/html/render/form-display-none.html | 1 |
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> |