gecko/layout/reftests/bugs/403733-1.html

16 lines
240 B
HTML
Raw Normal View History

2007-11-14 22:21:14 -08:00
<!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>