mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
16 lines
240 B
HTML
16 lines
240 B
HTML
<!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>
|