blob: d8b4ad15f95478aac3b4324aef21f8bb4901602e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
</head>
<body onload="document.getElementById('legend').style.display = '';">
<form action="">
<fieldset>
<legend id="legend" style="display: none;">TEST</legend>
</fieldset>
</form>
</body>
</html>
|