aboutsummaryrefslogtreecommitdiff
path: root/test/html/render/form-display-none.ref.html
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-08-24 18:26:05 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2025-08-30 16:08:34 +0200
commit582d27413faef25d9abd4f1f6dfc18f5e9b8cc5c (patch)
treee31e2bee639cfa206000eb94b6b01069e4f9b086 /test/html/render/form-display-none.ref.html
parentd50233962821c1d678df0618d6d29f4e8c0eb596 (diff)
Add html test for form elements with display:none
Diffstat (limited to 'test/html/render/form-display-none.ref.html')
-rw-r--r--test/html/render/form-display-none.ref.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/html/render/form-display-none.ref.html b/test/html/render/form-display-none.ref.html
new file mode 100644
index 00000000..a8e43c1b
--- /dev/null
+++ b/test/html/render/form-display-none.ref.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Test form inputs with display:none</title>
+ <style>
+ /* * { border: solid 1px blue; margin: 5px; padding: 5px; } */
+ </style>
+ </head>
+ <body>
+ <hr>
+ <p>There are some elements below, but you shouldn't see any. Disable CSS to
+ see them.</p>
+ <hr>
+ <p>The ones below are outside the form</p>
+ <hr>
+ </body>
+</html>