blob: a8e43c1b0f63544ec547552b3f29a7445775dccd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>
|