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/render/form-display-none.ref.html | |
parent | d50233962821c1d678df0618d6d29f4e8c0eb596 (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.html | 17 |
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> |